Type Alias: WorkloadClass
type WorkloadClass =
| typeof Pod
| typeof DaemonSet
| typeof ReplicaSet
| typeof StatefulSet
| typeof Job
| typeof CronJob
| typeof Deployment
| typeof JobSet;
Defined in: lib/k8s/Workload.ts:35
type WorkloadClass =
| typeof Pod
| typeof DaemonSet
| typeof ReplicaSet
| typeof StatefulSet
| typeof Job
| typeof CronJob
| typeof Deployment
| typeof JobSet;
Defined in: lib/k8s/Workload.ts:35