Resource Type: kubernetes_http_get_action

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

Overview

HTTPGetAction describes an action based on HTTP Get requests.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • host

    Host name to connect to, defaults to the pod IP. You probably want to set ‘Host’ in httpHeaders instead.

  • http_headers

    Custom headers to set in the request. HTTP allows repeated headers.

  • path

    Path to access on the HTTP server.

  • 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.

  • scheme

    Scheme to use for connecting to the host. Defaults to HTTP.

Parameters

  • name (namevar)

    Name of the http_get_action.

  • provider

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