Package org.cdk8s.plus24
Interface PodsAllOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PodsAllOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-06T02:49:12.322Z") @Stability(Stable) public interface PodsAllOptions extends software.amazon.jsii.JsiiSerializable
Options for `Pods.all`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PodsAllOptions.Builder
A builder forPodsAllOptions
static class
PodsAllOptions.Jsii$Proxy
An implementation forPodsAllOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PodsAllOptions.Builder
builder()
default Namespaces
getNamespaces()
Namespaces the pods are allowed to be in.
-
-
-
Method Detail
-
getNamespaces
@Stability(Stable) @Nullable default Namespaces getNamespaces()
Namespaces the pods are allowed to be in.Use
Namespaces.all()
to allow all namespaces.Default: - unset, implies the namespace of the resource this selection is used in.
-
builder
@Stability(Stable) static PodsAllOptions.Builder builder()
- Returns:
- a
PodsAllOptions.Builder
ofPodsAllOptions
-
-