ReplicationControllerSpec constructor
const
ReplicationControllerSpec({})
Default constructor.
Implementation
const ReplicationControllerSpec({
this.minReadySeconds,
this.replicas,
this.selector,
this.template,
});