mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Add featureGate to CSIDriver.SELinuxMount
This commit is contained in:
parent
a53c6f1dc8
commit
58c4ead0ad
@ -409,6 +409,7 @@ type CSIDriverSpec struct {
|
|||||||
//
|
//
|
||||||
// Default is "false".
|
// Default is "false".
|
||||||
//
|
//
|
||||||
|
// +featureGate=SELinuxMountReadWriteOncePod
|
||||||
// +optional
|
// +optional
|
||||||
SELinuxMount *bool
|
SELinuxMount *bool
|
||||||
}
|
}
|
||||||
|
@ -209,6 +209,7 @@ message CSIDriverSpec {
|
|||||||
//
|
//
|
||||||
// Default is "false".
|
// Default is "false".
|
||||||
//
|
//
|
||||||
|
// +featureGate=SELinuxMountReadWriteOncePod
|
||||||
// +optional
|
// +optional
|
||||||
optional bool seLinuxMount = 8;
|
optional bool seLinuxMount = 8;
|
||||||
}
|
}
|
||||||
|
@ -412,6 +412,7 @@ type CSIDriverSpec struct {
|
|||||||
//
|
//
|
||||||
// Default is "false".
|
// Default is "false".
|
||||||
//
|
//
|
||||||
|
// +featureGate=SELinuxMountReadWriteOncePod
|
||||||
// +optional
|
// +optional
|
||||||
SELinuxMount *bool `json:"seLinuxMount,omitempty" protobuf:"varint,8,opt,name=seLinuxMount"`
|
SELinuxMount *bool `json:"seLinuxMount,omitempty" protobuf:"varint,8,opt,name=seLinuxMount"`
|
||||||
}
|
}
|
||||||
|
@ -210,6 +210,7 @@ message CSIDriverSpec {
|
|||||||
//
|
//
|
||||||
// Default is "false".
|
// Default is "false".
|
||||||
//
|
//
|
||||||
|
// +featureGate=SELinuxMountReadWriteOncePod
|
||||||
// +optional
|
// +optional
|
||||||
optional bool seLinuxMount = 8;
|
optional bool seLinuxMount = 8;
|
||||||
}
|
}
|
||||||
|
@ -430,6 +430,7 @@ type CSIDriverSpec struct {
|
|||||||
//
|
//
|
||||||
// Default is "false".
|
// Default is "false".
|
||||||
//
|
//
|
||||||
|
// +featureGate=SELinuxMountReadWriteOncePod
|
||||||
// +optional
|
// +optional
|
||||||
SELinuxMount *bool `json:"seLinuxMount,omitempty" protobuf:"varint,8,opt,name=seLinuxMount"`
|
SELinuxMount *bool `json:"seLinuxMount,omitempty" protobuf:"varint,8,opt,name=seLinuxMount"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user