Package io.kubernetes.client.proto
Interface V2beta1Autoscaling.HorizontalPodAutoscalerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2beta1Autoscaling.HorizontalPodAutoscaler,V2beta1Autoscaling.HorizontalPodAutoscaler.Builder
- Enclosing class:
- V2beta1Autoscaling
public static interface V2beta1Autoscaling.HorizontalPodAutoscalerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionmetadata is the standard object metadata.metadata is the standard object metadata.getSpec()spec is the specification for the behaviour of the autoscaler.spec is the specification for the behaviour of the autoscaler.status is the current information about the autoscaler.status is the current information about the autoscaler.booleanmetadata is the standard object metadata.booleanhasSpec()spec is the specification for the behaviour of the autoscaler.booleanstatus is the current information about the autoscaler.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadata
Meta.ObjectMeta getMetadata()metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
hasSpec
boolean hasSpec()spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2; -
getSpec
spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2; -
getSpecOrBuilder
V2beta1Autoscaling.HorizontalPodAutoscalerSpecOrBuilder getSpecOrBuilder()spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec spec = 2; -
hasStatus
boolean hasStatus()status is the current information about the autoscaler. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3; -
getStatus
V2beta1Autoscaling.HorizontalPodAutoscalerStatus getStatus()status is the current information about the autoscaler. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3; -
getStatusOrBuilder
V2beta1Autoscaling.HorizontalPodAutoscalerStatusOrBuilder getStatusOrBuilder()status is the current information about the autoscaler. +optional
optional .k8s.io.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus status = 3;
-