package
1.4.0-alpha.2
Repository: https://github.com/stackpointcloud/kubernetes.git
Documentation: pkg.go.dev

# Packages

Package capabilities contains code for validating and defaulting a pod's kernel capabilities according to a security policy.
Package group contains code for validating and defaulting the FSGroup and supplemental groups of a pod according to a security policy.
Package selinux contains code for validating and defaulting the SELinux context of a pod according to a security policy.
Package user contains code for validating and defaulting the UID of a pod or container according to a security policy.
Package util contains utility code shared amongst different parts of the pod security policy apparatus.

# Functions

NewSimpleProvider creates a new Provider instance.
No description provided by the author

# Structs

ProviderStrategies is a holder for all strategies that the provider requires to be populated.

# Interfaces

Provider provides the implementation to generate a new security context based on constraints or validate an existing security context against constraints.
StrategyFactory abstracts how the strategies are created from the provider so that you may implement your own custom strategies that may pull information from other resources as necessary.