Uses of Class
org.cdk8s.plus25.AbstractPod
-
Packages that use AbstractPod Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of AbstractPod in org.cdk8s.plus25
Subclasses of AbstractPod in org.cdk8s.plus25 Modifier and Type Class Description classCronJobA CronJob is responsible for creating a Job and scheduling it based on provided cron schedule.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.plus25 that return AbstractPod Modifier and Type Method Description protected AbstractPodPodConnections. getInstance()protected AbstractPodPodScheduling. getInstance()Constructors in org.cdk8s.plus25 with parameters of type AbstractPod Constructor Description PodConnections(AbstractPod instance)PodScheduling(AbstractPod instance)WorkloadScheduling(AbstractPod instance)
-