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
Optional.
-
#tag ⇒ ::String
Optional.
Instance Attribute Details
#image ⇒ ::String
Returns Optional. Image name in Skaffold configuration.
2368 2369 2370 2371 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2368 class BuildArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag ⇒ ::String
Returns Optional. 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".
2368 2369 2370 2371 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2368 class BuildArtifact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |