Package io.kubernetes.client.proto
Interface V1beta1Extensions.DeploymentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.Deployment
,V1beta1Extensions.Deployment.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.DeploymentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object metadata.Standard object metadata.getSpec()
Specification of the desired behavior of the Deployment.Specification of the desired behavior of the Deployment.Most recently observed status of the Deployment.Most recently observed status of the Deployment.boolean
Standard object metadata.boolean
hasSpec()
Specification of the desired behavior of the Deployment.boolean
Most recently observed status of the Deployment.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadata
Meta.ObjectMeta getMetadata()Standard object metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object metadata. +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
hasSpec
boolean hasSpec()Specification of the desired behavior of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentSpec spec = 2;
-
getSpec
V1beta1Extensions.DeploymentSpec getSpec()Specification of the desired behavior of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentSpec spec = 2;
-
getSpecOrBuilder
V1beta1Extensions.DeploymentSpecOrBuilder getSpecOrBuilder()Specification of the desired behavior of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentSpec spec = 2;
-
hasStatus
boolean hasStatus()Most recently observed status of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentStatus status = 3;
-
getStatus
V1beta1Extensions.DeploymentStatus getStatus()Most recently observed status of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentStatus status = 3;
-
getStatusOrBuilder
V1beta1Extensions.DeploymentStatusOrBuilder getStatusOrBuilder()Most recently observed status of the Deployment. +optional
optional .k8s.io.api.extensions.v1beta1.DeploymentStatus status = 3;
-