-
Notifications
You must be signed in to change notification settings - Fork 287
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
Defining new types for Cloudstack AvailabilityZone development #2412
Merged
Merged
Changes from 10 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
f01e5f0
Defining new types for Cloudstack multiendpoint development
maxdrib 4e9717f
Adding unit test
maxdrib 48a49c6
Adding Name and generating manifests
maxdrib 7a1a24b
Fixing incorrect json label
maxdrib e0209e1
Deprecating old fields and marking them as optional
maxdrib d5a4cb3
Removing premature deprecation comment and linting
maxdrib 79d1698
Removing deprecated flag
maxdrib 836e096
Adding unit tests
maxdrib 8732bec
Linting
maxdrib 8dd9e44
More unit testing
maxdrib 5d59551
responding to comments
maxdrib 545d2d1
Updating manifests
maxdrib d4aa8b6
Generated release manifests
maxdrib 7c6cb84
Adding credentialsRef instead of unique name for az
maxdrib dd081c4
Generating manifests
maxdrib 2f78096
Merge branch 'main' into multiple-endpoints
maxdrib b9db281
Updating design to reflect credentialsref
maxdrib 50f7b73
Updating design and readding Name field to AZ struct
maxdrib 83a3828
Updating AZ equality definition to build a map instead of nested for …
maxdrib aab0350
linting
maxdrib 6201e80
Updating description for credentialsRef
maxdrib 3e56b0a
Adding todo to validator
maxdrib fd06a1d
Updating design to reflect that secrets should be immutable
maxdrib 75b321c
Adding notes about EKS-A policy on creating but not updating secrets
maxdrib b353a4e
Flushing out details on credential management in the design
maxdrib 7475853
Responding to Joey's comments
maxdrib 2c76dbb
Update designs/cloudstack-multiple-endpoints.md
maxdrib File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
2 changes: 0 additions & 2 deletions
2
pkg/api/v1alpha1/thirdparty/tinkerbell/zz_generated.deepcopy.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to add the deprecated note to each field?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will add that after we've migrated EKS-A internally to using the new fields. Prior to that, the linter throws a ton of errors for using deprecated fields which will slow down our reviews :(