mirror of https://github.com/status-im/consul.git
91 lines
2.9 KiB
Go
91 lines
2.9 KiB
Go
// Code generated by protoc-gen-deepcopy. DO NOT EDIT.
|
|
package pbproxystate
|
|
|
|
import (
|
|
proto "google.golang.org/protobuf/proto"
|
|
)
|
|
|
|
// DeepCopyInto supports using TrafficPermissions within kubernetes types, where deepcopy-gen is used.
|
|
func (in *TrafficPermissions) DeepCopyInto(out *TrafficPermissions) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TrafficPermissions. Required by controller-gen.
|
|
func (in *TrafficPermissions) DeepCopy() *TrafficPermissions {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(TrafficPermissions)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new TrafficPermissions. Required by controller-gen.
|
|
func (in *TrafficPermissions) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|
|
|
|
// DeepCopyInto supports using Permission within kubernetes types, where deepcopy-gen is used.
|
|
func (in *Permission) DeepCopyInto(out *Permission) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Permission. Required by controller-gen.
|
|
func (in *Permission) DeepCopy() *Permission {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Permission)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new Permission. Required by controller-gen.
|
|
func (in *Permission) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|
|
|
|
// DeepCopyInto supports using Principal within kubernetes types, where deepcopy-gen is used.
|
|
func (in *Principal) DeepCopyInto(out *Principal) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Principal. Required by controller-gen.
|
|
func (in *Principal) DeepCopy() *Principal {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Principal)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new Principal. Required by controller-gen.
|
|
func (in *Principal) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|
|
|
|
// DeepCopyInto supports using Spiffe within kubernetes types, where deepcopy-gen is used.
|
|
func (in *Spiffe) DeepCopyInto(out *Spiffe) {
|
|
proto.Reset(out)
|
|
proto.Merge(out, proto.Clone(in))
|
|
}
|
|
|
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Spiffe. Required by controller-gen.
|
|
func (in *Spiffe) DeepCopy() *Spiffe {
|
|
if in == nil {
|
|
return nil
|
|
}
|
|
out := new(Spiffe)
|
|
in.DeepCopyInto(out)
|
|
return out
|
|
}
|
|
|
|
// DeepCopyInterface is an autogenerated deepcopy function, copying the receiver, creating a new Spiffe. Required by controller-gen.
|
|
func (in *Spiffe) DeepCopyInterface() interface{} {
|
|
return in.DeepCopy()
|
|
}
|