Resource Type: kubernetes_id_range

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

Overview

ID Range provides a min/max of an allowed range of IDs.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • max

    Max is the end of the range, inclusive.

  • min

    Min is the start of the range, inclusive.

Parameters

  • name (namevar)

    Name of the id_range.

  • provider

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