mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
api: generated code for readyReplicas
This commit is contained in:
@@ -2978,6 +2978,7 @@ func DeepCopy_api_ReplicationControllerStatus(in interface{}, out interface{}, c
|
||||
out := out.(*ReplicationControllerStatus)
|
||||
out.Replicas = in.Replicas
|
||||
out.FullyLabeledReplicas = in.FullyLabeledReplicas
|
||||
out.ReadyReplicas = in.ReadyReplicas
|
||||
out.ObservedGeneration = in.ObservedGeneration
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user