Package org.cdk8s.plus25.k8s
Interface KubeHorizontalPodAutoscalerListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeHorizontalPodAutoscalerListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.642Z") @Stability(Stable) public interface KubeHorizontalPodAutoscalerListProps extends software.amazon.jsii.JsiiSerializable
list of horizontal pod autoscaler objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeHorizontalPodAutoscalerListProps.BuilderA builder forKubeHorizontalPodAutoscalerListPropsstatic classKubeHorizontalPodAutoscalerListProps.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerListProps.Builderbuilder()List<KubeHorizontalPodAutoscalerProps>getItems()list of horizontal pod autoscaler objects.default ListMetagetMetadata()Standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeHorizontalPodAutoscalerProps> getItems()
list of horizontal pod autoscaler objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
Standard list metadata.
-
builder
@Stability(Stable) static KubeHorizontalPodAutoscalerListProps.Builder builder()
-
-