Uses of Class
org.cdk8s.plus25.Pods
-
Packages that use Pods Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of Pods in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return Pods Modifier and Type Method Description static PodsPods. all(software.constructs.Construct scope, String id)Select all pods.static PodsPods. all(software.constructs.Construct scope, String id, PodsAllOptions options)Select all pods.static PodsPods. select(software.constructs.Construct scope, String id, PodsSelectOptions options)Select pods in the cluster with various selectors.
-