Uses of Interface
org.cdk8s.plus24.PodsSelectOptions
-
-
Uses of PodsSelectOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement PodsSelectOptions Modifier and Type Class Description static class
PodsSelectOptions.Jsii$Proxy
An implementation forPodsSelectOptions
Methods in org.cdk8s.plus24 that return PodsSelectOptions Modifier and Type Method Description PodsSelectOptions
PodsSelectOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type PodsSelectOptions Modifier and Type Method Description static Pods
Pods. select(software.constructs.Construct scope, String id, PodsSelectOptions options)
Select pods in the cluster with various selectors.
-