Class HTTPGetAction (0.10.4)

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

HTTPGetAction describes an action based on HTTP Get requests.

Attributes

NameDescription
path str
Path to access on the HTTP server. Defaults to '/'.
http_headers MutableSequence[google.cloud.run_v2.types.HTTPHeader]
Custom headers to set in the request. HTTP allows repeated headers.
port int
Port number to access on the container. Must be in the range 1 to 65535. If not specified, defaults to the exposed port of the container, which is the value of container.ports[0].containerPort.