Merge pull request #116425 from jsafrane/flip-selinux

Flip SELinuxMountReadWriteOncePod to Beta
This commit is contained in:
Kubernetes Prow Robot
2023-03-14 16:34:41 -07:00
committed by GitHub
14 changed files with 178 additions and 7 deletions

View File

@@ -209,6 +209,7 @@ message CSIDriverSpec {
//
// Default is "false".
//
// +featureGate=SELinuxMountReadWriteOncePod
// +optional
optional bool seLinuxMount = 8;
}

View File

@@ -412,6 +412,7 @@ type CSIDriverSpec struct {
//
// Default is "false".
//
// +featureGate=SELinuxMountReadWriteOncePod
// +optional
SELinuxMount *bool `json:"seLinuxMount,omitempty" protobuf:"varint,8,opt,name=seLinuxMount"`
}

View File

@@ -210,6 +210,7 @@ message CSIDriverSpec {
//
// Default is "false".
//
// +featureGate=SELinuxMountReadWriteOncePod
// +optional
optional bool seLinuxMount = 8;
}

View File

@@ -430,6 +430,7 @@ type CSIDriverSpec struct {
//
// Default is "false".
//
// +featureGate=SELinuxMountReadWriteOncePod
// +optional
SELinuxMount *bool `json:"seLinuxMount,omitempty" protobuf:"varint,8,opt,name=seLinuxMount"`
}