public static interface V1beta1Extensions.DeploymentRollbackOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsUpdatedAnnotations(String key)
The annotations to be updated to a deployment
+optional
|
String |
getName()
Required: This must match the Name of a deployment.
|
com.google.protobuf.ByteString |
getNameBytes()
Required: This must match the Name of a deployment.
|
V1beta1Extensions.RollbackConfig |
getRollbackTo()
The config of this deployment rollback.
|
V1beta1Extensions.RollbackConfigOrBuilder |
getRollbackToOrBuilder()
The config of this deployment rollback.
|
Map<String,String> |
getUpdatedAnnotations()
Deprecated.
|
int |
getUpdatedAnnotationsCount()
The annotations to be updated to a deployment
+optional
|
Map<String,String> |
getUpdatedAnnotationsMap()
The annotations to be updated to a deployment
+optional
|
String |
getUpdatedAnnotationsOrDefault(String key,
String defaultValue)
The annotations to be updated to a deployment
+optional
|
String |
getUpdatedAnnotationsOrThrow(String key)
The annotations to be updated to a deployment
+optional
|
boolean |
hasName()
Required: This must match the Name of a deployment.
|
boolean |
hasRollbackTo()
The config of this deployment rollback.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
Required: This must match the Name of a deployment.
optional string name = 1;
String getName()
Required: This must match the Name of a deployment.
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
Required: This must match the Name of a deployment.
optional string name = 1;
int getUpdatedAnnotationsCount()
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
boolean containsUpdatedAnnotations(String key)
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
@Deprecated Map<String,String> getUpdatedAnnotations()
getUpdatedAnnotationsMap()
instead.Map<String,String> getUpdatedAnnotationsMap()
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
String getUpdatedAnnotationsOrDefault(String key, String defaultValue)
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
String getUpdatedAnnotationsOrThrow(String key)
The annotations to be updated to a deployment +optional
map<string, string> updatedAnnotations = 2;
boolean hasRollbackTo()
The config of this deployment rollback.
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 3;
V1beta1Extensions.RollbackConfig getRollbackTo()
The config of this deployment rollback.
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 3;
V1beta1Extensions.RollbackConfigOrBuilder getRollbackToOrBuilder()
The config of this deployment rollback.
optional .k8s.io.api.extensions.v1beta1.RollbackConfig rollbackTo = 3;
Copyright © 2021. All rights reserved.