From 385b2159bbbe77c05aa51a0f7c3522b89cb964fc Mon Sep 17 00:00:00 2001 From: peefy Date: Thu, 8 Aug 2024 12:25:56 +0800 Subject: [PATCH] chore: update the deploy configs Signed-off-by: peefy --- config/all.yaml | 21 ++++++++++++--------- config/crd/bases/krm.kcl.dev_kclruns.yaml | 2 +- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/config/all.yaml b/config/all.yaml index 357252b..9f161d1 100644 --- a/config/all.yaml +++ b/config/all.yaml @@ -2,8 +2,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.11.1 - creationTimestamp: null + controller-gen.kubebuilder.io/version: v0.15.0 name: kclruns.krm.kcl.dev spec: group: krm.kcl.dev @@ -20,14 +19,19 @@ spec: description: KCLRun is the Schema for the kclruns API properties: apiVersion: - description: 'APIVersion defines the versioned schema of this representation - of an object. Servers should convert recognized schemas to the latest - internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources type: string kind: - description: 'Kind is a string value representing the REST resource this - object represents. Servers may infer this from the endpoint the client - submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds type: string metadata: type: object @@ -72,7 +76,6 @@ metadata: apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - creationTimestamp: null name: manager-role rules: - apiGroups: diff --git a/config/crd/bases/krm.kcl.dev_kclruns.yaml b/config/crd/bases/krm.kcl.dev_kclruns.yaml index e30d593..5c9fcae 100644 --- a/config/crd/bases/krm.kcl.dev_kclruns.yaml +++ b/config/crd/bases/krm.kcl.dev_kclruns.yaml @@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.14.0 + controller-gen.kubebuilder.io/version: v0.15.0 name: kclruns.krm.kcl.dev spec: group: krm.kcl.dev