Uses of Interface
io.strimzi.plugin.security.profiles.PodSecurityProvider
Packages that use PodSecurityProvider
Package
Description
Provides the built-in implementations of the PodSecurityProvider plugins:
- BaselinePodSecurityProvider which is the default implementation and provides security contexts which match
the baseline Kubernetes security profile
- RestrictedPodSecurityProvider which is an optional implementation and provides security contexts which match
the restricted Kubernetes security profile
-
Uses of PodSecurityProvider in io.strimzi.plugin.security.profiles.impl
Classes in io.strimzi.plugin.security.profiles.impl that implement PodSecurityProviderModifier and TypeClassDescriptionclassThe default implementation of the PodSecurityProvider.classAn implementation of the PodSecurityProvider which implements the restricted Kubernetes security profile