Skip to content

Commit

Permalink
[CN-1004] Print HazelcastReference column in the wide output of CRDs …
Browse files Browse the repository at this point in the history
…referencing to Hazelcast CR (#899)

Signed-off-by: devOpsHelm <devopshelm@hazelcast.com>
  • Loading branch information
devOpsHelm committed Oct 16, 2023
1 parent 2464df4 commit 527d062
Showing 1 changed file with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 527d062

Please sign in to comment.