Package org.cdk8s.plus23
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.69.0 (build f656c31)", date="2022-10-15T03:08:35.090Z") @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 interface
IPodSelector.Jsii$Default
Internal default implementation forIPodSelector
.static class
IPodSelector.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PodSelectorConfig
toPodSelectorConfig()
Return the configuration of this selector.
-
-
-
Method Detail
-
toPodSelectorConfig
@Stability(Stable) @NotNull PodSelectorConfig toPodSelectorConfig()
Return the configuration of this selector.
-
-