Uses of Interface
org.cdk8s.plus25.k8s.PodSpec
-
Packages that use PodSpec Package Description org.cdk8s.plus25.k8s -
-
Uses of PodSpec in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement PodSpec Modifier and Type Class Description static classPodSpec.Jsii$ProxyAn implementation forPodSpecMethods in org.cdk8s.plus25.k8s that return PodSpec Modifier and Type Method Description PodSpecPodSpec.Builder. build()Builds the configured instance.default PodSpecKubePodProps. getSpec()Specification of the desired behavior of the pod.PodSpecKubePodProps.Jsii$Proxy. getSpec()default PodSpecPodTemplateSpec. getSpec()Specification of the desired behavior of the pod.PodSpecPodTemplateSpec.Jsii$Proxy. getSpec()Methods in org.cdk8s.plus25.k8s with parameters of type PodSpec Modifier and Type Method Description KubePod.BuilderKubePod.Builder. spec(PodSpec spec)Specification of the desired behavior of the pod.KubePodProps.BuilderKubePodProps.Builder. spec(PodSpec spec)Sets the value ofKubePodProps.getSpec()PodTemplateSpec.BuilderPodTemplateSpec.Builder. spec(PodSpec spec)Sets the value ofPodTemplateSpec.getSpec()
-