Package org.cdk8s.plus24.k8s
Interface KubeHorizontalPodAutoscalerListProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
KubeHorizontalPodAutoscalerListProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.608Z") @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()
-
-