Configuration of the environment to use when calling Skaffold.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#default_pool
def default_pool() -> ::Google::Cloud::Deploy::V1::DefaultPool
Returns
- (::Google::Cloud::Deploy::V1::DefaultPool) — Optional. Use default Cloud Build pool.
#default_pool=
def default_pool=(value) -> ::Google::Cloud::Deploy::V1::DefaultPool
Parameter
- value (::Google::Cloud::Deploy::V1::DefaultPool) — Optional. Use default Cloud Build pool.
Returns
- (::Google::Cloud::Deploy::V1::DefaultPool) — Optional. Use default Cloud Build pool.
#private_pool
def private_pool() -> ::Google::Cloud::Deploy::V1::PrivatePool
Returns
- (::Google::Cloud::Deploy::V1::PrivatePool) — Optional. Use private Cloud Build pool.
#private_pool=
def private_pool=(value) -> ::Google::Cloud::Deploy::V1::PrivatePool
Parameter
- value (::Google::Cloud::Deploy::V1::PrivatePool) — Optional. Use private Cloud Build pool.
Returns
- (::Google::Cloud::Deploy::V1::PrivatePool) — Optional. Use private Cloud Build pool.
#usages
def usages() -> ::Array<::Google::Cloud::Deploy::V1::ExecutionConfig::ExecutionEnvironmentUsage>
Returns
- (::Array<::Google::Cloud::Deploy::V1::ExecutionConfig::ExecutionEnvironmentUsage>) — Required. Usages when this configuration should be applied.
#usages=
def usages=(value) -> ::Array<::Google::Cloud::Deploy::V1::ExecutionConfig::ExecutionEnvironmentUsage>
Parameter
- value (::Array<::Google::Cloud::Deploy::V1::ExecutionConfig::ExecutionEnvironmentUsage>) — Required. Usages when this configuration should be applied.
Returns
- (::Array<::Google::Cloud::Deploy::V1::ExecutionConfig::ExecutionEnvironmentUsage>) — Required. Usages when this configuration should be applied.