public static interface V1beta1Extensions.DeploymentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Meta.ObjectMeta |
getMetadata()
Standard object metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object metadata.
|
V1beta1Extensions.DeploymentSpec |
getSpec()
Specification of the desired behavior of the Deployment.
|
V1beta1Extensions.DeploymentSpecOrBuilder |
getSpecOrBuilder()
Specification of the desired behavior of the Deployment.
|
V1beta1Extensions.DeploymentStatus |
getStatus()
Most recently observed status of the Deployment.
|
V1beta1Extensions.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.extensions.v1beta1.DeploymentSpec spec = 2;V1beta1Extensions.DeploymentSpec getSpec()
Specification of the desired behavior of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentSpec spec = 2;V1beta1Extensions.DeploymentSpecOrBuilder getSpecOrBuilder()
Specification of the desired behavior of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentSpec spec = 2;boolean hasStatus()
Most recently observed status of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentStatus status = 3;V1beta1Extensions.DeploymentStatus getStatus()
Most recently observed status of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentStatus status = 3;V1beta1Extensions.DeploymentStatusOrBuilder getStatusOrBuilder()
Most recently observed status of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentStatus status = 3;Copyright © 2019. All rights reserved.