HTTPHeader

com.coralogix.zio.k8s.model.core.v1.HTTPHeader
See theHTTPHeader companion object
case class HTTPHeader(name: String, value: String)

HTTPHeader describes a custom header to be used in HTTP probes

Value parameters

name

The header field name

value

The header field value

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

The header field name

The header field name

This effect always succeeds, it is safe to use the field name directly.

Attributes

The header field value

The header field value

This effect always succeeds, it is safe to use the field value directly.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product