public static interface V1beta1Apps.DeploymentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object metadata.
|
V1beta1Apps.DeploymentSpec |
getSpec()
Specification of the desired behavior of the Deployment.
|
V1beta1Apps.DeploymentSpecOrBuilder |
getSpecOrBuilder()
Specification of the desired behavior of the Deployment.
|
V1beta1Apps.DeploymentStatus |
getStatus()
Most recently observed status of the Deployment.
|
V1beta1Apps.DeploymentStatusOrBuilder |
getStatusOrBuilder()
Most recently observed status of the Deployment.
|
boolean |
hasMetadata()
Standard object metadata.
|
boolean |
hasSpec()
Specification of the desired behavior of the Deployment.
|
boolean |
hasStatus()
Most recently observed status of the Deployment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasSpec()
Specification of the desired behavior of the Deployment. +optional
optional .k8s.io.api.apps.v1beta1.DeploymentSpec spec = 2;V1beta1Apps.DeploymentSpec getSpec()
Specification of the desired behavior of the Deployment. +optional
optional .k8s.io.api.apps.v1beta1.DeploymentSpec spec = 2;V1beta1Apps.DeploymentSpecOrBuilder getSpecOrBuilder()
Specification of the desired behavior of the Deployment. +optional
optional .k8s.io.api.apps.v1beta1.DeploymentSpec spec = 2;boolean hasStatus()
Most recently observed status of the Deployment. +optional
optional .k8s.io.api.apps.v1beta1.DeploymentStatus status = 3;V1beta1Apps.DeploymentStatus getStatus()
Most recently observed status of the Deployment. +optional
optional .k8s.io.api.apps.v1beta1.DeploymentStatus status = 3;V1beta1Apps.DeploymentStatusOrBuilder getStatusOrBuilder()
Most recently observed status of the Deployment. +optional
optional .k8s.io.api.apps.v1beta1.DeploymentStatus status = 3;Copyright © 2020. All rights reserved.