Package io.kubernetes.client.proto
Interface V1beta1Extensions.RollbackConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.RollbackConfig
,V1beta1Extensions.RollbackConfig.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.RollbackConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
The revision to rollback to.boolean
The revision to rollback to.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
-
hasRevision
boolean hasRevision()The revision to rollback to. If set to 0, rollback to the last revision. +optional
optional int64 revision = 1;
-
getRevision
long getRevision()The revision to rollback to. If set to 0, rollback to the last revision. +optional
optional int64 revision = 1;
-