Skip to content

Commit 719eef4

Browse files
authored
Merge pull request #1276 from mbbush/swap-clusterauth-printer
re-order columns for handwritten ClusterAuth.eks
2 parents 0e54c26 + 76dce07 commit 719eef4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

apis/eks/v1beta1/clusterauth_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ type ClusterAuthStatus struct {
6060
// +kubebuilder:object:root=true
6161

6262
// ClusterAuth is used to retrieve Kubeconfig of given EKS cluster.
63-
// +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status"
6463
// +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status"
64+
// +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status"
6565
// +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name"
6666
// +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
6767
// +kubebuilder:subresource:status

package/crds/eks.aws.upbound.io_clusterauths.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ spec:
1919
scope: Cluster
2020
versions:
2121
- additionalPrinterColumns:
22-
- jsonPath: .status.conditions[?(@.type=='Ready')].status
23-
name: READY
24-
type: string
2522
- jsonPath: .status.conditions[?(@.type=='Synced')].status
2623
name: SYNCED
2724
type: string
25+
- jsonPath: .status.conditions[?(@.type=='Ready')].status
26+
name: READY
27+
type: string
2828
- jsonPath: .metadata.annotations.crossplane\.io/external-name
2929
name: EXTERNAL-NAME
3030
type: string

0 commit comments

Comments
 (0)