Uses of Interface
org.cdk8s.plus25.k8s.EphemeralContainer
-
Packages that use EphemeralContainer Package Description org.cdk8s.plus25.k8s -
-
Uses of EphemeralContainer in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement EphemeralContainer Modifier and Type Class Description static classEphemeralContainer.Jsii$ProxyAn implementation forEphemeralContainerMethods in org.cdk8s.plus25.k8s that return EphemeralContainer Modifier and Type Method Description EphemeralContainerEphemeralContainer.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type EphemeralContainer Modifier and Type Method Description default List<EphemeralContainer>PodSpec. getEphemeralContainers()List of ephemeral containers run in this pod.List<EphemeralContainer>PodSpec.Jsii$Proxy. getEphemeralContainers()Method parameters in org.cdk8s.plus25.k8s with type arguments of type EphemeralContainer Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. ephemeralContainers(List<? extends EphemeralContainer> ephemeralContainers)Sets the value ofPodSpec.getEphemeralContainers()
-