Package org.cdk8s.plus22
Interface IPodSelector
-
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IPodSelector.Jsii$Default
- All Known Implementing Classes:
AbstractPod,DaemonSet,Deployment,IPodSelector.Jsii$Proxy,Job,Pod,Pods,StatefulSet,Workload
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-11T03:06:35.010Z") @Stability(Stable) public interface IPodSelector extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Represents an object that can select pods.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIPodSelector.Jsii$DefaultInternal default implementation forIPodSelector.static classIPodSelector.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PodSelectorConfigtoPodSelectorConfig()Return the configuration of this selector.
-
-
-
Method Detail
-
toPodSelectorConfig
@Stability(Stable) @NotNull PodSelectorConfig toPodSelectorConfig()
Return the configuration of this selector.
-
-