From 527d0624c2e1af8df69ca9097b54697b81157f86 Mon Sep 17 00:00:00 2001 From: devOpsHelm Date: Mon, 16 Oct 2023 15:44:33 +0000 Subject: [PATCH] [CN-1004] Print HazelcastReference column in the wide output of CRDs referencing to Hazelcast CR (#899) Signed-off-by: devOpsHelm --- .../templates/all-crds.yaml | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/stable/hazelcast-platform-operator/charts/hazelcast-platform-operator-crds/templates/all-crds.yaml b/stable/hazelcast-platform-operator/charts/hazelcast-platform-operator-crds/templates/all-crds.yaml index 319ee65b..27a4c9aa 100644 --- a/stable/hazelcast-platform-operator/charts/hazelcast-platform-operator-crds/templates/all-crds.yaml +++ b/stable/hazelcast-platform-operator/charts/hazelcast-platform-operator-crds/templates/all-crds.yaml @@ -22,6 +22,11 @@ spec: jsonPath: .status.state name: Status type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Message for the current Cache Config jsonPath: .status.message name: Message @@ -169,6 +174,11 @@ spec: jsonPath: .spec.suspend name: SUSPENDED type: boolean + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hotBackupTemplate.spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string name: v1alpha1 schema: openAPIV3Schema: @@ -301,6 +311,11 @@ spec: jsonPath: .status.address name: Address type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Message for the current HazelcastEndpoint jsonPath: .status.message name: Message @@ -2406,6 +2421,11 @@ spec: jsonPath: .status.state name: Status type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Message for the current HotBackup Config jsonPath: .status.message name: Message @@ -2504,6 +2524,11 @@ spec: jsonPath: .status.id name: Id type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Time when the JetJob was submitted jsonPath: .status.submissionTime name: SubmissionTime @@ -4182,6 +4207,11 @@ spec: jsonPath: .status.state name: Status type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Message for the current Map Config jsonPath: .status.message name: Message @@ -4562,6 +4592,11 @@ spec: jsonPath: .status.state name: Status type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Message for the current MultiMap Config jsonPath: .status.message name: Message @@ -4684,6 +4719,11 @@ spec: jsonPath: .status.state name: Status type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Message for the current Queue Config jsonPath: .status.message name: Message @@ -4813,6 +4853,11 @@ spec: jsonPath: .status.state name: Status type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Message for the current ReplicatedMap Config jsonPath: .status.message name: Message @@ -4919,6 +4964,11 @@ spec: jsonPath: .status.state name: Status type: string + - description: Name of the Hazelcast resource that this resource is created for + jsonPath: .spec.hazelcastResourceName + name: Hazelcast-Resource + priority: 1 + type: string - description: Message for the current Topic Config jsonPath: .status.message name: Message