HTTPGetAction

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Appends new values to httpHeaders

Appends new values to httpHeaders

Attributes

Source:
HTTPGetAction.scala

if host has a value, transforms to the result of function

if host has a value, transforms to the result of function

Attributes

Source:
HTTPGetAction.scala

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

if path has a value, transforms to the result of function

Attributes

Source:
HTTPGetAction.scala

transforms port to result of function

transforms port to result of function

Attributes

Source:
HTTPGetAction.scala

if scheme has a value, transforms to the result of function

if scheme has a value, transforms to the result of function

Attributes

Source:
HTTPGetAction.scala

Returns a new data with host set to new value

Returns a new data with host set to new value

Attributes

Source:
HTTPGetAction.scala

Returns a new data with httpHeaders set to new value

Returns a new data with httpHeaders set to new value

Attributes

Source:
HTTPGetAction.scala

Returns a new data with path set to new value

Returns a new data with path set to new value

Attributes

Source:
HTTPGetAction.scala

Returns a new data with port set to new value

Returns a new data with port set to new value

Attributes

Source:
HTTPGetAction.scala

Returns a new data with scheme set to new value

Returns a new data with scheme set to new value

Attributes

Source:
HTTPGetAction.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product