Resource Type: kubernetes_capabilities

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

Overview

Adds and removes POSIX capabilities from running containers.

Properties

  • add

    Added capabilities

  • drop

    Removed capabilities

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    Name of the capabilities.

  • provider

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