ComponentStatus constructor
const
ComponentStatus({
- String? apiVersion,
- List<
ComponentCondition> ? conditions, - String? kind,
- ObjectMeta? metadata,
Default constructor.
Implementation
const ComponentStatus({
this.apiVersion,
this.conditions,
this.kind,
this.metadata,
});