Skip to content

Commit

Permalink
Cite PodSecurityContext source
Browse files Browse the repository at this point in the history
  • Loading branch information
kabicin authored and kabicin committed Feb 7, 2024
1 parent 6a90c45 commit bfd4145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ type BaseComponentTopologySpreadConstraints interface {
}

// Define PodSecurityContext without overlapping fields in SecurityContext
// This struct is based upon the PodSecurityContext specification in https://github.com/kubernetes/api/blob/v0.24.2/core/v1/types.go
// +kubebuilder:object:generate=true
type IsolatedPodSecurityContext struct {
// A list of groups applied to the first process run in each container, in addition
Expand Down

0 comments on commit bfd4145

Please sign in to comment.