Skip to content

Commit e69f451

Browse files
committed
Cite PodSecurityContext source
1 parent 212f77d commit e69f451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ type BaseComponentProbes interface {
186186
}
187187

188188
// 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
189190
// +kubebuilder:object:generate=true
190191
type IsolatedPodSecurityContext struct {
191192
// A list of groups applied to the first process run in each container, in addition

0 commit comments

Comments
 (0)