Package io.kubernetes.client.proto
Interface V1Autoscaling.ScaleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1Autoscaling.Scale,V1Autoscaling.Scale.Builder
- Enclosing class:
- V1Autoscaling
public static interface V1Autoscaling.ScaleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.getSpec()defines the behavior of the scale.defines the behavior of the scale.current status of the scale.current status of the scale.booleanStandard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.booleanhasSpec()defines the behavior of the scale.booleancurrent status of the scale.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()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()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()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()defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v1.ScaleSpec spec = 2; -
getSpec
V1Autoscaling.ScaleSpec getSpec()defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v1.ScaleSpec spec = 2; -
getSpecOrBuilder
V1Autoscaling.ScaleSpecOrBuilder getSpecOrBuilder()defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v1.ScaleSpec spec = 2; -
hasStatus
boolean hasStatus()current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only. +optional
optional .k8s.io.api.autoscaling.v1.ScaleStatus status = 3; -
getStatus
V1Autoscaling.ScaleStatus getStatus()current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only. +optional
optional .k8s.io.api.autoscaling.v1.ScaleStatus status = 3; -
getStatusOrBuilder
V1Autoscaling.ScaleStatusOrBuilder getStatusOrBuilder()current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only. +optional
optional .k8s.io.api.autoscaling.v1.ScaleStatus status = 3;
-