mirror of https://github.com/k3s-io/k3s
Update generated types
parent
b62d82422d
commit
009699fd22
|
@ -196,28 +196,6 @@ func (in *ExtenderManagedResource) DeepCopy() *ExtenderManagedResource {
|
||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
||||||
func (in FailedNodesMap) DeepCopyInto(out *FailedNodesMap) {
|
|
||||||
{
|
|
||||||
in := &in
|
|
||||||
*out = make(FailedNodesMap, len(*in))
|
|
||||||
for key, val := range *in {
|
|
||||||
(*out)[key] = val
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FailedNodesMap.
|
|
||||||
func (in FailedNodesMap) DeepCopy() FailedNodesMap {
|
|
||||||
if in == nil {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
out := new(FailedNodesMap)
|
|
||||||
in.DeepCopyInto(out)
|
|
||||||
return *out
|
|
||||||
}
|
|
||||||
|
|
||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||||
func (in *ExtenderPreemptionArgs) DeepCopyInto(out *ExtenderPreemptionArgs) {
|
func (in *ExtenderPreemptionArgs) DeepCopyInto(out *ExtenderPreemptionArgs) {
|
||||||
*out = *in
|
*out = *in
|
||||||
|
@ -277,13 +255,6 @@ func (in *ExtenderPreemptionResult) DeepCopyInto(out *ExtenderPreemptionResult)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if in.NodeToVictims != nil {
|
|
||||||
in, out := &in.NodeToVictims, &out.NodeToVictims
|
|
||||||
*out = make(map[*core_v1.Node]*Victims, len(*in))
|
|
||||||
for range *in {
|
|
||||||
// FIXME: Copying unassignable keys unsupported *core_v1.Node
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -297,6 +268,28 @@ func (in *ExtenderPreemptionResult) DeepCopy() *ExtenderPreemptionResult {
|
||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||||
|
func (in FailedNodesMap) DeepCopyInto(out *FailedNodesMap) {
|
||||||
|
{
|
||||||
|
in := &in
|
||||||
|
*out = make(FailedNodesMap, len(*in))
|
||||||
|
for key, val := range *in {
|
||||||
|
(*out)[key] = val
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FailedNodesMap.
|
||||||
|
func (in FailedNodesMap) DeepCopy() FailedNodesMap {
|
||||||
|
if in == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
out := new(FailedNodesMap)
|
||||||
|
in.DeepCopyInto(out)
|
||||||
|
return *out
|
||||||
|
}
|
||||||
|
|
||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||||
func (in *HostPriority) DeepCopyInto(out *HostPriority) {
|
func (in *HostPriority) DeepCopyInto(out *HostPriority) {
|
||||||
*out = *in
|
*out = *in
|
||||||
|
|
|
@ -196,28 +196,6 @@ func (in *ExtenderManagedResource) DeepCopy() *ExtenderManagedResource {
|
||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
|
||||||
func (in FailedNodesMap) DeepCopyInto(out *FailedNodesMap) {
|
|
||||||
{
|
|
||||||
in := &in
|
|
||||||
*out = make(FailedNodesMap, len(*in))
|
|
||||||
for key, val := range *in {
|
|
||||||
(*out)[key] = val
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FailedNodesMap.
|
|
||||||
func (in FailedNodesMap) DeepCopy() FailedNodesMap {
|
|
||||||
if in == nil {
|
|
||||||
return nil
|
|
||||||
}
|
|
||||||
out := new(FailedNodesMap)
|
|
||||||
in.DeepCopyInto(out)
|
|
||||||
return *out
|
|
||||||
}
|
|
||||||
|
|
||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||||
func (in *ExtenderPreemptionArgs) DeepCopyInto(out *ExtenderPreemptionArgs) {
|
func (in *ExtenderPreemptionArgs) DeepCopyInto(out *ExtenderPreemptionArgs) {
|
||||||
*out = *in
|
*out = *in
|
||||||
|
@ -277,13 +255,6 @@ func (in *ExtenderPreemptionResult) DeepCopyInto(out *ExtenderPreemptionResult)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if in.NodeToVictims != nil {
|
|
||||||
in, out := &in.NodeToVictims, &out.NodeToVictims
|
|
||||||
*out = make(map[*v1.Node]*Victims, len(*in))
|
|
||||||
for range *in {
|
|
||||||
// FIXME: Copying unassignable keys unsupported *v1.Node
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -297,6 +268,28 @@ func (in *ExtenderPreemptionResult) DeepCopy() *ExtenderPreemptionResult {
|
||||||
return out
|
return out
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||||
|
func (in FailedNodesMap) DeepCopyInto(out *FailedNodesMap) {
|
||||||
|
{
|
||||||
|
in := &in
|
||||||
|
*out = make(FailedNodesMap, len(*in))
|
||||||
|
for key, val := range *in {
|
||||||
|
(*out)[key] = val
|
||||||
|
}
|
||||||
|
return
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FailedNodesMap.
|
||||||
|
func (in FailedNodesMap) DeepCopy() FailedNodesMap {
|
||||||
|
if in == nil {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
out := new(FailedNodesMap)
|
||||||
|
in.DeepCopyInto(out)
|
||||||
|
return *out
|
||||||
|
}
|
||||||
|
|
||||||
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
|
||||||
func (in *HostPriority) DeepCopyInto(out *HostPriority) {
|
func (in *HostPriority) DeepCopyInto(out *HostPriority) {
|
||||||
*out = *in
|
*out = *in
|
||||||
|
|
Loading…
Reference in New Issue