package scheme
import "k8s.io/pod-security-admission/admission/api/scheme"
Index ¶
Variables ¶
var ( // Scheme is the runtime.Scheme to which all podsecurity api types are registered. Scheme = runtime.NewScheme() // Codecs provides access to encoding and decoding for the scheme. Codecs = serializer.NewCodecFactory(Scheme, serializer.EnableStrict) )
Functions ¶
func AddToScheme ¶
AddToScheme builds the podsecurity scheme using all known versions of the podsecurity api.
Source Files ¶
scheme.go
- Version
- v0.32.2 (latest)
- Published
- Feb 13, 2025
- Platform
- linux/amd64
- Imports
- 7 packages
- Last checked
- 2 months ago –
Tools for package owners.