Package org.cdk8s.plus24.k8s
Interface KubeHorizontalPodAutoscalerListV2Beta2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeHorizontalPodAutoscalerListV2Beta2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:02.165Z") @Stability(Stable) public interface KubeHorizontalPodAutoscalerListV2Beta2Props extends software.amazon.jsii.JsiiSerializable
HorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KubeHorizontalPodAutoscalerListV2Beta2Props.Builder
A builder forKubeHorizontalPodAutoscalerListV2Beta2Props
static class
KubeHorizontalPodAutoscalerListV2Beta2Props.Jsii$Proxy
An implementation forKubeHorizontalPodAutoscalerListV2Beta2Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerListV2Beta2Props.Builder
builder()
List<KubeHorizontalPodAutoscalerV2Beta2Props>
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<KubeHorizontalPodAutoscalerV2Beta2Props> 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 KubeHorizontalPodAutoscalerListV2Beta2Props.Builder builder()
-
-