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.69.0 (build f656c31)", date="2022-10-05T02:57:36.549Z") @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 class
KubeHorizontalPodAutoscalerListProps.Builder
A builder forKubeHorizontalPodAutoscalerListProps
static class
KubeHorizontalPodAutoscalerListProps.Jsii$Proxy
An implementation forKubeHorizontalPodAutoscalerListProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static KubeHorizontalPodAutoscalerListProps.Builder
builder()
List<KubeHorizontalPodAutoscalerProps>
getItems()
list of horizontal pod autoscaler objects.default ListMeta
getMetadata()
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()
-
-