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