Uses of Interface
io.strimzi.platform.PlatformFeatures
Packages that use PlatformFeatures
Package
Description
This package provides interfaces for the pluggable PodSecurityProviders which are used to configure the Pod and
container security profiles.
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 PlatformFeatures in io.strimzi.plugin.security.profiles
Methods in io.strimzi.plugin.security.profiles with parameters of type PlatformFeaturesModifier and TypeMethodDescriptionvoidPodSecurityProvider.configure(PlatformFeatures platformFeatures) A method called first to initiate the provider. -
Uses of PlatformFeatures in io.strimzi.plugin.security.profiles.impl
Methods in io.strimzi.plugin.security.profiles.impl with parameters of type PlatformFeaturesModifier and TypeMethodDescriptionvoidBaselinePodSecurityProvider.configure(PlatformFeatures platformFeatures)