Documentation ¶
Index ¶
Constants ¶
View Source
const ( // owner: @tallclair // beta: v1.4 AppArmor utilfeature.Feature = "AppArmor" // owner: @jiayingz // beta: v1.10 // // Enables support for Device Plugins DevicePlugins utilfeature.Feature = "DevicePlugins" // owner: @msau42 // alpha: v1.7 // // A new volume type that supports local disks on a node. PersistentLocalVolumes utilfeature.Feature = "PersistentLocalVolumes" // owner: @jinxu // beta: v1.10 // // New local storage types to support local storage capacity isolation LocalStorageCapacityIsolation utilfeature.Feature = "LocalStorageCapacityIsolation" // owner: @gnufied // alpha: v1.8 // Ability to Expand persistent volumes ExpandPersistentVolumes utilfeature.Feature = "ExpandPersistentVolumes" // owner: @jsafrane // beta: v1.10 // // Enable mount propagation of volumes. MountPropagation utilfeature.Feature = "MountPropagation" // owner: @ConnorDoyle // alpha: v1.8 // // Alternative container-level CPU affinity policies. CPUManager utilfeature.Feature = "CPUManager" // owner: @derekwaynecarr // beta: v1.10 // // Enable pods to consume pre-allocated huge pages of varying page sizes HugePages utilfeature.Feature = "HugePages" // owner: @msau42 // alpha: v1.9 // // Extend the default scheduler to be aware of PV topology and handle PV binding // Before moving to beta, resolve Kubernetes issue #56180 VolumeScheduling utilfeature.Feature = "VolumeScheduling" // owner: @vladimirvivien // alpha: v1.9 // // Enable mount/attachment of Container Storage Interface (CSI) backed PVs CSIPersistentVolume utilfeature.Feature = "CSIPersistentVolume" // owner @MrHohn // beta: v1.10 // // Support configurable pod DNS parameters. CustomPodDNS utilfeature.Feature = "CustomPodDNS" // owner: @pospispa // beta: v1.10 // // Postpone deletion of a PV or a PVC when they are being used StorageObjectInUseProtection utilfeature.Feature = "StorageObjectInUseProtection" // owner: @m1093782566 // beta: v1.9 // // Implement IPVS-based in-cluster service load balancing SupportIPVSProxyMode utilfeature.Feature = "SupportIPVSProxyMode" // owner: @verult // beta: v1.10 // // Enables the regional PD feature on GCE. GCERegionalPersistentDisk utilfeature.Feature = "GCERegionalPersistentDisk" // owner: @saad-ali // ga // // Allow mounting a subpath of a volume in a container // Do not remove this feature gate even though it's GA VolumeSubpath utilfeature.Feature = "VolumeSubpath" )
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.