public static interface V1Autoscaling.ScaleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
|
V1Autoscaling.ScaleSpec |
getSpec()
defines the behavior of the scale.
|
V1Autoscaling.ScaleSpecOrBuilder |
getSpecOrBuilder()
defines the behavior of the scale.
|
V1Autoscaling.ScaleStatus |
getStatus()
current status of the scale.
|
V1Autoscaling.ScaleStatusOrBuilder |
getStatusOrBuilder()
current status of the scale.
|
boolean |
hasMetadata()
Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata.
|
boolean |
hasSpec()
defines the behavior of the scale.
|
boolean |
hasStatus()
current status of the scale.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
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()
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()
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()
defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v1.ScaleSpec spec = 2;V1Autoscaling.ScaleSpec getSpec()
defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v1.ScaleSpec spec = 2;V1Autoscaling.ScaleSpecOrBuilder getSpecOrBuilder()
defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. +optional
optional .k8s.io.api.autoscaling.v1.ScaleSpec spec = 2;boolean hasStatus()
current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only. +optional
optional .k8s.io.api.autoscaling.v1.ScaleStatus status = 3;V1Autoscaling.ScaleStatus getStatus()
current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only. +optional
optional .k8s.io.api.autoscaling.v1.ScaleStatus status = 3;V1Autoscaling.ScaleStatusOrBuilder getStatusOrBuilder()
current status of the scale. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status. Read-only. +optional
optional .k8s.io.api.autoscaling.v1.ScaleStatus status = 3;Copyright © 2020. All rights reserved.