Skip to content

Commit 5cd2dca

Browse files
authored
Regenerate code for 2026 header (#724)
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
1 parent 50e45c1 commit 5cd2dca

32 files changed

+48
-48
lines changed

docs/stack_crd.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -891,6 +891,11 @@ spec:
891891
type: object
892892
x-kubernetes-map-type: atomic
893893
namespaces:
894+
description: |-
895+
namespaces specifies a static list of namespace names that the term applies to.
896+
The term is applied to the union of the namespaces listed in this field
897+
and the ones selected by namespaceSelector.
898+
null or empty namespaces list and null namespaceSelector means "this pod's namespace".
894899
items:
895900
type: string
896901
type: array
@@ -1096,11 +1101,6 @@ spec:
10961101
type: object
10971102
x-kubernetes-map-type: atomic
10981103
namespaces:
1099-
description: |-
1100-
namespaces specifies a static list of namespace names that the term applies to.
1101-
The term is applied to the union of the namespaces listed in this field
1102-
and the ones selected by namespaceSelector.
1103-
null or empty namespaces list and null namespaceSelector means "this pod's namespace".
11041104
items:
11051105
type: string
11061106
type: array
@@ -6843,12 +6843,6 @@ spec:
68436843
properties:
68446844
name:
68456845
default: ""
6846-
description: |-
6847-
Name of the referent.
6848-
This field is effectively required, but due to backwards compatibility is
6849-
allowed to be empty. Instances of this type with an empty value here are
6850-
almost certainly wrong.
6851-
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
68526846
type: string
68536847
type: object
68546848
x-kubernetes-map-type: atomic
@@ -7237,6 +7231,12 @@ spec:
72377231
properties:
72387232
name:
72397233
default: ""
7234+
description: |-
7235+
Name of the referent.
7236+
This field is effectively required, but due to backwards compatibility is
7237+
allowed to be empty. Instances of this type with an empty value here are
7238+
almost certainly wrong.
7239+
More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
72407240
type: string
72417241
type: object
72427242
x-kubernetes-map-type: atomic

docs/stackset_crd.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,13 +2331,6 @@ spec:
23312331
localhostProfile:
23322332
type: string
23332333
type:
2334-
description: |-
2335-
type indicates which kind of seccomp profile will be applied.
2336-
Valid options are:
2337-
2338-
Localhost - a profile defined in a file on the node should be used.
2339-
RuntimeDefault - the container runtime default profile should be used.
2340-
Unconfined - no profile should be applied.
23412334
type: string
23422335
required:
23432336
- type
@@ -5143,6 +5136,13 @@ spec:
51435136
localhostProfile:
51445137
type: string
51455138
type:
5139+
description: |-
5140+
type indicates which kind of seccomp profile will be applied.
5141+
Valid options are:
5142+
5143+
Localhost - a profile defined in a file on the node should be used.
5144+
RuntimeDefault - the container runtime default profile should be used.
5145+
Unconfined - no profile should be applied.
51465146
type: string
51475147
required:
51485148
- type

pkg/apis/zalando.org/v1/zz_generated.deepcopy.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/clientset/versioned/clientset.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/clientset/versioned/fake/clientset_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/clientset/versioned/fake/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/clientset/versioned/fake/register.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/clientset/versioned/scheme/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/clientset/versioned/scheme/register.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/client/clientset/versioned/typed/zalando.org/v1/doc.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)