You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): Upgrade k8s libraries to 1.27.2, controller-runtime to 0.15.0 (#380)
Update kubernetes libraries to 1.27.2, and controller-runtime to 0.15.0. These upgrades need to be made together. And,
since controller-runtime introduced a few breaking changes, this includes updates to the operator code to bring
it up to date.
description: HTTPHeader describes a custom header to be used in HTTP probes
224
223
properties:
225
224
name:
226
-
description: The header field name
225
+
description: The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
227
226
type: string
228
227
value:
229
228
description: The header field value
@@ -288,7 +287,7 @@ spec:
288
287
description: HTTPHeader describes a custom header to be used in HTTP probes
289
288
properties:
290
289
name:
291
-
description: The header field name
290
+
description: The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
292
291
type: string
293
292
value:
294
293
description: The header field value
@@ -347,7 +346,7 @@ spec:
347
346
format: int32
348
347
type: integer
349
348
grpc:
350
-
description: GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
349
+
description: GRPC specifies an action involving a GRPC port.
351
350
properties:
352
351
port:
353
352
description: Port number of the gRPC service. Number must be in the range 1 to 65535.
@@ -371,7 +370,7 @@ spec:
371
370
description: HTTPHeader describes a custom header to be used in HTTP probes
372
371
properties:
373
372
name:
374
-
description: The header field name
373
+
description: The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
375
374
type: string
376
375
value:
377
376
description: The header field value
@@ -483,7 +482,7 @@ spec:
483
482
format: int32
484
483
type: integer
485
484
grpc:
486
-
description: GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
485
+
description: GRPC specifies an action involving a GRPC port.
487
486
properties:
488
487
port:
489
488
description: Port number of the gRPC service. Number must be in the range 1 to 65535.
@@ -507,7 +506,7 @@ spec:
507
506
description: HTTPHeader describes a custom header to be used in HTTP probes
508
507
properties:
509
508
name:
510
-
description: The header field name
509
+
description: The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
511
510
type: string
512
511
value:
513
512
description: The header field value
@@ -568,6 +567,23 @@ spec:
568
567
format: int32
569
568
type: integer
570
569
type: object
570
+
resizePolicy:
571
+
description: Resources resize policy for the container.
572
+
items:
573
+
description: ContainerResizePolicy represents resource resize policy for the container.
574
+
properties:
575
+
resourceName:
576
+
description: 'Name of the resource to which this resource resize policy applies. Supported values: cpu, memory.'
577
+
type: string
578
+
restartPolicy:
579
+
description: Restart policy to apply when specified resource is resized. If not specified, it defaults to NotRequired.
580
+
type: string
581
+
required:
582
+
- resourceName
583
+
- restartPolicy
584
+
type: object
585
+
type: array
586
+
x-kubernetes-list-type: atomic
571
587
resources:
572
588
description: 'Compute Resources required by this container. Cannot be updated. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
621
+
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
606
622
type: object
607
623
type: object
608
624
securityContext:
@@ -709,7 +725,7 @@ spec:
709
725
format: int32
710
726
type: integer
711
727
grpc:
712
-
description: GRPC specifies an action involving a GRPC port. This is a beta field and requires enabling GRPCContainerProbe feature gate.
728
+
description: GRPC specifies an action involving a GRPC port.
713
729
properties:
714
730
port:
715
731
description: Port number of the gRPC service. Number must be in the range 1 to 65535.
@@ -733,7 +749,7 @@ spec:
733
749
description: HTTPHeader describes a custom header to be used in HTTP probes
734
750
properties:
735
751
name:
736
-
description: The header field name
752
+
description: The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
925
+
description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. Requests cannot exceed Limits. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/'
0 commit comments