package capabilities
import "k8s.io/kubernetes/pkg/capabilities"
package capbabilities manages system level capabilities
Index ¶
Functions ¶
func Initialize ¶
func Initialize(c Capabilities)
Initialize the capability set. This can only be done once per binary, subsequent calls are ignored.
func SetForTests ¶
func SetForTests(c Capabilities)
SetCapabilitiesForTests. Convenience method for testing. This should only be called from tests.
Types ¶
type Capabilities ¶
type Capabilities struct { AllowPrivileged bool }
Capabilities defines the set of capabilities available within the system. For now these are global. Eventually they may be per-user
func Get ¶
func Get() Capabilities
Returns a read-only copy of the system capabilities.
Source Files ¶
capabilities.go doc.go
- Version
- v0.8.2
- Published
- Jan 20, 2015
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 1 second ago –
Tools for package owners.