Skip to content

Commit 7860430

Browse files
committed
chore: update upstream karpenter crds
Signed-off-by: Max Cao <[email protected]>
1 parent 185fbeb commit 7860430

File tree

4 files changed

+46
-1014
lines changed

4 files changed

+46
-1014
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ image-push: image-build$(USE_DOCKER)
9494
.PHONY: manifests
9595
manifests: ## generate the controller-gen kubernetes manifests
9696
$(CONTROLLER_GEN) rbac:roleName=manager-role crd paths="./..." output:crd:artifacts:config=pkg/apis/crds
97-
$(CONTROLLER_GEN) rbac:roleName=manager-role crd paths="./vendor/sigs.k8s.io/karpenter/..." output:crd:artifacts:config=pkg/apis/crds
97+
$(CONTROLLER_GEN) rbac:roleName=manager-role crd paths="./vendor/sigs.k8s.io/karpenter/pkg/apis/..." output:crd:artifacts:config=pkg/apis/crds
9898

9999
.PHONY: test
100100
test: vendor unit ## vendor the dependencies and run unit tests

pkg/apis/crds/karpenter.cluster.x-k8s.io_clusterapinodeclasses.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.15.0
6+
controller-gen.kubebuilder.io/version: v0.16.5
77
name: clusterapinodeclasses.karpenter.cluster.x-k8s.io
88
spec:
99
group: karpenter.cluster.x-k8s.io
@@ -146,12 +146,7 @@ spec:
146146
- Unknown
147147
type: string
148148
type:
149-
description: |-
150-
type of condition in CamelCase or in foo.example.com/CamelCase.
151-
---
152-
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
153-
useful (see .node.status.conditions), the ability to deconflict is important.
154-
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
149+
description: type of condition in CamelCase or in foo.example.com/CamelCase.
155150
maxLength: 316
156151
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
157152
type: string

0 commit comments

Comments
 (0)