Package io.kubernetes.client.proto
Interface V1beta1Extensions.DeploymentRollbackOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.DeploymentRollback,V1beta1Extensions.DeploymentRollback.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.DeploymentRollbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThe annotations to be updated to a deployment +optionalgetName()Required: This must match the Name of a deployment.com.google.protobuf.ByteStringRequired: This must match the Name of a deployment.The config of this deployment rollback.The config of this deployment rollback.Deprecated.intThe 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 +optionalbooleanhasName()Required: This must match the Name of a deployment.booleanThe config of this deployment rollback.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.extensions.v1beta1.RollbackConfig rollbackTo = 3; -
getRollbackTo
V1beta1Extensions.RollbackConfig getRollbackTo()The config of this deployment rollback.
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 3; -
getRollbackToOrBuilder
V1beta1Extensions.RollbackConfigOrBuilder getRollbackToOrBuilder()The config of this deployment rollback.
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 3;
-