Package org.cdk8s.plus25
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,CronJob,DaemonSet,Deployment,IPodSelector.Jsii$Proxy,Job,Pod,Pods,StatefulSet,Workload
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.316Z") @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.
-
-