Kazan v0.11.0 Kazan.Apis.Core.V1.HTTPHeader View Source

HTTPHeader describes a custom header to be used in HTTP probes

OpenAPI Definition: io.k8s.api.core.v1.HTTPHeader

Properties

  • name :: String

    • The header field name
  • value :: String

    • The header field value

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kazan.Apis.Core.V1.HTTPHeader{name: String.t(), value: String.t()}