dvcr_deployment_condition

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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

Jump to

Keyboard shortcuts

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