mirror of
https://github.com/rancher/rke.git
synced 2025-09-23 20:38:04 +00:00
vendor change
This commit is contained in:
committed by
Alena Prokharchyk
parent
5153dfd8b8
commit
88449ec73b
2
vendor/k8s.io/api/networking/v1/zz_generated.deepcopy.go
generated
vendored
2
vendor/k8s.io/api/networking/v1/zz_generated.deepcopy.go
generated
vendored
@@ -139,7 +139,7 @@ func (in *NetworkPolicyIngressRule) DeepCopy() *NetworkPolicyIngressRule {
|
||||
func (in *NetworkPolicyList) DeepCopyInto(out *NetworkPolicyList) {
|
||||
*out = *in
|
||||
out.TypeMeta = in.TypeMeta
|
||||
out.ListMeta = in.ListMeta
|
||||
in.ListMeta.DeepCopyInto(&out.ListMeta)
|
||||
if in.Items != nil {
|
||||
in, out := &in.Items, &out.Items
|
||||
*out = make([]NetworkPolicy, len(*in))
|
||||
|
Reference in New Issue
Block a user