public static interface V2beta1Autoscaling.HorizontalPodAutoscalerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
metadata is the standard object metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
metadata is the standard object metadata.
|
V2beta1Autoscaling.HorizontalPodAutoscalerSpec |
getSpec()
spec is the specification for the behaviour of the autoscaler.
|
V2beta1Autoscaling.HorizontalPodAutoscalerSpecOrBuilder |
getSpecOrBuilder()
spec is the specification for the behaviour of the autoscaler.
|
V2beta1Autoscaling.HorizontalPodAutoscalerStatus |
getStatus()
status is the current information about the autoscaler.
|
V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilder |
getStatusOrBuilder()
status is the current information about the autoscaler.
|
boolean |
hasMetadata()
metadata is the standard object metadata.
|
boolean |
hasSpec()
spec is the specification for the behaviour of the autoscaler.
|
boolean |
hasStatus()
status is the current information about the autoscaler.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2;
V2beta1Autoscaling.HorizontalPodAutoscalerSpec getSpec()
spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2;
V2beta1Autoscaling.HorizontalPodAutoscalerSpecOrBuilder getSpecOrBuilder()
spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2;
boolean hasStatus()
status is the current information about the autoscaler. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3;
V2beta1Autoscaling.HorizontalPodAutoscalerStatus getStatus()
status is the current information about the autoscaler. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3;
V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilder getStatusOrBuilder()
status is the current information about the autoscaler. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3;
Copyright © 2021. All rights reserved.