Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::TargetArtifact (v0.4.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::TargetArtifact.

The artifacts produced by a target render operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#artifact_uri

def artifact_uri() -> ::String
Returns
  • (::String) — 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.

#manifest_path

def manifest_path() -> ::String
Returns
  • (::String) — Output only. File path of the rendered manifest relative to the URI.

#skaffold_config_path

def skaffold_config_path() -> ::String
Returns
  • (::String) — Output only. File path of the resolved Skaffold configuration relative to the URI.