Resource Type: kubernetes_preferred_scheduling_term

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

Overview

An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it’s a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • preference

    A node selector term, associated with the corresponding weight.

  • weight

    Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100.

Parameters

  • name (namevar)

    Name of the preferred_scheduling_term.

  • provider

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