Documentation
¶
Index ¶
Constants ¶
View Source
const ( // GarbageCollectionType indicates whether the deployment/dvcr is in garbage collection mode. GarbageCollectionType appsv1.DeploymentConditionType = "GarbageCollection" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GarbageCollectionReason ¶
type GarbageCollectionReason string
GarbageCollectionReason represents the various reasons for the GarbageCollection condition type.
const ( // InProgress indicates that the garbage collection is in progress. (status "True") InProgress GarbageCollectionReason = "InProgress" // Completed indicates that the garbage collection is done and result is in the message. (status "False") Completed GarbageCollectionReason = "Completed" // Error indicates that the garbage collection was unsuccessful and error is in the message. (status "False") Error GarbageCollectionReason = "Error" )
func (GarbageCollectionReason) String ¶
func (s GarbageCollectionReason) String() string
Click to show internal directories.
Click to hide internal directories.