From 1c294ff8a8daa1f6014cffb4198b89c4affd3300 Mon Sep 17 00:00:00 2001 From: c287395834 <125242605+c287395834@users.noreply.github.com> Date: Mon, 31 Mar 2025 16:08:07 +0800 Subject: [PATCH] Create redis.kun_redisclusterbackups_crd_new.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 文件 图片 16/10000 实时翻译 划译 Adapt to the new version of Kubernetes --- ...redis.kun_redisclusterbackups_crd_new.yaml | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 deploy/crds/redis.kun_redisclusterbackups_crd_new.yaml diff --git a/deploy/crds/redis.kun_redisclusterbackups_crd_new.yaml b/deploy/crds/redis.kun_redisclusterbackups_crd_new.yaml new file mode 100644 index 000000000..1dd30dbde --- /dev/null +++ b/deploy/crds/redis.kun_redisclusterbackups_crd_new.yaml @@ -0,0 +1,47 @@ +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + name: redisclusterbackups.redis.kun +spec: + group: redis.kun + names: + kind: RedisClusterBackup + listKind: RedisClusterBackupList + plural: redisclusterbackups + singular: redisclusterbackup + shortNames: + - drcb + scope: Namespaced + versions: + - name: v1alpha1 + served: true + storage: true + schema: + openAPIV3Schema: + description: RedisClusterBackup is the Schema for the redisclusterbackups 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/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/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: RedisClusterBackupSpec defines the desired state of RedisClusterBackup + type: object + status: + description: RedisClusterBackupStatus defines the observed state of RedisClusterBackup + type: object + type: object + additionalPrinterColumns: + - jsonPath: .metadata.creationTimestamp + name: Age + type: date + - jsonPath: .status.phase + description: The phase of redis cluster backup + name: Phase + type: string + subresources: + status: {}