Documentation ¶
Overview ¶
Package capability provides utility functions to work with capabilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllCapabilitiesSet ¶ added in v1.4.0
func AllCapabilitiesSet() map[string]struct{}
AllCapabilitiesSet returns the set of all available capabilities.
Returned capabilities are in UPPERCASE.
func AllCapabilitiesSetLowercase ¶ added in v1.4.0
func AllCapabilitiesSetLowercase() map[string]struct{}
AllCapabilitiesSetLowercase returns the set of all available capabilities.
Returned capabilities are in lowercase.
func AllGrantableCapabilities ¶
func AllGrantableCapabilities() []string
AllGrantableCapabilities returns list of capabilities that can be granted to the container based on process bounding capabilities.
Returned capabilities are in UPPERCASE.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.