Class: Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Contains the paths to the artifacts, relative to the URI, for a phase.
Instance Attribute Summary collapse
-
#job_manifests_path ⇒ ::String
readonly
Output only.
-
#manifest_path ⇒ ::String
readonly
Output only.
-
#skaffold_config_path ⇒ ::String
readonly
Output only.
Instance Attribute Details
#job_manifests_path ⇒ ::String (readonly)
Returns Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.
1787 1788 1789 1790 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1787 class PhaseArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#manifest_path ⇒ ::String (readonly)
Returns Output only. File path of the rendered manifest relative to the URI.
1787 1788 1789 1790 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1787 class PhaseArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skaffold_config_path ⇒ ::String (readonly)
Returns Output only. File path of the resolved Skaffold configuration relative to the URI.
1787 1788 1789 1790 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1787 class PhaseArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |