Resource Type: kubernetes_node_daemon_endpoints

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

Overview

NodeDaemonEndpoints lists ports opened by daemons running on the Node.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • kubelet_endpoint

    Endpoint on which Kubelet is listening.

Parameters

  • name (namevar)

    Name of the node_daemon_endpoints.

  • provider

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