Uses of Class
org.cdk8s.plus23.Workload
-
-
Uses of Workload in org.cdk8s.plus23
Subclasses of Workload in org.cdk8s.plus23 Modifier and Type Class Description classDaemonSetA DaemonSet ensures that all (or some) Nodes run a copy of a Pod.classDeploymentA Deployment provides declarative updates for Pods and ReplicaSets.classJobA Job creates one or more Pods and ensures that a specified number of them successfully terminate.classStatefulSetStatefulSet is the workload API object used to manage stateful applications.
-