Class TargetArtifact (0.1.1)

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

The artifacts produced by a target render operation. .. attribute:: artifact_uri

Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location.

:type: str

Attributes

NameDescription
skaffold_config_path str
Output only. File path of the resolved Skaffold configuration relative to the URI.
manifest_path str
Output only. File path of the rendered manifest relative to the URI.