Skip to content

Commit 7f98041

Browse files
committed
Update CRDs and hashes for kubernetes 1.35
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
1 parent 03f4062 commit 7f98041

10 files changed

Lines changed: 222 additions & 43 deletions

operator/crds/cascading.securecodebox.io_cascadingrules.yaml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,9 @@ spec:
21132113
type: integer
21142114
type: object
21152115
resizePolicy:
2116-
description: Resources resize policy for the container.
2116+
description: |-
2117+
Resources resize policy for the container.
2118+
This field cannot be set on ephemeral containers.
21172119
items:
21182120
description: ContainerResizePolicy represents resource
21192121
resize policy for the container.
@@ -2786,7 +2788,7 @@ spec:
27862788
operator:
27872789
description: |-
27882790
Operator represents a key's relationship to the value.
2789-
Valid operators are Exists and Equal. Defaults to Equal.
2791+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
27902792
Exists is equivalent to wildcard for value, so that a pod can
27912793
tolerate all taints of a particular category.
27922794
type: string
@@ -3354,8 +3356,11 @@ spec:
33543356
- name
33553357
type: object
33563358
resources:
3357-
description: resources represents the minimum
3358-
resources the volume should have.
3359+
description: |-
3360+
resources represents the minimum resources the volume should have.
3361+
Users are allowed to specify resource requirements
3362+
that are lower than previous value but must still be higher than capacity recorded in the
3363+
status field of the claim.
33593364
properties:
33603365
limits:
33613366
additionalProperties:
@@ -4122,6 +4127,16 @@ spec:
41224127
description: Kubelet's generated CSRs will
41234128
be addressed to this signer.
41244129
type: string
4130+
userAnnotations:
4131+
additionalProperties:
4132+
type: string
4133+
description: |-
4134+
userAnnotations allow pod authors to pass additional information to
4135+
the signer implementation. Kubernetes does not restrict or validate this
4136+
metadata in any way.
4137+
4138+
These values are copied verbatim into the `spec.
4139+
type: object
41254140
required:
41264141
- keyType
41274142
- signerName

operator/crds/execution.securecodebox.io_clusterparsedefinitions.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ spec:
11431143
operator:
11441144
description: |-
11451145
Operator represents a key's relationship to the value.
1146-
Valid operators are Exists and Equal. Defaults to Equal.
1146+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
11471147
Exists is equivalent to wildcard for value, so that a pod can
11481148
tolerate all taints of a particular category.
11491149
type: string
@@ -1706,8 +1706,11 @@ spec:
17061706
- name
17071707
type: object
17081708
resources:
1709-
description: resources represents the minimum resources
1710-
the volume should have.
1709+
description: |-
1710+
resources represents the minimum resources the volume should have.
1711+
Users are allowed to specify resource requirements
1712+
that are lower than previous value but must still be higher than capacity recorded in the
1713+
status field of the claim.
17111714
properties:
17121715
limits:
17131716
additionalProperties:
@@ -2471,6 +2474,16 @@ spec:
24712474
description: Kubelet's generated CSRs will be
24722475
addressed to this signer.
24732476
type: string
2477+
userAnnotations:
2478+
additionalProperties:
2479+
type: string
2480+
description: |-
2481+
userAnnotations allow pod authors to pass additional information to
2482+
the signer implementation. Kubernetes does not restrict or validate this
2483+
metadata in any way.
2484+
2485+
These values are copied verbatim into the `spec.
2486+
type: object
24742487
required:
24752488
- keyType
24762489
- signerName

