-
Notifications
You must be signed in to change notification settings - Fork 78
feat(operators): add v2alpha1 operator types #23
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
Closed
Closed
Conversation
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
Add the v2alpha1 group version and the initial Operator type definition. In this form, the Operator type will support aggregating resource status conditions to enable operator component discoverability.
Prevents fields of type *json.RawMessage from causing controller-gen to output bad deepcopy types by switching to json.RawMessage. The underlying type is []byte, so the fields remain semantically equivalent.
Add the generate and vendor rules to the Makefile. The generate rule uses controller-gen to generate deepcopy types. The vendor rule updates vendored dependencies and is a prereq of generate.
Update vendor directory to include the controller-tools dependency.
/hold Holding until I'm confident in this. |
07143f4
to
b799e3a
Compare
Add convenience getters that lazily unmarshal and memoize each of the latest CRDs.
Sync type definitions with the latest from OLM's repo. Update deepcopy and manifests to match.
Superseded by #24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
do-not-merge/hold
Indicates that a PR should not merge because someone has issued a /hold command.
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.
Add types and deepcopy for the
Operator
API.TODO: