DaemonSetStatus constructor
const
DaemonSetStatus({})
Default constructor.
Implementation
const DaemonSetStatus({
this.collisionCount,
this.conditions,
required this.currentNumberScheduled,
required this.desiredNumberScheduled,
this.numberAvailable,
required this.numberMisscheduled,
required this.numberReady,
this.numberUnavailable,
this.observedGeneration,
this.updatedNumberScheduled,
});