api: generated code for readyReplicas

This commit is contained in:
Michail Kargakis
2016-08-21 15:47:23 +02:00
parent ab3bc03a4f
commit 46291d51df
22 changed files with 31238 additions and 30956 deletions

View File

@@ -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
}