Package org.cdk8s.plus25.k8s
Interface KubeHorizontalPodAutoscalerListV2Beta2Props
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeHorizontalPodAutoscalerListV2Beta2Props.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.643Z") @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 classKubeHorizontalPodAutoscalerListV2Beta2Props.BuilderA builder forKubeHorizontalPodAutoscalerListV2Beta2Propsstatic classKubeHorizontalPodAutoscalerListV2Beta2Props.Jsii$ProxyAn implementation forKubeHorizontalPodAutoscalerListV2Beta2Props
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerListV2Beta2Props.Builderbuilder()List<KubeHorizontalPodAutoscalerV2Beta2Props>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<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()
-
-