-
Notifications
You must be signed in to change notification settings - Fork 75
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
✨ Add fields to support switch hub. #317
✨ Add fields to support switch hub. #317
Conversation
/wip |
ccf5987
to
477807e
Compare
477807e
to
e315de7
Compare
/assign @qiujian16 |
e315de7
to
90159c7
Compare
90159c7
to
a5ed787
Compare
Signed-off-by: xuezhaojun <zxue@redhat.com>
a5ed787
to
020352a
Compare
The |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, xuezhaojun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
018915d
into
open-cluster-management-io:main
// SecretNames is a list of secret names. The secrets are in the same namespace where the agent controller runs. | ||
// +required | ||
// +kubebuilder:validation:minItems=2 | ||
SecretNames []string `json:"secretNames"` |
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.
Changet to a struct with one filed - name, in case in the future we want to add context in.
Summary
The API changes for open-cluster-management-io/enhancements#104
Related issue(s)
Fixes #