Resource Type: kubernetes_se_linux_options

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

Overview

SELinuxOptions are the labels to be applied to the container

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • level

    Level is SELinux level label that applies to the container.

  • role

    Role is a SELinux role label that applies to the container.

  • type

    Type is a SELinux type label that applies to the container.

  • user

    User is a SELinux user label that applies to the container.

Parameters

  • name (namevar)

    Name of the se_linux_options.

  • provider

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