Skip to content

Commit 6bf0525

Browse files
committed
make update
1 parent 300be23 commit 6bf0525

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

charts/karpenter/crds/karpenter.k8s.alibabacloud_ecsnodeclasses.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,19 +74,6 @@ spec:
7474
rule: self >= 20
7575
type: object
7676
type: array
77-
imageFamily:
78-
description: |-
79-
ImageFamily dictates the UserData format and default SystemDisk used when generating launch templates.
80-
This field is optional when using an alias imageSelectorTerm, and the value will be inferred from the alias'
81-
family. When an alias is specified, this field may only be set to its corresponding family or 'Custom'. If no
82-
alias is specified, this field is required.
83-
NOTE: We ignore the ImageFamily for hashing here because we hash the ImageFamily dynamically by using the alias using
84-
the ImageFamily() helper function
85-
enum:
86-
- AlibabaCloudLinux3
87-
- ContainerOS
88-
- Custom
89-
type: string
9077
imageSelectorTerms:
9178
description: ImageSelectorTerms is a list of or image selector terms.
9279
The terms are ORed.

pkg/apis/v1alpha1/zz_generated.deepcopy.go

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

pkg/providers/cluster/custom.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
/*
2+
Copyright 2024 The CloudPilot AI Authors.
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
http://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
*/
16+
117
package cluster
218

319
import (

0 commit comments

Comments
 (0)