Resource Type: kubernetes_scale_spec

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

Overview

describes the attributes of a scale subresource

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • replicas

    desired number of instances for the scaled object.

Parameters

  • name (namevar)

    Name of the scale_spec.

  • provider

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