Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions openapi/generated_openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
defaultAddCapabilities:
description: |-
defaultAddCapabilities is the default set of capabilities that will be added to the container
unless the pod spec specifically drops the capability. You may not list a capabiility in both
unless the pod spec specifically drops the capability. You may not list a capability in both
DefaultAddCapabilities and RequiredDropCapabilities.
items:
description: Capability represent POSIX capabilities type
Expand Down Expand Up @@ -315,7 +315,7 @@ spec:
seccompProfiles:
description: "seccompProfiles lists the allowed profiles that may be set
for the pod or\ncontainer's seccomp annotations. An unset (nil) or
empty value means that no profiles may\nbe specifid by the pod or container.\tThe
empty value means that no profiles may\nbe specified by the pod or container.\tThe
wildcard '*' may be used to allow all profiles. When\nused to generate
a value for a pod the first non-wildcard profile will be used as\nthe
default."
Expand Down
4 changes: 2 additions & 2 deletions security/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type SecurityContextConstraints struct {
// allowPrivilegedContainer determines if a container can request to be run as privileged.
AllowPrivilegedContainer bool `json:"allowPrivilegedContainer" protobuf:"varint,3,opt,name=allowPrivilegedContainer"`
// defaultAddCapabilities is the default set of capabilities that will be added to the container
// unless the pod spec specifically drops the capability. You may not list a capabiility in both
// unless the pod spec specifically drops the capability. You may not list a capability in both
// DefaultAddCapabilities and RequiredDropCapabilities.
// +nullable
// +listType=atomic
Expand Down Expand Up @@ -151,7 +151,7 @@ type SecurityContextConstraints struct {

// seccompProfiles lists the allowed profiles that may be set for the pod or
// container's seccomp annotations. An unset (nil) or empty value means that no profiles may
// be specifid by the pod or container. The wildcard '*' may be used to allow all profiles. When
// be specified by the pod or container. The wildcard '*' may be used to allow all profiles. When
// used to generate a value for a pod the first non-wildcard profile will be used as
// the default.
// +nullable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ spec:
defaultAddCapabilities:
description: |-
defaultAddCapabilities is the default set of capabilities that will be added to the container
unless the pod spec specifically drops the capability. You may not list a capabiility in both
unless the pod spec specifically drops the capability. You may not list a capability in both
DefaultAddCapabilities and RequiredDropCapabilities.
items:
description: Capability represent POSIX capabilities type
Expand Down Expand Up @@ -315,7 +315,7 @@ spec:
seccompProfiles:
description: "seccompProfiles lists the allowed profiles that may be set
for the pod or\ncontainer's seccomp annotations. An unset (nil) or
empty value means that no profiles may\nbe specifid by the pod or container.\tThe
empty value means that no profiles may\nbe specified by the pod or container.\tThe
wildcard '*' may be used to allow all profiles. When\nused to generate
a value for a pod the first non-wildcard profile will be used as\nthe
default."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
defaultAddCapabilities:
description: |-
defaultAddCapabilities is the default set of capabilities that will be added to the container
unless the pod spec specifically drops the capability. You may not list a capabiility in both
unless the pod spec specifically drops the capability. You may not list a capability in both
DefaultAddCapabilities and RequiredDropCapabilities.
items:
description: Capability represent POSIX capabilities type
Expand Down Expand Up @@ -316,7 +316,7 @@ spec:
seccompProfiles:
description: "seccompProfiles lists the allowed profiles that may be set
for the pod or\ncontainer's seccomp annotations. An unset (nil) or
empty value means that no profiles may\nbe specifid by the pod or container.\tThe
empty value means that no profiles may\nbe specified by the pod or container.\tThe
wildcard '*' may be used to allow all profiles. When\nused to generate
a value for a pod the first non-wildcard profile will be used as\nthe
default."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ spec:
defaultAddCapabilities:
description: |-
defaultAddCapabilities is the default set of capabilities that will be added to the container
unless the pod spec specifically drops the capability. You may not list a capabiility in both
unless the pod spec specifically drops the capability. You may not list a capability in both
DefaultAddCapabilities and RequiredDropCapabilities.
items:
description: Capability represent POSIX capabilities type
Expand Down Expand Up @@ -316,7 +316,7 @@ spec:
seccompProfiles:
description: "seccompProfiles lists the allowed profiles that may be set
for the pod or\ncontainer's seccomp annotations. An unset (nil) or
empty value means that no profiles may\nbe specifid by the pod or container.\tThe
empty value means that no profiles may\nbe specified by the pod or container.\tThe
wildcard '*' may be used to allow all profiles. When\nused to generate
a value for a pod the first non-wildcard profile will be used as\nthe
default."
Expand Down
4 changes: 2 additions & 2 deletions security/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.