olm

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeploymentStatus

type DeploymentStatus struct {
	// Deployments are ready to serve requests
	Ready []string `json:"ready,omitempty"`
	// Deployments are starting, may or may not succeed
	Starting []string `json:"starting,omitempty"`
	// Deployments are not starting, unclear what next step will be
	Stopped []string `json:"stopped,omitempty"`
}

func GetDaemonSetStatus

func GetDaemonSetStatus(dcs []appsv1.DaemonSet) DeploymentStatus

func GetDeploymentConfigStatus

func GetDeploymentConfigStatus(dcs []oappsv1.DeploymentConfig) DeploymentStatus

func GetDeploymentStatus

func GetDeploymentStatus(dcs []appsv1.Deployment) DeploymentStatus

func GetSingleDaemonSetStatus

func GetSingleDaemonSetStatus(ds appsv1.DaemonSet) DeploymentStatus

func GetSingleDeploymentStatus

func GetSingleDeploymentStatus(dc appsv1.Deployment) DeploymentStatus

func GetSingleStatefulSetStatus

func GetSingleStatefulSetStatus(ss appsv1.StatefulSet) DeploymentStatus

func (*DeploymentStatus) DeepCopy

func (in *DeploymentStatus) DeepCopy() *DeploymentStatus

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Deployments.

func (*DeploymentStatus) DeepCopyInto

func (in *DeploymentStatus) DeepCopyInto(out *DeploymentStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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