ReplicationControllerStatus constructor
const
ReplicationControllerStatus({})
Default constructor.
Implementation
const ReplicationControllerStatus({
this.availableReplicas,
this.conditions,
this.fullyLabeledReplicas,
this.observedGeneration,
this.readyReplicas,
required this.replicas,
});