Package com.google.container.v1
Interface BlueGreenSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BlueGreenSettings
,BlueGreenSettings.Builder
public interface BlueGreenSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Duration
getNodePoolSoakDuration()
Time needed after draining entire blue pool.com.google.protobuf.DurationOrBuilder
getNodePoolSoakDurationOrBuilder()
Time needed after draining entire blue pool.BlueGreenSettings.RolloutPolicyCase
getRolloutPolicyCase()
BlueGreenSettings.StandardRolloutPolicy
getStandardRolloutPolicy()
Standard policy for the blue-green upgrade.BlueGreenSettings.StandardRolloutPolicyOrBuilder
getStandardRolloutPolicyOrBuilder()
Standard policy for the blue-green upgrade.boolean
hasNodePoolSoakDuration()
Time needed after draining entire blue pool.boolean
hasStandardRolloutPolicy()
Standard policy for the blue-green upgrade.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStandardRolloutPolicy
boolean hasStandardRolloutPolicy()
Standard policy for the blue-green upgrade.
.google.container.v1.BlueGreenSettings.StandardRolloutPolicy standard_rollout_policy = 1;
- Returns:
- Whether the standardRolloutPolicy field is set.
-
getStandardRolloutPolicy
BlueGreenSettings.StandardRolloutPolicy getStandardRolloutPolicy()
Standard policy for the blue-green upgrade.
.google.container.v1.BlueGreenSettings.StandardRolloutPolicy standard_rollout_policy = 1;
- Returns:
- The standardRolloutPolicy.
-
getStandardRolloutPolicyOrBuilder
BlueGreenSettings.StandardRolloutPolicyOrBuilder getStandardRolloutPolicyOrBuilder()
Standard policy for the blue-green upgrade.
.google.container.v1.BlueGreenSettings.StandardRolloutPolicy standard_rollout_policy = 1;
-
hasNodePoolSoakDuration
boolean hasNodePoolSoakDuration()
Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
optional .google.protobuf.Duration node_pool_soak_duration = 2;
- Returns:
- Whether the nodePoolSoakDuration field is set.
-
getNodePoolSoakDuration
com.google.protobuf.Duration getNodePoolSoakDuration()
Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
optional .google.protobuf.Duration node_pool_soak_duration = 2;
- Returns:
- The nodePoolSoakDuration.
-
getNodePoolSoakDurationOrBuilder
com.google.protobuf.DurationOrBuilder getNodePoolSoakDurationOrBuilder()
Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
optional .google.protobuf.Duration node_pool_soak_duration = 2;
-
getRolloutPolicyCase
BlueGreenSettings.RolloutPolicyCase getRolloutPolicyCase()
-
-