-
Notifications
You must be signed in to change notification settings - Fork 415
CachedResourcesEndpointSlice SDK #3442
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
Conversation
On-behalf-of: @SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
Ran: make codegen For CachedResourceEndpointSlice and related types. On-behalf-of: @SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
On-behalf-of: @SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
On-behalf-of: @SAP robert.vasek@sap.com Signed-off-by: Robert Vasek <robert.vasek@clyso.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Partitions support is to be delivered in next iteration of PRs. Let me know if it's better to have it included here already please. |
PTAL @mjudeikis @sttts @xrstf |
// +required | ||
// +kubebuilder:validation:Required | ||
// +kubebuilder:validation:XValidation:rule="self == oldSelf",message="CachedResource reference must not be changed" | ||
CachedResource CachedResourceReference `json:"cachedResource"` |
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.
Just for other revieweers, we said we gonna keep it to minimum for now and extend once we need to.
/lgtm Once you have follow-up readi we can merge together |
LGTM label has been added. Git tree hash: c223d0be3f4beb2b1a9c4d7cc510d2235cbcb707
|
Uhm. That wasn't my intention ... |
all good. no harm done |
Summary
This PR adds types and generated code for CachedResourcesEndpointSlice and friends. First in series for #3417.
What Type of PR Is This?
/kind api-change
/kind feature
Related Issue(s)
Part of #3417
Release Notes