RuntimeClass constructor
const
RuntimeClass({
- String? apiVersion,
- required String handler,
- String? kind,
- ObjectMeta? metadata,
- Overhead? overhead,
- Scheduling? scheduling,
Default constructor.
Implementation
const RuntimeClass({
this.apiVersion,
required this.handler,
this.kind,
this.metadata,
this.overhead,
this.scheduling,
});