HTTPGetAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)HTTPGetAction describes an action based on HTTP Get requests.
Attributes |
|
|---|---|
| Name | Description |
path |
str
Optional. Path to access on the HTTP server. Defaults to '/'. |
http_headers |
MutableSequence[google.cloud.run_v2.types.HTTPHeader]
Optional. Custom headers to set in the request. HTTP allows repeated headers. |
port |
int
Optional. 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. |