mirror of
https://github.com/rancher/types.git
synced 2025-09-15 22:39:05 +00:00
generated changes
This commit is contained in:
committed by
Alena Prokharchyk
parent
73a328fa7d
commit
fba6799b44
@@ -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)
|
||||
|
@@ -24,8 +24,9 @@ var (
|
||||
GlobalDNSProviderResource = metav1.APIResource{
|
||||
Name: "globaldnsproviders",
|
||||
SingularName: "globaldnsprovider",
|
||||
Namespaced: false,
|
||||
Kind: GlobalDNSProviderGroupVersionKind.Kind,
|
||||
Namespaced: true,
|
||||
|
||||
Kind: GlobalDNSProviderGroupVersionKind.Kind,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user