Documentation ¶
Index ¶
Constants ¶
View Source
const ( TenantConditionProvisioned = "Provisioned" TenantConditionReady = "Ready" )
View Source
const (
GroupName = "trident.kcp.io"
)
GroupName is the group name used in this package
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TenantConditionType ¶
type TenantConditionType string
type TenantPhase ¶
type TenantPhase string
const ( TenantPhasePending TenantPhase = "Pending" TenantPhaseProvisioning TenantPhase = "Provisioning" TenantPhaseProvisioned TenantPhase = "Provisioned" TenantPhaseReady TenantPhase = "Ready" TenantPhaseFailed TenantPhase = "Failed" TenantPhaseTerminating TenantPhase = "Terminating" TenantPhaseUnknown TenantPhase = "Unknown" )
Click to show internal directories.
Click to hide internal directories.