Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::BuildArtifact.
Description of an a image to use during Skaffold rendering.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image
def image() -> ::String
Returns
- (::String) — Image name in Skaffold configuration.
#image=
def image=(value) -> ::String
Parameter
- value (::String) — Image name in Skaffold configuration.
Returns
- (::String) — Image name in Skaffold configuration.
#tag
def tag() -> ::String
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".
#tag=
def tag=(value) -> ::String
Parameter
- value (::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".
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".