io.k8s.api.core.v1.HTTPGetAction
See theHTTPGetAction companion object
final case class HTTPGetAction(port: IntOrString, path: Option[String], host: Option[String], scheme: Option[String], httpHeaders: Option[Seq[HTTPHeader]])
HTTPGetAction describes an action based on HTTP Get requests.
Attributes
- Companion
- object
- Source
- HTTPGetAction.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to httpHeaders
if host has a value, transforms to the result of function
if httpHeaders has a value, transforms to the result of function
if httpHeaders has a value, transforms to the result of function
Attributes
- Source
- HTTPGetAction.scala
if path has a value, transforms to the result of function
transforms port to result of function
if scheme has a value, transforms to the result of function
Returns a new data with host set to new value
Returns a new data with httpHeaders set to new value
Returns a new data with path set to new value
Returns a new data with port set to new value
Returns a new data with scheme set to new value
In this article