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 212f77d commit e69f451Copy full SHA for e69f451
common/types.go
@@ -186,6 +186,7 @@ type BaseComponentProbes interface {
186
}
187
188
// Define PodSecurityContext without overlapping fields in SecurityContext
189
+// This struct is based upon the PodSecurityContext specification in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
190
// +kubebuilder:object:generate=true
191
type IsolatedPodSecurityContext struct {
192
// A list of groups applied to the first process run in each container, in addition
0 commit comments