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.
#phase_artifacts
def phase_artifacts() -> ::Google::Protobuf::Map{::String => ::Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact}) — Output only. Map from the phase ID to the phase artifacts for the
Target
.
#skaffold_config_path
def skaffold_config_path() -> ::String
Returns
- (::String) — Output only. File path of the resolved Skaffold configuration relative to the URI.