Resource Type: kubernetes_http_header

Defined in:
lib/puppet/type/kubernetes_http_header.rb
Providers:
swagger

Overview

HTTPHeader describes a custom header to be used in HTTP probes

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • name (namevar)

    The header field name

  • value

    The header field value

Parameters

  • name

    Name of the http_header.

  • provider

    The specific backend to use for this ‘kubernetes_http_header` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.