operator/crds/execution.securecodebox.io_clusterscancompletionhooks.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ spec:
11491149
operator:
11501150
description: |-
11511151
Operator represents a key's relationship to the value.
1152-
Valid operators are Exists and Equal. Defaults to Equal.
1152+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
11531153
Exists is equivalent to wildcard for value, so that a pod can
11541154
tolerate all taints of a particular category.
11551155
type: string
@@ -1716,8 +1716,11 @@ spec:
17161716
- name
17171717
type: object
17181718
resources:
1719-
description: resources represents the minimum resources
1720-
the volume should have.
1719+
description: |-
1720+
resources represents the minimum resources the volume should have.
1721+
Users are allowed to specify resource requirements
1722+
that are lower than previous value but must still be higher than capacity recorded in the
1723+
status field of the claim.
17211724
properties:
17221725
limits:
17231726
additionalProperties:
@@ -2481,6 +2484,16 @@ spec:
24812484
description: Kubelet's generated CSRs will be
24822485
addressed to this signer.
24832486
type: string
2487+
userAnnotations:
2488+
additionalProperties:
2489+
type: string
2490+
description: |-
2491+
userAnnotations allow pod authors to pass additional information to
2492+
the signer implementation. Kubernetes does not restrict or validate this
2493+
metadata in any way.
2494+
2495+
These values are copied verbatim into the `spec.
2496+
type: object
24842497
required:
24852498
- keyType
24862499
- signerName

operator/crds/execution.securecodebox.io_clusterscantypes.yaml

Lines changed: 50 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ spec:
234234
it is required that specified type equals the pod condition type.
235235
type: string
236236
required:
237-
- status
238237
- type
239238
type: object
240239
type: array
@@ -2057,8 +2056,9 @@ spec:
20572056
type: integer
20582057
type: object
20592058
resizePolicy:
2060-
description: Resources resize policy for the
2061-
container.
2059+
description: |-
2060+
Resources resize policy for the container.
2061+
This field cannot be set on ephemeral containers.
20622062
items:
20632063
description: ContainerResizePolicy represents
20642064
resource resize policy for the container.
@@ -5049,8 +5049,9 @@ spec:
50495049
type: integer
50505050
type: object
50515051
resizePolicy:
5052-
description: Resources resize policy for the
5053-
container.
5052+
description: |-
5053+
Resources resize policy for the container.
5054+
This field cannot be set on ephemeral containers.
50545055
items:
50555056
description: ContainerResizePolicy represents
50565057
resource resize policy for the container.
@@ -6093,7 +6094,7 @@ spec:
60936094
operator:
60946095
description: |-
60956096
Operator represents a key's relationship to the value.
6096-
Valid operators are Exists and Equal. Defaults to Equal.
6097+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
60976098
Exists is equivalent to wildcard for value, so that a pod can
60986099
tolerate all taints of a particular category.
60996100
type: string
@@ -6738,9 +6739,11 @@ spec:
67386739
- name
67396740
type: object
67406741
resources:
6741-
description: resources represents
6742-
the minimum resources the volume
6743-
should have.
6742+
description: |-
6743+
resources represents the minimum resources the volume should have.
6744+
Users are allowed to specify resource requirements
6745+
that are lower than previous value but must still be higher than capacity recorded in the
6746+
status field of the claim.
67446747
properties:
67456748
limits:
67466749
additionalProperties:
@@ -7536,6 +7539,16 @@ spec:
75367539
CSRs will be addressed to this
75377540
signer.
75387541
type: string
7542+
userAnnotations:
7543+
additionalProperties:
7544+
type: string
7545+
description: |-
7546+
userAnnotations allow pod authors to pass additional information to
7547+
the signer implementation. Kubernetes does not restrict or validate this
7548+
metadata in any way.
7549+
7550+
These values are copied verbatim into the `spec.
7551+
type: object
75397552
required:
75407553
- keyType
75417554
- signerName
@@ -7942,6 +7955,34 @@ spec:
79427955
x-kubernetes-list-map-keys:
79437956
- name
79447957
x-kubernetes-list-type: map
7958+
workloadRef:
7959+
description: |-
7960+
WorkloadRef provides a reference to the Workload object that this Pod belongs to.
7961+
This field is used by the scheduler to identify the PodGroup and apply the
7962+
correct group scheduling policies.
7963+
properties:
7964+
name:
7965+
description: |-
7966+
Name defines the name of the Workload object this Pod belongs to.
7967+
Workload must be in the same namespace as the Pod.
7968+
type: string
7969+
podGroup:
7970+
description: |-
7971+
PodGroup is the name of the PodGroup within the Workload that this Pod
7972+
belongs to. If it doesn't match any existing PodGroup within the Workload,
7973+
the Pod will remain unschedulable until the Workload object is recreated
7974+
and observed by the kube-scheduler.
7975+
type: string
7976+
podGroupReplicaKey:
7977+
description: |-
7978+
PodGroupReplicaKey specifies the replica key of the PodGroup to which this
7979+
Pod belongs. It is used to distinguish pods belonging to different replicas
7980+
of the same pod group. The pod group policy is applied separately to each replica.
7981+
type: string
7982+
required:
7983+
- name
7984+
- podGroup
7985+
type: object
79457986
required:
79467987
- containers
79477988
type: object

