Class: Google::Cloud::Deploy::V1::BuildArtifact

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

Description of an a image to use during Skaffold rendering.

Instance Attribute Summary collapse

Instance Attribute Details

#image::String

Returns Image name in Skaffold configuration.

Returns:

  • (::String)

    Image name in Skaffold configuration.



1781
1782
1783
1784
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1781

class BuildArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tag::String

Returns Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".

Returns:

  • (::String)

    Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".



1781
1782
1783
1784
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1781

class BuildArtifact
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end