mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-23 01:24:33 +00:00
* Add interested field (#107) * Add interested field Signed-off-by: Jian Qiu <jqiu@redhat.com> * Add integration test Signed-off-by: Jian Qiu <jqiu@redhat.com> * Resolve comments Signed-off-by: Jian Qiu <jqiu@redhat.com> * Update go to 1.17 Signed-off-by: Jian Qiu <jqiu@redhat.com>
8 lines
182 B
Go
8 lines
182 B
Go
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +kubebuilder:validation:Optional
|
|
// +groupName=machine.openshift.io
|
|
package v1beta1
|