File tree 4 files changed +30
-29
lines changed
4 files changed +30
-29
lines changed Original file line number Diff line number Diff line change 1
1
commonLabels :
2
2
cluster.x-k8s.io/v1beta1 : v1beta1
3
+ clusterctl.cluster.x-k8s.io : " "
3
4
4
-
5
5
# This kustomization.yaml is not intended to be run by itself,
6
6
# since it depends on service name and namespace that are out of this kustomize package.
7
7
# It should be run by config/default
8
8
resources :
9
- - bases/bootstrap.cluster.x-k8s.io_kthreesconfigs.yaml
10
- - bases/bootstrap.cluster.x-k8s.io_kthreesconfigtemplates.yaml
9
+ - bases/bootstrap.cluster.x-k8s.io_kthreesconfigs.yaml
10
+ - bases/bootstrap.cluster.x-k8s.io_kthreesconfigtemplates.yaml
11
11
# +kubebuilder:scaffold:crdkustomizeresource
12
12
13
13
patchesStrategicMerge :
@@ -25,4 +25,4 @@ patchesStrategicMerge:
25
25
26
26
# the following config is for teaching kustomize how to do kustomization for CRDs.
27
27
configurations :
28
- - kustomizeconfig.yaml
28
+ - kustomizeconfig.yaml
Original file line number Diff line number Diff line change 1
1
# This file is for teaching kustomize how to substitute name and namespace reference in CRD
2
2
nameReference :
3
- - kind : Service
4
- version : v1
5
- fieldSpecs :
6
- - kind : CustomResourceDefinition
7
- group : apiextensions.k8s.io
8
- path : spec/conversion/webhookClientConfig/service/name
3
+ - kind : Service
4
+ version : v1
5
+ fieldSpecs :
6
+ - kind : CustomResourceDefinition
7
+ group : apiextensions.k8s.io
8
+ path : spec/conversion/webhookClientConfig/service/name
9
9
10
10
namespace :
11
- - kind : CustomResourceDefinition
12
- group : apiextensions.k8s.io
13
- path : spec/conversion/webhookClientConfig/service/namespace
14
- create : false
11
+ - kind : CustomResourceDefinition
12
+ group : apiextensions.k8s.io
13
+ path : spec/conversion/webhookClientConfig/service/namespace
14
+ create : false
15
15
16
16
varReference :
17
- - path : metadata/annotations
17
+ - path : metadata/annotations
Original file line number Diff line number Diff line change 1
1
commonLabels :
2
2
cluster.x-k8s.io/v1beta1 : v1beta1
3
-
3
+ clusterctl.cluster.x-k8s.io : " "
4
+
4
5
# This kustomization.yaml is not intended to be run by itself,
5
6
# since it depends on service name and namespace that are out of this kustomize package.
6
7
# It should be run by config/default
7
8
resources :
8
- - bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml
9
+ - bases/controlplane.cluster.x-k8s.io_kthreescontrolplanes.yaml
9
10
# +kubebuilder:scaffold:crdkustomizeresource
10
11
11
12
patchesStrategicMerge :
@@ -21,4 +22,4 @@ patchesStrategicMerge:
21
22
22
23
# the following config is for teaching kustomize how to do kustomization for CRDs.
23
24
configurations :
24
- - kustomizeconfig.yaml
25
+ - kustomizeconfig.yaml
Original file line number Diff line number Diff line change 1
1
# This file is for teaching kustomize how to substitute name and namespace reference in CRD
2
2
nameReference :
3
- - kind : Service
4
- version : v1
5
- fieldSpecs :
6
- - kind : CustomResourceDefinition
7
- group : apiextensions.k8s.io
8
- path : spec/conversion/webhookClientConfig/service/name
3
+ - kind : Service
4
+ version : v1
5
+ fieldSpecs :
6
+ - kind : CustomResourceDefinition
7
+ group : apiextensions.k8s.io
8
+ path : spec/conversion/webhookClientConfig/service/name
9
9
10
10
namespace :
11
- - kind : CustomResourceDefinition
12
- group : apiextensions.k8s.io
13
- path : spec/conversion/webhookClientConfig/service/namespace
14
- create : false
11
+ - kind : CustomResourceDefinition
12
+ group : apiextensions.k8s.io
13
+ path : spec/conversion/webhookClientConfig/service/namespace
14
+ create : false
15
15
16
16
varReference :
17
- - path : metadata/annotations
17
+ - path : metadata/annotations
You can’t perform that action at this time.
0 commit comments