Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-order columns for handwritten ClusterAuth.eks #1276

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

mbbush
Copy link
Collaborator

@mbbush mbbush commented Apr 21, 2024

Description of your changes

There was a recent change in upjet that swapped the order of the Ready and Synced columns in the generated managed resource CRDs. That's already been merged and released in provider-upjet-aws. However, we forgot about ClusterAuth.eks, which is the only (I think?) CRD that's not generated by upjet.

The result is that currently when listing managed resources, for all MR kinds other than ClusterAuth, Synced appears before Ready, but for ClusterAuth, Ready appears before synced.

This PR fixes that.

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable to ensure this PR is ready for review.

How has this code been tested

Using uptest on this PR and manually:

NAME                                  SYNCED   READY   EXTERNAL-NAME   AGE
clusterauth.eks.aws.upbound.io/auth   True     True    auth            10m

@mbbush mbbush marked this pull request as ready for review April 22, 2024 03:33
@mbbush
Copy link
Collaborator Author

mbbush commented Apr 22, 2024

/test-examples="examples/eks/v1beta1/clusterauth.yaml"

Signed-off-by: Matt Bush <mbbush@gmail.com>
@turkenf
Copy link
Collaborator

turkenf commented Jun 7, 2024

/test-examples="examples/eks/v1beta1/clusterauth.yaml"

@turkenf turkenf merged commit 719eef4 into crossplane-contrib:main Jun 7, 2024
12 checks passed
@turkenf
Copy link
Collaborator

turkenf commented Jun 7, 2024

Thank you @mbbush 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants