Class ExecutionConfig (1.0.0)

ExecutionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration of the environment to use when calling Skaffold.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
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. This field is a member of oneof_ execution_environment.
private_pool google.cloud.deploy_v1.types.PrivatePool
Optional. Use private Cloud Build pool. This field is a member of oneof_ execution_environment.

Classes

ExecutionEnvironmentUsage

ExecutionEnvironmentUsage(value)

Possible usages of this configuration.