Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::CanaryDeployment.
CanaryDeployment represents the canary deployment configuration
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#percentages
def percentages() -> ::Array<::Integer>
Returns
-
(::Array<::Integer>) — Required. The percentage based deployments that will occur as a part of a
Rollout
. List is expected in ascending order and each integer n is 0 <= n < 100.
#percentages=
def percentages=(value) -> ::Array<::Integer>
Parameter
-
value (::Array<::Integer>) — Required. The percentage based deployments that will occur as a part of a
Rollout
. List is expected in ascending order and each integer n is 0 <= n < 100.
Returns
-
(::Array<::Integer>) — Required. The percentage based deployments that will occur as a part of a
Rollout
. List is expected in ascending order and each integer n is 0 <= n < 100.
#verify
def verify() -> ::Boolean
Returns
- (::Boolean) — Whether to run verify tests after each percentage deployment.
#verify=
def verify=(value) -> ::Boolean
Parameter
- value (::Boolean) — Whether to run verify tests after each percentage deployment.
Returns
- (::Boolean) — Whether to run verify tests after each percentage deployment.