Class Config (1.3.0)

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

Service-wide configuration.

Attributes

NameDescription
name str
Name of the configuration.
supported_versions Sequence[google.cloud.deploy_v1.types.SkaffoldVersion]
Output only. All supported versions of Skaffold.
default_skaffold_version str
Output only. Default Skaffold version that is assigned when a Release is created without specifying a Skaffold version.

Inheritance

builtins.object > proto.message.Message > Config