Resource Type: kubernetes_daemon_endpoint

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

Overview

DaemonEndpoint contains information about a single Daemon endpoint.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • port

    Port number of the given endpoint.

Parameters

  • name (namevar)

    Name of the daemon_endpoint.

  • provider

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