1
0
mirror of https://github.com/rancher/types.git synced 2025-07-19 15:56:26 +00:00

generated changes

This commit is contained in:
rajashree 2019-02-15 15:32:18 -08:00 committed by Alena Prokharchyk
parent 73a328fa7d
commit fba6799b44
2 changed files with 4 additions and 2 deletions

View File

@ -2862,6 +2862,7 @@ func (in *GlobalDNSList) DeepCopyObject() runtime.Object {
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *GlobalDNSProvider) DeepCopyInto(out *GlobalDNSProvider) {
*out = *in
out.Namespaced = in.Namespaced
out.TypeMeta = in.TypeMeta
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
in.Spec.DeepCopyInto(&out.Spec)

View File

@ -24,8 +24,9 @@ var (
GlobalDNSProviderResource = metav1.APIResource{
Name: "globaldnsproviders",
SingularName: "globaldnsprovider",
Namespaced: false,
Kind: GlobalDNSProviderGroupVersionKind.Kind,
Namespaced: true,
Kind: GlobalDNSProviderGroupVersionKind.Kind,
}
)