Uses of Interface
org.cdk8s.plus24.WorkloadProps
-
-
Uses of WorkloadProps in org.cdk8s.plus24
Subinterfaces of WorkloadProps in org.cdk8s.plus24 Modifier and Type Interface Description interface
DaemonSetProps
Properties for `DaemonSet`.interface
DeploymentProps
Properties for `Deployment`.interface
JobProps
Properties for `Job`.interface
StatefulSetProps
Properties for initialization of `StatefulSet`.Classes in org.cdk8s.plus24 that implement WorkloadProps Modifier and Type Class Description static class
DaemonSetProps.Jsii$Proxy
An implementation forDaemonSetProps
static class
DeploymentProps.Jsii$Proxy
An implementation forDeploymentProps
static class
JobProps.Jsii$Proxy
An implementation forJobProps
static class
StatefulSetProps.Jsii$Proxy
An implementation forStatefulSetProps
static class
WorkloadProps.Jsii$Proxy
An implementation forWorkloadProps
Methods in org.cdk8s.plus24 that return WorkloadProps Modifier and Type Method Description WorkloadProps
WorkloadProps.Builder. build()
Builds the configured instance.Constructors in org.cdk8s.plus24 with parameters of type WorkloadProps Constructor Description Workload(software.constructs.Construct scope, String id, WorkloadProps props)
-