Documentation ¶
Index ¶
Constants ¶
View Source
const ( // owner: @verult // alpha: v0.4 // beta: v1.2 Topology featuregate.Feature = "Topology" // owner: @deepakkinni @xing-yang // kep: http://kep.k8s.io/2680 // alpha: v1.23 // beta: v1.31 // // Honor Persistent Volume Reclaim Policy when it is "Delete" irrespective of PV-PVC // deletion ordering. HonorPVReclaimPolicy featuregate.Feature = "HonorPVReclaimPolicy" // owner: @ttakahashi21 @mkimuram // kep: http://kep.k8s.io/3294 // alpha: v1.26 // // Enable usage of Provision of PVCs from snapshots in other namespaces CrossNamespaceVolumeDataSource featuregate.Feature = "CrossNamespaceVolumeDataSource" // owner: @sunnylovestiramisu @ConnorJC3 // kep: https://kep.k8s.io/3751 // alpha: v1.29 // beta: v1.31 // // Pass VolumeAttributesClass parameters to supporting CSI drivers during CreateVolume VolumeAttributesClass featuregate.Feature = "VolumeAttributesClass" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.