aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go')
-rw-r--r--pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go40
1 files changed, 23 insertions, 17 deletions
diff --git a/pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go
index cf716cd..49cc157 100644
--- a/pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go
+++ b/pkg/apis/k8s/v1alpha1/zz_generated.deepcopy.go
@@ -1,22 +1,6 @@
// +build !ignore_autogenerated
-/*
-Copyright The Kubernetes Authors.
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-*/
-
-// Code generated by deepcopy-gen. DO NOT EDIT.
+// Code generated by operator-sdk. DO NOT EDIT.
package v1alpha1
@@ -25,6 +9,27 @@ import (
)
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
+func (in *DirectSpec) DeepCopyInto(out *DirectSpec) {
+ *out = *in
+ if in.NodeLabelList != nil {
+ in, out := &in.NodeLabelList, &out.NodeLabelList
+ *out = make([]string, len(*in))
+ copy(*out, *in)
+ }
+ return
+}
+
+// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DirectSpec.
+func (in *DirectSpec) DeepCopy() *DirectSpec {
+ if in == nil {
+ return nil
+ }
+ out := new(DirectSpec)
+ in.DeepCopyInto(out)
+ return out
+}
+
+// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (in *DnsSpec) DeepCopyInto(out *DnsSpec) {
*out = *in
if in.Nameservers != nil {
@@ -355,6 +360,7 @@ func (in *ProviderNetworkSpec) DeepCopyInto(out *ProviderNetworkSpec) {
copy(*out, *in)
}
in.Vlan.DeepCopyInto(&out.Vlan)
+ in.Direct.DeepCopyInto(&out.Direct)
return
}