deployment

package
v1.9.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployment

type Deployment struct {
	// contains filtered or unexported fields
}

func NewDeployment

func NewDeployment(client mgrclient.Client, namespace string, condition *filter.Condition) Deployment

type ExtendEvent added in v1.8.5

type ExtendEvent struct {
	Type string `json:"type,omitempty"`
	corev1.Event
}

type ExtentDeployment added in v1.8.5

type ExtentDeployment struct {
	PodStatus `json:"podStatus,omitempty"`
	appsv1.Deployment
}

type PodStatus added in v1.8.5

type PodStatus struct {
	Current   int32         `json:"current,omitempty"`
	Desired   *int32        `json:"desired,omitempty"`
	Succeeded int32         `json:"succeeded,omitempty"`
	Running   int32         `json:"running,omitempty"`
	Pending   int32         `json:"pending,omitempty"`
	Failed    int32         `json:"failed,omitempty"`
	Unknown   int32         `json:"unknown,omitempty"`
	Warning   []ExtendEvent `json:"warning,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL