Uses of Class
org.cdk8s.plus22.AbstractPod
-
-
Uses of AbstractPod in org.cdk8s.plus22
Subclasses of AbstractPod in org.cdk8s.plus22 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.classPodPod is a collection of containers that can run on a host.classStatefulSetStatefulSet is the workload API object used to manage stateful applications.classWorkloadA workload is an application running on Kubernetes.Methods in org.cdk8s.plus22 that return AbstractPod Modifier and Type Method Description protected AbstractPodPodConnections. getInstance()protected AbstractPodPodScheduling. getInstance()Constructors in org.cdk8s.plus22 with parameters of type AbstractPod Constructor Description PodConnections(AbstractPod instance)PodScheduling(AbstractPod instance)WorkloadScheduling(AbstractPod instance)
-