
The ranges will be stored in IPPool object and will never change once assigned. Change-Id: Ie3184f2a9de405c00223367939f8c3e3112f0e68
604 lines
17 KiB
Go
604 lines
17 KiB
Go
// +build !ignore_autogenerated
|
|
|
|
/*
|
|
|
|
|
|
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 controller-gen. DO NOT EDIT.
|
|
|
|
package v1
|
|
|
|
import (
|
|
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
|
|
runtime "k8s.io/apimachinery/pkg/runtime"
|
|
)
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *AllocatedIP) DeepCopyInto(out *AllocatedIP) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AllocatedIP.
|
|
func (in *AllocatedIP) DeepCopy() *AllocatedIP {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(AllocatedIP)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *AllocatedRange) DeepCopyInto(out *AllocatedRange) {
|
|
*out = *in
|
|
out.Range = in.Range
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AllocatedRange.
|
|
func (in *AllocatedRange) DeepCopy() *AllocatedRange {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(AllocatedRange)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *BMCCredentials) DeepCopyInto(out *BMCCredentials) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BMCCredentials.
|
|
func (in *BMCCredentials) DeepCopy() *BMCCredentials {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(BMCCredentials)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Builder) DeepCopyInto(out *Builder) {
|
|
*out = *in
|
|
if in.Networks != nil {
|
|
in, out := &in.Networks, &out.Networks
|
|
*out = make([]BuilderNetwork, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
out.CPUConfiguration = in.CPUConfiguration
|
|
if in.Domains != nil {
|
|
in, out := &in.Domains, &out.Domains
|
|
*out = make([]BuilderDomain, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Builder.
|
|
func (in *Builder) DeepCopy() *Builder {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Builder)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *BuilderDomain) DeepCopyInto(out *BuilderDomain) {
|
|
*out = *in
|
|
if in.Interfaces != nil {
|
|
in, out := &in.Interfaces, &out.Interfaces
|
|
*out = make([]BuilderNetworkInterface, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderDomain.
|
|
func (in *BuilderDomain) DeepCopy() *BuilderDomain {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(BuilderDomain)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *BuilderNetwork) DeepCopyInto(out *BuilderNetwork) {
|
|
*out = *in
|
|
out.Range = in.Range
|
|
in.Network.DeepCopyInto(&out.Network)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderNetwork.
|
|
func (in *BuilderNetwork) DeepCopy() *BuilderNetwork {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(BuilderNetwork)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *BuilderNetworkInterface) DeepCopyInto(out *BuilderNetworkInterface) {
|
|
*out = *in
|
|
in.NetworkInterface.DeepCopyInto(&out.NetworkInterface)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BuilderNetworkInterface.
|
|
func (in *BuilderNetworkInterface) DeepCopy() *BuilderNetworkInterface {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(BuilderNetworkInterface)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *CPUConfiguration) DeepCopyInto(out *CPUConfiguration) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CPUConfiguration.
|
|
func (in *CPUConfiguration) DeepCopy() *CPUConfiguration {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(CPUConfiguration)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *DaemonSetOptions) DeepCopyInto(out *DaemonSetOptions) {
|
|
*out = *in
|
|
out.Template = in.Template
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DaemonSetOptions.
|
|
func (in *DaemonSetOptions) DeepCopy() *DaemonSetOptions {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(DaemonSetOptions)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *DiskDrivesTemplate) DeepCopyInto(out *DiskDrivesTemplate) {
|
|
*out = *in
|
|
if in.Options != nil {
|
|
in, out := &in.Options, &out.Options
|
|
*out = new(DiskOptions)
|
|
**out = **in
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiskDrivesTemplate.
|
|
func (in *DiskDrivesTemplate) DeepCopy() *DiskDrivesTemplate {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(DiskDrivesTemplate)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *DiskOptions) DeepCopyInto(out *DiskOptions) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DiskOptions.
|
|
func (in *DiskOptions) DeepCopy() *DiskOptions {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(DiskOptions)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *IPPool) DeepCopyInto(out *IPPool) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
out.Status = in.Status
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPPool.
|
|
func (in *IPPool) DeepCopy() *IPPool {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(IPPool)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *IPPool) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *IPPoolList) DeepCopyInto(out *IPPoolList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]IPPool, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPPoolList.
|
|
func (in *IPPoolList) DeepCopy() *IPPoolList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(IPPoolList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *IPPoolList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *IPPoolSpec) DeepCopyInto(out *IPPoolSpec) {
|
|
*out = *in
|
|
if in.Ranges != nil {
|
|
in, out := &in.Ranges, &out.Ranges
|
|
*out = make([]Range, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.AllocatedRanges != nil {
|
|
in, out := &in.AllocatedRanges, &out.AllocatedRanges
|
|
*out = make([]AllocatedRange, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.AllocatedIPs != nil {
|
|
in, out := &in.AllocatedIPs, &out.AllocatedIPs
|
|
*out = make([]AllocatedIP, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPPoolSpec.
|
|
func (in *IPPoolSpec) DeepCopy() *IPPoolSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(IPPoolSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *IPPoolStatus) DeepCopyInto(out *IPPoolStatus) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IPPoolStatus.
|
|
func (in *IPPoolStatus) DeepCopy() *IPPoolStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(IPPoolStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NamespacedName) DeepCopyInto(out *NamespacedName) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NamespacedName.
|
|
func (in *NamespacedName) DeepCopy() *NamespacedName {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NamespacedName)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Network) DeepCopyInto(out *Network) {
|
|
*out = *in
|
|
if in.DNSServers != nil {
|
|
in, out := &in.DNSServers, &out.DNSServers
|
|
*out = make([]string, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
if in.Routes != nil {
|
|
in, out := &in.Routes, &out.Routes
|
|
*out = make([]VMRoutes, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Network.
|
|
func (in *Network) DeepCopy() *Network {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Network)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NetworkInterface) DeepCopyInto(out *NetworkInterface) {
|
|
*out = *in
|
|
if in.Options != nil {
|
|
in, out := &in.Options, &out.Options
|
|
*out = make(map[string]string, len(*in))
|
|
for key, val := range *in {
|
|
(*out)[key] = val
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterface.
|
|
func (in *NetworkInterface) DeepCopy() *NetworkInterface {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NetworkInterface)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NodeSelector) DeepCopyInto(out *NodeSelector) {
|
|
*out = *in
|
|
if in.MatchLabels != nil {
|
|
in, out := &in.MatchLabels, &out.MatchLabels
|
|
*out = make(map[string]string, len(*in))
|
|
for key, val := range *in {
|
|
(*out)[key] = val
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeSelector.
|
|
func (in *NodeSelector) DeepCopy() *NodeSelector {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NodeSelector)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *NodeSet) DeepCopyInto(out *NodeSet) {
|
|
*out = *in
|
|
if in.BMHLabels != nil {
|
|
in, out := &in.BMHLabels, &out.BMHLabels
|
|
*out = make(map[string]string, len(*in))
|
|
for key, val := range *in {
|
|
(*out)[key] = val
|
|
}
|
|
}
|
|
out.LibvirtTemplateDefinition = in.LibvirtTemplateDefinition
|
|
if in.NetworkInterfaces != nil {
|
|
in, out := &in.NetworkInterfaces, &out.NetworkInterfaces
|
|
*out = make([]NetworkInterface, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
if in.DiskDrives != nil {
|
|
in, out := &in.DiskDrives, &out.DiskDrives
|
|
*out = make([]DiskDrivesTemplate, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
out.NetworkDataTemplate = in.NetworkDataTemplate
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodeSet.
|
|
func (in *NodeSet) DeepCopy() *NodeSet {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(NodeSet)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Range) DeepCopyInto(out *Range) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Range.
|
|
func (in *Range) DeepCopy() *Range {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Range)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *VMRoutes) DeepCopyInto(out *VMRoutes) {
|
|
*out = *in
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VMRoutes.
|
|
func (in *VMRoutes) DeepCopy() *VMRoutes {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(VMRoutes)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *Vino) DeepCopyInto(out *Vino) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
|
|
in.Spec.DeepCopyInto(&out.Spec)
|
|
in.Status.DeepCopyInto(&out.Status)
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Vino.
|
|
func (in *Vino) DeepCopy() *Vino {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Vino)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *Vino) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *VinoList) DeepCopyInto(out *VinoList) {
|
|
*out = *in
|
|
out.TypeMeta = in.TypeMeta
|
|
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
|
if in.Items != nil {
|
|
in, out := &in.Items, &out.Items
|
|
*out = make([]Vino, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VinoList.
|
|
func (in *VinoList) DeepCopy() *VinoList {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(VinoList)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
|
|
func (in *VinoList) DeepCopyObject() runtime.Object {
|
|
if c := in.DeepCopy(); c != nil {
|
|
return c
|
|
}
|
|
return nil
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *VinoSpec) DeepCopyInto(out *VinoSpec) {
|
|
*out = *in
|
|
if in.NodeSelector != nil {
|
|
in, out := &in.NodeSelector, &out.NodeSelector
|
|
*out = new(NodeSelector)
|
|
(*in).DeepCopyInto(*out)
|
|
}
|
|
out.CPUConfiguration = in.CPUConfiguration
|
|
if in.Networks != nil {
|
|
in, out := &in.Networks, &out.Networks
|
|
*out = make([]Network, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
if in.Nodes != nil {
|
|
in, out := &in.Nodes, &out.Nodes
|
|
*out = make([]NodeSet, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
out.DaemonSetOptions = in.DaemonSetOptions
|
|
out.BMCCredentials = in.BMCCredentials
|
|
if in.NodeLabelKeysToCopy != nil {
|
|
in, out := &in.NodeLabelKeysToCopy, &out.NodeLabelKeysToCopy
|
|
*out = make([]string, len(*in))
|
|
copy(*out, *in)
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VinoSpec.
|
|
func (in *VinoSpec) DeepCopy() *VinoSpec {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(VinoSpec)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
func (in *VinoStatus) DeepCopyInto(out *VinoStatus) {
|
|
*out = *in
|
|
out.ConfigMapRef = in.ConfigMapRef
|
|
if in.Conditions != nil {
|
|
in, out := &in.Conditions, &out.Conditions
|
|
*out = make([]metav1.Condition, len(*in))
|
|
for i := range *in {
|
|
(*in)[i].DeepCopyInto(&(*out)[i])
|
|
}
|
|
}
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VinoStatus.
|
|
func (in *VinoStatus) DeepCopy() *VinoStatus {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(VinoStatus)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|