Package org.cdk8s.plus24.k8s
Interface KubeHorizontalPodAutoscalerListV2Beta1Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeHorizontalPodAutoscalerListV2Beta1Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.613Z") @Stability(Stable) public interface KubeHorizontalPodAutoscalerListV2Beta1Props extends software.amazon.jsii.JsiiSerializable
HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKubeHorizontalPodAutoscalerListV2Beta1Props.BuilderA builder forKubeHorizontalPodAutoscalerListV2Beta1Propsstatic classKubeHorizontalPodAutoscalerListV2Beta1Props.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerListV2Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerListV2Beta1Props.Builderbuilder()List<KubeHorizontalPodAutoscalerV2Beta1Props>getItems()items is the list of horizontal pod autoscaler objects.default ListMetagetMetadata()metadata is the standard list metadata.
-
-
-
Method Detail
-
getItems
@Stability(Stable) @NotNull List<KubeHorizontalPodAutoscalerV2Beta1Props> getItems()
items is the list of horizontal pod autoscaler objects.
-
getMetadata
@Stability(Stable) @Nullable default ListMeta getMetadata()
metadata is the standard list metadata.
-
builder
@Stability(Stable) static KubeHorizontalPodAutoscalerListV2Beta1Props.Builder builder()
-
-