case class HTTPGetAction(port: IntOrString, host: Option[String] = None, httpHeaders: Option[Seq[HTTPHeader]] = None, path: Option[String] = None, scheme: Option[String] = None) extends Product with Serializable
HTTPGetAction describes an action based on HTTP Get requests.
- port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
- host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead
- httpHeaders
Custom headers to set in the request. HTTP allows repeated headers.
- path
Path to access on the HTTP server.
- scheme
Scheme to use for connecting to the host. Defaults to HTTP.
- Alphabetic
- By Inheritance
- HTTPGetAction
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new HTTPGetAction(port: IntOrString, host: Option[String] = None, httpHeaders: Option[Seq[HTTPHeader]] = None, path: Option[String] = None, scheme: Option[String] = None)
- port
Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME.
- host
Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead
- httpHeaders
Custom headers to set in the request. HTTP allows repeated headers.
- path
Path to access on the HTTP server.
- scheme
Scheme to use for connecting to the host. Defaults to HTTP.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val host: Option[String]
- val httpHeaders: Option[Seq[HTTPHeader]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val path: Option[String]
- val port: IntOrString
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val scheme: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated