Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::Strategy.
Strategy contains deployment strategy information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#canary
def canary() -> ::Google::Cloud::Deploy::V1::Canary
Returns
- (::Google::Cloud::Deploy::V1::Canary) — Canary deployment strategy provides progressive percentage based deployments to a Target.
#canary=
def canary=(value) -> ::Google::Cloud::Deploy::V1::Canary
Parameter
- value (::Google::Cloud::Deploy::V1::Canary) — Canary deployment strategy provides progressive percentage based deployments to a Target.
Returns
- (::Google::Cloud::Deploy::V1::Canary) — Canary deployment strategy provides progressive percentage based deployments to a Target.
#standard
def standard() -> ::Google::Cloud::Deploy::V1::Standard
Returns
- (::Google::Cloud::Deploy::V1::Standard) — Standard deployment strategy executes a single deploy and allows verifying the deployment.
#standard=
def standard=(value) -> ::Google::Cloud::Deploy::V1::Standard
Parameter
- value (::Google::Cloud::Deploy::V1::Standard) — Standard deployment strategy executes a single deploy and allows verifying the deployment.
Returns
- (::Google::Cloud::Deploy::V1::Standard) — Standard deployment strategy executes a single deploy and allows verifying the deployment.