Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // True == // False == error // Unknown == transitioning TransitioningUnknown = map[string]string{ "Active": "activating", "AddonDeploy": "provisioning", "AgentDeployed": "provisioning", "BackingNamespaceCreated": "configuring", "Built": "building", "CertsGenerated": "provisioning", "ConfigOK": "configuring", "Created": "creating", "CreatorMadeOwner": "configuring", "DefaultNamespaceAssigned": "configuring", "DefaultNetworkPolicyCreated": "configuring", "DefaultProjectCreated": "configuring", "DockerProvisioned": "provisioning", "Deployed": "deploying", "Drained": "draining", "Downloaded": "downloading", "etcd": "provisioning", "Inactive": "deactivating", "Initialized": "initializing", "Installed": "installing", "NodesCreated": "provisioning", "Pending": "pending", "PodScheduled": "scheduling", "Provisioned": "provisioning", "Refreshed": "refreshed", "Registered": "registering", "Removed": "removing", "Saved": "saving", "Updated": "updating", "Updating": "updating", "Upgraded": "upgrading", "Waiting": "waiting", "InitialRolesPopulated": "activating", "ScalingActive": "pending", "AbleToScale": "pending", "RunCompleted": "running", "Processed": "processed", } // True == error // False == // Unknown == ErrorTrue = map[string]bool{ "OutOfDisk": true, "MemoryPressure": true, "DiskPressure": true, "NetworkUnavailable": true, "KernelHasNoDeadlock": true, "Unschedulable": true, "ReplicaFailure": true, } // True == // False == error // Unknown == ErrorFalse = map[string]bool{ "Failed": true, "Progressing": true, } // True == // False == transitioning // Unknown == error TransitioningFalse = map[string]string{ "Completed": "activating", "Ready": "unavailable", "Available": "updating", "Progressing": "inactive", } Summarizers []Summarizer )
Functions ¶
This section is empty.
Types ¶
type SummarizedObject ¶ added in v0.5.1
type SummarizedObject struct { metav1.PartialObjectMetadata Summary }
func Summarized ¶ added in v0.5.1
func Summarized(u runtime.Object) *SummarizedObject
func (*SummarizedObject) DeepCopy ¶ added in v0.5.1
func (in *SummarizedObject) DeepCopy() *SummarizedObject
func (*SummarizedObject) DeepCopyInto ¶ added in v0.5.1
func (in *SummarizedObject) DeepCopyInto(out *SummarizedObject)
func (*SummarizedObject) DeepCopyObject ¶ added in v0.5.1
func (in *SummarizedObject) DeepCopyObject() runtime.Object
type SummarizedObjectList ¶ added in v0.5.1
type SummarizedObjectList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty" protobuf:"bytes,1,opt,name=metadata"` Items []SummarizedObject `json:"items" protobuf:"bytes,2,rep,name=items"` }
func (*SummarizedObjectList) DeepCopy ¶ added in v0.5.1
func (in *SummarizedObjectList) DeepCopy() *SummarizedObjectList
func (*SummarizedObjectList) DeepCopyInto ¶ added in v0.5.1
func (in *SummarizedObjectList) DeepCopyInto(out *SummarizedObjectList)
func (*SummarizedObjectList) DeepCopyObject ¶ added in v0.5.1
func (in *SummarizedObjectList) DeepCopyObject() runtime.Object
type Summarizer ¶
type Summary ¶
func (*Summary) DeepCopyInto ¶ added in v0.5.1
Click to show internal directories.
Click to hide internal directories.