Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::CustomCanaryDeployment.
CustomCanaryDeployment represents the custom canary deployment configuration.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#phase_configs
def phase_configs() -> ::Array<::Google::Cloud::Deploy::V1::CustomCanaryDeployment::PhaseConfig>
Returns
- (::Array<::Google::Cloud::Deploy::V1::CustomCanaryDeployment::PhaseConfig>) — Required. Configuration for each phase in the canary deployment in the order executed.
#phase_configs=
def phase_configs=(value) -> ::Array<::Google::Cloud::Deploy::V1::CustomCanaryDeployment::PhaseConfig>
Parameter
- value (::Array<::Google::Cloud::Deploy::V1::CustomCanaryDeployment::PhaseConfig>) — Required. Configuration for each phase in the canary deployment in the order executed.
Returns
- (::Array<::Google::Cloud::Deploy::V1::CustomCanaryDeployment::PhaseConfig>) — Required. Configuration for each phase in the canary deployment in the order executed.