Uses of Class
org.cdk8s.plus24.AbstractPod
-
Packages that use AbstractPod Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of AbstractPod in org.cdk8s.plus24
Subclasses of AbstractPod in org.cdk8s.plus24 Modifier and Type Class Description class
CronJob
A CronJob is responsible for creating a Job and scheduling it based on provided cron schedule.class
DaemonSet
A DaemonSet ensures that all (or some) Nodes run a copy of a Pod.class
Deployment
A Deployment provides declarative updates for Pods and ReplicaSets.class
Job
A Job creates one or more Pods and ensures that a specified number of them successfully terminate.class
Pod
Pod is a collection of containers that can run on a host.class
StatefulSet
StatefulSet is the workload API object used to manage stateful applications.class
Workload
A workload is an application running on Kubernetes.Methods in org.cdk8s.plus24 that return AbstractPod Modifier and Type Method Description protected AbstractPod
PodConnections. getInstance()
protected AbstractPod
PodScheduling. getInstance()
Constructors in org.cdk8s.plus24 with parameters of type AbstractPod Constructor Description PodConnections(AbstractPod instance)
PodScheduling(AbstractPod instance)
WorkloadScheduling(AbstractPod instance)
-