Uses of Class
com.google.container.v1beta1.NodePoolUpdateStrategy
-
Packages that use NodePoolUpdateStrategy Package Description com.google.container.v1beta1 -
-
Uses of NodePoolUpdateStrategy in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return NodePoolUpdateStrategy Modifier and Type Method Description static NodePoolUpdateStrategy
NodePoolUpdateStrategy. forNumber(int value)
NodePoolUpdateStrategy
NodePool.UpgradeSettings.Builder. getStrategy()
Update strategy of the node pool.NodePoolUpdateStrategy
NodePool.UpgradeSettings. getStrategy()
Update strategy of the node pool.NodePoolUpdateStrategy
NodePool.UpgradeSettingsOrBuilder. getStrategy()
Update strategy of the node pool.static NodePoolUpdateStrategy
NodePoolUpdateStrategy. valueOf(int value)
Deprecated.static NodePoolUpdateStrategy
NodePoolUpdateStrategy. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NodePoolUpdateStrategy
NodePoolUpdateStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodePoolUpdateStrategy[]
NodePoolUpdateStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type NodePoolUpdateStrategy Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NodePoolUpdateStrategy>
NodePoolUpdateStrategy. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type NodePoolUpdateStrategy Modifier and Type Method Description NodePool.UpgradeSettings.Builder
NodePool.UpgradeSettings.Builder. setStrategy(NodePoolUpdateStrategy value)
Update strategy of the node pool.
-