ExecutionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration of the environment to use when calling Skaffold.
Attributes
Name | Description |
usages |
Sequence[google.cloud.deploy_v1.types.ExecutionConfig.ExecutionEnvironmentUsage]
Required. Usages when this configuration should be applied. |
default_pool |
google.cloud.deploy_v1.types.DefaultPool
Optional. Use default Cloud Build pool. |
private_pool |
google.cloud.deploy_v1.types.PrivatePool
Optional. Use private Cloud Build pool. |
Classes
ExecutionEnvironmentUsage
ExecutionEnvironmentUsage(value)
Possible usages of this configuration.