resourcesmisc

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Appsv1DaemonSet added in v0.7.0

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

func NewAppsv1DaemonSet added in v0.7.0

func NewAppsv1DaemonSet(resource ctlres.Resource) *Appsv1DaemonSet

func (Appsv1DaemonSet) IsDoneApplying added in v0.7.0

func (s Appsv1DaemonSet) IsDoneApplying() DoneApplyState

type Appsv1Deployment added in v0.7.0

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

func NewAppsv1Deployment added in v0.7.0

func NewAppsv1Deployment(resource ctlres.Resource) *Appsv1Deployment

func (Appsv1Deployment) IsDoneApplying added in v0.7.0

func (s Appsv1Deployment) IsDoneApplying() DoneApplyState

type CRDvX

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

func NewCRDvX

func NewCRDvX(resource ctlres.Resource) *CRDvX

func (CRDvX) IsDoneApplying

func (s CRDvX) IsDoneApplying() DoneApplyState

type Conditions

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

func (Conditions) IsAllTrue

func (c Conditions) IsAllTrue() (bool, string)

func (Conditions) IsSelectedTrue

func (c Conditions) IsSelectedTrue(checkedTypes []string) (bool, string)

type Corev1Pod added in v0.7.0

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

https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/

func NewCorev1Pod added in v0.7.0

func NewCorev1Pod(resource ctlres.Resource) *Corev1Pod

func (Corev1Pod) IsDoneApplying added in v0.7.0

func (s Corev1Pod) IsDoneApplying() DoneApplyState

type Corev1Service added in v0.7.0

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

func NewCorev1Service added in v0.7.0

func NewCorev1Service(resource ctlres.Resource) *Corev1Service

func (Corev1Service) IsDoneApplying added in v0.7.0

func (s Corev1Service) IsDoneApplying() DoneApplyState

type Deleting

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

func NewDeleting

func NewDeleting(resource ctlres.Resource) *Deleting

func (Deleting) IsDoneApplying

func (s Deleting) IsDoneApplying() DoneApplyState

type DoneApplyState

type DoneApplyState struct {
	Done       bool
	Successful bool
	Message    string
}

type ResourceTypes

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

func NewResourceTypes

func NewResourceTypes(newResources []ctlres.Resource, coreClient kubernetes.Interface, dynamicClient dynamic.Interface) *ResourceTypes

func (*ResourceTypes) IsNamespaced

func (c *ResourceTypes) IsNamespaced(res ctlres.Resource) (bool, error)

Jump to

Keyboard shortcuts

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