We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a90c45 commit bfd4145Copy full SHA for bfd4145
common/types.go
@@ -196,6 +196,7 @@ type BaseComponentTopologySpreadConstraints interface {
196
}
197
198
// Define PodSecurityContext without overlapping fields in SecurityContext
199
+// This struct is based upon the PodSecurityContext specification in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
200
// +kubebuilder:object:generate=true
201
type IsolatedPodSecurityContext struct {
202
// A list of groups applied to the first process run in each container, in addition
0 commit comments