operator/crds/execution.securecodebox.io_parsedefinitions.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ spec:
11421142
operator:
11431143
description: |-
11441144
Operator represents a key's relationship to the value.
1145-
Valid operators are Exists and Equal. Defaults to Equal.
1145+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
11461146
Exists is equivalent to wildcard for value, so that a pod can
11471147
tolerate all taints of a particular category.
11481148
type: string
@@ -1705,8 +1705,11 @@ spec:
17051705
- name
17061706
type: object
17071707
resources:
1708-
description: resources represents the minimum resources
1709-
the volume should have.
1708+
description: |-
1709+
resources represents the minimum resources the volume should have.
1710+
Users are allowed to specify resource requirements
1711+
that are lower than previous value but must still be higher than capacity recorded in the
1712+
status field of the claim.
17101713
properties:
17111714
limits:
17121715
additionalProperties:
@@ -2470,6 +2473,16 @@ spec:
24702473
description: Kubelet's generated CSRs will be
24712474
addressed to this signer.
24722475
type: string
2476+
userAnnotations:
2477+
additionalProperties:
2478+
type: string
2479+
description: |-
2480+
userAnnotations allow pod authors to pass additional information to
2481+
the signer implementation. Kubernetes does not restrict or validate this
2482+
metadata in any way.
2483+
2484+
These values are copied verbatim into the `spec.
2485+
type: object
24732486
required:
24742487
- keyType
24752488
- signerName

operator/crds/execution.securecodebox.io_scancompletionhooks.yaml

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ spec:
11491149
operator:
11501150
description: |-
11511151
Operator represents a key's relationship to the value.
1152-
Valid operators are Exists and Equal. Defaults to Equal.
1152+
Valid operators are Exists, Equal, Lt, and Gt. Defaults to Equal.
11531153
Exists is equivalent to wildcard for value, so that a pod can
11541154
tolerate all taints of a particular category.
11551155
type: string
@@ -1716,8 +1716,11 @@ spec:
17161716
- name
17171717
type: object
17181718
resources:
1719-
description: resources represents the minimum resources
1720-
the volume should have.
1719+
description: |-
1720+
resources represents the minimum resources the volume should have.
1721+
Users are allowed to specify resource requirements
1722+
that are lower than previous value but must still be higher than capacity recorded in the
1723+
status field of the claim.
17211724
properties:
17221725
limits:
17231726
additionalProperties:
@@ -2481,6 +2484,16 @@ spec:
24812484
description: Kubelet's generated CSRs will be
24822485
addressed to this signer.
24832486
type: string
2487+
userAnnotations:
2488+
additionalProperties:
2489+
type: string
2490+
description: |-
2491+
userAnnotations allow pod authors to pass additional information to
2492+
the signer implementation. Kubernetes does not restrict or validate this
2493+
metadata in any way.
2494+
2495+
These values are copied verbatim into the `spec.
2496+
type: object
24842497
required:
24852498
- keyType
24862499
- signerName

0 commit comments

Comments
 (0)