Options
All
  • Public
  • Public/Protected
  • All
Menu

SELinuxOptions are the labels to be applied to the container

schema

io.k8s.api.core.v1.SELinuxOptions

Hierarchy

  • SeLinuxOptions

Index

Properties

Properties

Optional Readonly level

level: string

Level is SELinux level label that applies to the container.

schema

io.k8s.api.core.v1.SELinuxOptions#level

Optional Readonly role

role: string

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

schema

io.k8s.api.core.v1.SELinuxOptions#role

Optional Readonly type

type: string

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

schema

io.k8s.api.core.v1.SELinuxOptions#type

Optional Readonly user

user: string

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

schema

io.k8s.api.core.v1.SELinuxOptions#user

Generated using TypeDoc