Skip to content

Commit 23903d9

Browse files
committed
chore: regenerate
Signed-off-by: squat <[email protected]>
1 parent 73d7856 commit 23903d9

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

pkg/apis/crds/karpenter.azure.com_aksnodeclasses.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,34 @@ spec:
539539
maximum: 2048
540540
minimum: 30
541541
type: integer
542+
patching:
543+
description: Collection of patching-related karpenter fields
544+
properties:
545+
assessmentMode:
546+
default: ImageDefault
547+
description: |-
548+
AssessmentMode defines when the provisioned node is assessed for updates.
549+
Possible values are:
550+
ImageDefault - You control the timing of patch assessments on a virtual machine.
551+
AutomaticByPlatform - The platform will trigger periodic patch assessments.
552+
The Azure VM Agent will be installed on the node.
553+
enum:
554+
- ImageDefault
555+
- AutomaticByPlatform
556+
type: string
557+
patchMode:
558+
default: ImageDefault
559+
description: |-
560+
PatchMode defines how the provisioned node is patched.
561+
Possible values are:
562+
ImageDefault - The virtual machine's default patching configuration is used.
563+
AutomaticByPlatform - The virtual machine will be automatically updated by the platform.
564+
The Azure VM Agent will be installed on the node.
565+
enum:
566+
- ImageDefault
567+
- AutomaticByPlatform
568+
type: string
569+
type: object
542570
security:
543571
description: Collection of security related karpenter fields
544572
properties:

pkg/apis/v1beta1/zz_generated.deepcopy.go

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)