Package io.kubernetes.client.proto
Interface V1beta1Apps.DeploymentRollbackOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Apps.DeploymentRollback
,V1beta1Apps.DeploymentRollback.Builder
- Enclosing class:
- V1beta1Apps
public static interface V1beta1Apps.DeploymentRollbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
The annotations to be updated to a deployment +optionalgetName()
Required: This must match the Name of a deployment.com.google.protobuf.ByteString
Required: This must match the Name of a deployment.The config of this deployment rollback.The config of this deployment rollback.Deprecated.int
The annotations to be updated to a deployment +optionalThe annotations to be updated to a deployment +optionalgetUpdatedAnnotationsOrDefault
(String key, String defaultValue) The annotations to be updated to a deployment +optionalThe annotations to be updated to a deployment +optionalboolean
hasName()
Required: This must match the Name of a deployment.boolean
The config of this deployment rollback.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
-
hasName
boolean hasName()Required: This must match the Name of a deployment.
optional string name = 1;
-
getName
String getName()Required: This must match the Name of a deployment.
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required: This must match the Name of a deployment.
optional string name = 1;
-
getUpdatedAnnotationsCount
int getUpdatedAnnotationsCount()The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
-
containsUpdatedAnnotations
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
-
getUpdatedAnnotations
Deprecated.UsegetUpdatedAnnotationsMap()
instead. -
getUpdatedAnnotationsMap
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
-
getUpdatedAnnotationsOrDefault
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
-
getUpdatedAnnotationsOrThrow
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
-
hasRollbackTo
boolean hasRollbackTo()The config of this deployment rollback.
optional .k8s.io.api.apps.v1beta1.RollbackConfig rollbackTo = 3;
-
getRollbackTo
V1beta1Apps.RollbackConfig getRollbackTo()The config of this deployment rollback.
optional .k8s.io.api.apps.v1beta1.RollbackConfig rollbackTo = 3;
-
getRollbackToOrBuilder
V1beta1Apps.RollbackConfigOrBuilder getRollbackToOrBuilder()The config of this deployment rollback.
optional .k8s.io.api.apps.v1beta1.RollbackConfig rollbackTo = 3;
-