Support Simple Resource Class Selection#927
Merged
negz merged 7 commits intocrossplane:masterfrom Oct 23, 2019
Merged
Conversation
Collaborator
hasheddan
reviewed
Oct 11, 2019
Member
hasheddan
left a comment
There was a problem hiding this comment.
A few comments about updates that I think will need to be made in crossplane-runtime and angryjet before these changes are made.
Collaborator
4 tasks
negz
added a commit
to negz/crossplane-tools
that referenced
this pull request
Oct 17, 2019
crossplane/crossplane#926 crossplane/crossplane#927 crossplane/crossplane-runtime#48 Updates angryjet to reflect the above changes. Signed-off-by: Nic Cope <negz@rk0n.org>
negz
added a commit
to negz/crossplane-tools
that referenced
this pull request
Oct 17, 2019
crossplane/crossplane#926 crossplane/crossplane#927 crossplane/crossplane-runtime#48 Updates angryjet to reflect the above changes. Signed-off-by: Nic Cope <negz@rk0n.org>
2 tasks
negz
added a commit
to negz/crossplane-tools
that referenced
this pull request
Oct 17, 2019
crossplane/crossplane#926 crossplane/crossplane#927 crossplane/crossplane-runtime#48 Updates angryjet to reflect the above changes. Signed-off-by: Nic Cope <negz@rk0n.org>
negz
added a commit
to negz/crossplane-tools
that referenced
this pull request
Oct 17, 2019
crossplane/crossplane#926 crossplane/crossplane#927 crossplane/crossplane-runtime#48 Updates angryjet to reflect the above changes. Signed-off-by: Nic Cope <negz@rk0n.org>
14372e8 to
3af5221
Compare
Collaborator
Collaborator
negz
added a commit
to negz/provider-azure
that referenced
this pull request
Oct 21, 2019
crossplane/crossplane#927 crossplane/crossplane-runtime#48 Signed-off-by: Nic Cope <negz@rk0n.org>
negz
added a commit
to negz/provider-azure
that referenced
this pull request
Oct 21, 2019
crossplane/crossplane#927 crossplane/crossplane-runtime#48 Signed-off-by: Nic Cope <negz@rk0n.org>
negz
added a commit
to negz/provider-azure
that referenced
this pull request
Oct 21, 2019
crossplane/crossplane#927 crossplane/crossplane-runtime#48 Signed-off-by: Nic Cope <negz@rk0n.org>
negz
added a commit
to negz/provider-azure
that referenced
this pull request
Oct 21, 2019
crossplane/crossplane#927 crossplane/crossplane-runtime#48 Signed-off-by: Nic Cope <negz@rk0n.org>
Collaborator
negz
added a commit
to negz/provider-azure
that referenced
this pull request
Oct 21, 2019
crossplane/crossplane#927 crossplane/crossplane-runtime#48 Signed-off-by: Nic Cope <negz@rk0n.org>
negz
added a commit
to negz/provider-azure
that referenced
this pull request
Oct 22, 2019
crossplane/crossplane#927 crossplane/crossplane-runtime#48 Signed-off-by: Nic Cope <negz@rk0n.org>
This was referenced Oct 22, 2019
Collaborator
hasheddan
suggested changes
Oct 22, 2019
Collaborator
Collaborator
negz
added a commit
to negz/crossplane-tools
that referenced
this pull request
Oct 23, 2019
crossplane/crossplane#926 crossplane/crossplane#927 crossplane/crossplane-runtime#48 Updates angryjet to reflect the above changes. Signed-off-by: Nic Cope <negz@rk0n.org>
Collaborator
negz
added a commit
to negz/provider-azure
that referenced
this pull request
Oct 23, 2019
crossplane/crossplane#927 crossplane/crossplane-runtime#48 Signed-off-by: Nic Cope <negz@rk0n.org>
4 tasks
4 tasks
negz
added a commit
to negz/provider-azure
that referenced
this pull request
Oct 23, 2019
crossplane/crossplane#927 crossplane/crossplane-runtime#48 Signed-off-by: Nic Cope <negz@rk0n.org>
Collaborator
Signed-off-by: Nic Cope <negz@rk0n.org>
Signed-off-by: Nic Cope <negz@rk0n.org>
This also removes the default class controllers, and standardises the resource claim print columns, a few of which were not functional. Signed-off-by: Nic Cope <negz@rk0n.org>
This adds the new resource class selector, and also switches to our own connection secret kind. Signed-off-by: Nic Cope <negz@rk0n.org>
This was already a problem - we'd schedule workloads to a cluster that did not specify a connection secret (and was thus unusable by Crossplane). Now that connection secrets are pointer types this resulted in a nil pointer in the tests which highlighted the fact that we should handle this condition. Signed-off-by: Nic Cope <negz@rk0n.org>
Signed-off-by: Nic Cope <negz@rk0n.org>
Signed-off-by: Nic Cope <nicc@rk0n.org> Co-Authored-By: Daniel Mangum <31777345+hasheddan@users.noreply.github.com>
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of your changes
This enables label based class matching per #926. Changes will also be required to crossplane-runtime, and all stacks.
Checklist
I have:
make reviewableto ensure this PR is ready for review.clusterrole.yamlto include any new types.