Resource Type: kubernetes_node_selector

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

Overview

A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • node_selector_terms

    Required. A list of node selector terms. The terms are ORed.

Parameters

  • name (namevar)

    Name of the node_selector.

  • provider

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