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.73.0 (build 6faeda3)", date="2023-01-26T02:32:35.130Z") @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 class
KubeHorizontalPodAutoscalerListV2Beta1Props.Builder
A builder forKubeHorizontalPodAutoscalerListV2Beta1Props
static class
KubeHorizontalPodAutoscalerListV2Beta1Props.Jsii$Proxy
An implementation forKubeHorizontalPodAutoscalerListV2Beta1Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerListV2Beta1Props.Builder
builder()
List<KubeHorizontalPodAutoscalerV2Beta1Props>
getItems()
items is the list of horizontal pod autoscaler objects.default ListMeta
getMetadata()
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()
-
-