Class GcrDestination (2.4.2)

GcrDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The GCR location where the image must be pushed to. .. attribute:: output_uri

Required. Google Contained Registry URI of the new image, up to 2000 characters long. See

https: //cloud.google.com/container-registry/do // cs/pushing-and-pulling#pushing_an_image_to_a_registry Accepted forms:

  • [HOSTNAME]/[PROJECT-ID]/[IMAGE]
  • [HOSTNAME]/[PROJECT-ID]/[IMAGE]:[TAG]

    The requesting user must have permission to push images the project.

    :type: str