Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRDvX ¶
type CRDvX struct {
// contains filtered or unexported fields
}
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 Deleting ¶
type Deleting struct {
// contains filtered or unexported fields
}
func NewDeleting ¶
func (Deleting) IsDoneApplying ¶
func (s Deleting) IsDoneApplying() DoneApplyState
type DoneApplyState ¶
type PodvX ¶
type PodvX struct {
// contains filtered or unexported fields
}
https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/
func (PodvX) IsDoneApplying ¶
func (s PodvX) IsDoneApplying() DoneApplyState
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)
type Servicev1 ¶
type Servicev1 struct {
// contains filtered or unexported fields
}
func NewServicev1 ¶
func (Servicev1) IsDoneApplying ¶
func (s Servicev1) IsDoneApplying() DoneApplyState
Click to show internal directories.
Click to hide internal directories.