Uses of Class
org.cdk8s.plus28.Pods
-
Packages that use Pods Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of Pods in org.cdk8s.plus28
Methods in org.cdk8s.plus28 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.
-