Skip to content

Commit

Permalink
re-order columns for handwritten ClusterAuth.eks
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Bush <[email protected]>
  • Loading branch information
mbbush committed Apr 21, 2024
1 parent cf65192 commit d4fb349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/crds/eks.aws.upbound.io_clusterauths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- jsonPath: .status.conditions[?(@.type=='Ready')].status
name: READY
type: string
- jsonPath: .status.conditions[?(@.type=='Synced')].status
name: SYNCED
type: string
- jsonPath: .status.conditions[?(@.type=='Ready')].status
name: READY
type: string
- jsonPath: .metadata.annotations.crossplane\.io/external-name
name: EXTERNAL-NAME
type: string
Expand Down

0 comments on commit d4fb349

Please sign in to comment.