Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Synced means the operator has already synced the status of CSIDeployment. Synced = "Synced" // Validated means the operator has already validate the spec of CSIDeployment. Validated = "Validated" // NodeAvailable means controller components are running normally. NodeAvailable = "NodeAvailable" // ControllerAvailable means node drivers are running normally. ControllerAvailable = "ControllerAvailable" )
View Source
const ( // FetchError means fetch the CSIDeployment object failed. FetchError = "FetchError" // SyncError means sync the CSIDeployment's status failed. SyncError = "SyncError" // RBACSynced means the rbac resources has been synced. RBACSynced = "RBACSynced" // SecretsSynced means the secrets has been synced. SecretsSynced = "SecretsSynced" // StorageClassesSynced means the storageClasses has been synced. StorageClassesSynced = "StorageClassesSynced" // NodeDriverSynced means the node driver daemonSet has been synced. NodeDriverSynced = "NodeDriverSynced" // ControllerDriverSynced means the controller driver daemonSet has been synced. ControllerDriverSynced = "ControllerDriverSynced" )
View Source
const LivenessProbePortKey = "storage.tkestack.io/liveness-probe-port"
LivenessProbePortKey is the annotation key to set liveness probe port in CSI object.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.