Class: Google::Cloud::Deploy::V1::TargetArtifact

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/deploy/v1/cloud_deploy.rb

Overview

The artifacts produced by a target render operation.

Defined Under Namespace

Classes: PhaseArtifact, PhaseArtifactsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#artifact_uri::String (readonly)

Returns 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.

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.



2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2388

class TargetArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Contains the paths to the artifacts, relative to the URI, for a phase.
  # @!attribute [r] skaffold_config_path
  #   @return [::String]
  #     Output only. File path of the resolved Skaffold configuration relative to
  #     the URI.
  # @!attribute [r] manifest_path
  #   @return [::String]
  #     Output only. File path of the rendered manifest relative to the URI.
  # @!attribute [r] job_manifests_path
  #   @return [::String]
  #     Output only. File path of the directory of rendered job manifests
  #     relative to the URI. This is only set if it is applicable.
  class PhaseArtifact
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact]
  class PhaseArtifactsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#manifest_path::String (readonly)

Returns Output only. File path of the rendered manifest relative to the URI for the stable phase.

Returns:

  • (::String)

    Output only. File path of the rendered manifest relative to the URI for the stable phase.



2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2388

class TargetArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Contains the paths to the artifacts, relative to the URI, for a phase.
  # @!attribute [r] skaffold_config_path
  #   @return [::String]
  #     Output only. File path of the resolved Skaffold configuration relative to
  #     the URI.
  # @!attribute [r] manifest_path
  #   @return [::String]
  #     Output only. File path of the rendered manifest relative to the URI.
  # @!attribute [r] job_manifests_path
  #   @return [::String]
  #     Output only. File path of the directory of rendered job manifests
  #     relative to the URI. This is only set if it is applicable.
  class PhaseArtifact
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact]
  class PhaseArtifactsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#phase_artifacts::Google::Protobuf::Map{::String => ::Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact} (readonly)

Returns Output only. Map from the phase ID to the phase artifacts for the Target.

Returns:



2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2388

class TargetArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Contains the paths to the artifacts, relative to the URI, for a phase.
  # @!attribute [r] skaffold_config_path
  #   @return [::String]
  #     Output only. File path of the resolved Skaffold configuration relative to
  #     the URI.
  # @!attribute [r] manifest_path
  #   @return [::String]
  #     Output only. File path of the rendered manifest relative to the URI.
  # @!attribute [r] job_manifests_path
  #   @return [::String]
  #     Output only. File path of the directory of rendered job manifests
  #     relative to the URI. This is only set if it is applicable.
  class PhaseArtifact
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact]
  class PhaseArtifactsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#skaffold_config_path::String (readonly)

Returns Output only. File path of the resolved Skaffold configuration for the stable phase, relative to the URI.

Returns:

  • (::String)

    Output only. File path of the resolved Skaffold configuration for the stable phase, relative to the URI.



2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2388

class TargetArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Contains the paths to the artifacts, relative to the URI, for a phase.
  # @!attribute [r] skaffold_config_path
  #   @return [::String]
  #     Output only. File path of the resolved Skaffold configuration relative to
  #     the URI.
  # @!attribute [r] manifest_path
  #   @return [::String]
  #     Output only. File path of the rendered manifest relative to the URI.
  # @!attribute [r] job_manifests_path
  #   @return [::String]
  #     Output only. File path of the directory of rendered job manifests
  #     relative to the URI. This is only set if it is applicable.
  class PhaseArtifact
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Google::Cloud::Deploy::V1::TargetArtifact::PhaseArtifact]
  class PhaseArtifactsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end