Skip to content

Commit

Permalink
code review comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
m00g3n committed Nov 20, 2023
1 parent ace2786 commit 32a76b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1/gardenercluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import (
//+kubebuilder:subresource:status
//+kubebuilder:printcolumn:name="STATE",type=string,JSONPath=`.status.state`
//+kubebuilder:printcolumn:name="RUNTIME-ID",type=string,JSONPath=`.metadata.labels.kyma-project\.io/runtime-id`
//+kubebuilder:printcolumn:name="SHOOT-NAME",type=string,JSONPath=`.metadata.labels.kyma-project\.io/shoot-name`
//+kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

// GardenerCluster is the Schema for the clusters API
type GardenerCluster struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ spec:
- jsonPath: .metadata.labels.kyma-project\.io/runtime-id
name: RUNTIME-ID
type: string
- jsonPath: .metadata.labels.kyma-project\.io/shoot-name
name: SHOOT-NAME
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
type: date
name: v1
schema:
openAPIV3Schema:
Expand Down

0 comments on commit 32a76b9

Please sign in to comment.