public static interface V1beta2Apps.DaemonSetUpdateStrategyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta2Apps.RollingUpdateDaemonSet |
getRollingUpdate()
Rolling update config params.
|
V1beta2Apps.RollingUpdateDaemonSetOrBuilder |
getRollingUpdateOrBuilder()
Rolling update config params.
|
String |
getType()
Type of daemon set update.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of daemon set update.
|
boolean |
hasRollingUpdate()
Rolling update config params.
|
boolean |
hasType()
Type of daemon set update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasType()
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. +optional
optional string type = 1;String getType()
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. +optional
optional string type = 1;com.google.protobuf.ByteString getTypeBytes()
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. +optional
optional string type = 1;boolean hasRollingUpdate()
Rolling update config params. Present only if type = "RollingUpdate". --- TODO: Update this to follow our convention for oneOf, whatever we decide it to be. Same as Deployment `strategy.rollingUpdate`. See https://github.com/kubernetes/kubernetes/issues/35345 +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateDaemonSet rollingUpdate = 2;V1beta2Apps.RollingUpdateDaemonSet getRollingUpdate()
Rolling update config params. Present only if type = "RollingUpdate". --- TODO: Update this to follow our convention for oneOf, whatever we decide it to be. Same as Deployment `strategy.rollingUpdate`. See https://github.com/kubernetes/kubernetes/issues/35345 +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateDaemonSet rollingUpdate = 2;V1beta2Apps.RollingUpdateDaemonSetOrBuilder getRollingUpdateOrBuilder()
Rolling update config params. Present only if type = "RollingUpdate". --- TODO: Update this to follow our convention for oneOf, whatever we decide it to be. Same as Deployment `strategy.rollingUpdate`. See https://github.com/kubernetes/kubernetes/issues/35345 +optional
optional .k8s.io.api.apps.v1beta2.RollingUpdateDaemonSet rollingUpdate = 2;Copyright © 2020. All rights reserved.