Class V1HTTPGetAction
java.lang.Object
io.kubernetes.client.openapi.models.V1HTTPGetAction
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
public class V1HTTPGetAction
extends Object
HTTPGetAction describes an action based on HTTP Get requests.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHttpHeadersItem(V1HTTPHeader httpHeadersItem) booleangetHost()Host name to connect to, defaults to the pod IP.Custom headers to set in the request.getPath()Path to access on the HTTP server.getPort()IntOrString is a type that can hold an int32 or a string.Scheme to use for connecting to the host.inthashCode()httpHeaders(List<V1HTTPHeader> httpHeaders) port(IntOrString port) voidvoidsetHttpHeaders(List<V1HTTPHeader> httpHeaders) voidvoidsetPort(IntOrString port) voidtoString()
-
Field Details
-
SERIALIZED_NAME_HOST
- See Also:
-
SERIALIZED_NAME_HTTP_HEADERS
- See Also:
-
SERIALIZED_NAME_PATH
- See Also:
-
SERIALIZED_NAME_PORT
- See Also:
-
SERIALIZED_NAME_SCHEME
- See Also:
-
-
Constructor Details
-
V1HTTPGetAction
public V1HTTPGetAction()
-
-
Method Details
-
host
-
getHost
Host name to connect to, defaults to the pod IP. You probably want to set \"Host\" in httpHeaders instead.- Returns:
- host
-
setHost
-
httpHeaders
-
addHttpHeadersItem
-
getHttpHeaders
Custom headers to set in the request. HTTP allows repeated headers.- Returns:
- httpHeaders
-
setHttpHeaders
-
path
-
getPath
Path to access on the HTTP server.- Returns:
- path
-
setPath
-
port
-
getPort
IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number.- Returns:
- port
-
setPort
-
scheme
-
getScheme
Scheme to use for connecting to the host. Defaults to HTTP.- Returns:
- scheme
-
setScheme
-
equals
-
hashCode
public int hashCode() -
toString
-