Resource Type: kubernetes_handler

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

Overview

Handler defines a specific action that should be taken

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • exec

    One and only one of the following should be specified. Exec specifies the action to take.

  • http_get

    HTTPGet specifies the http request to perform.

  • tcp_socket

    TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported

Parameters

  • name (namevar)

    Name of the handler.

  • provider

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