Class: Google::Cloud::Deploy::V1::BuildArtifact
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::BuildArtifact
- 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
-
#image ⇒ ::String
Image name in Skaffold configuration.
-
#tag ⇒ ::String
Image tag to use.
Instance Attribute Details
#image ⇒ ::String
Returns Image name in Skaffold configuration.
1750 1751 1752 1753 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1750 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".
1750 1751 1752 1753 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1750 class BuildArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |