Uses of Package
io.strimzi.platform
Packages that use io.strimzi.platform
Package
Description
Contains interfaces and classes for sharing a description of the Kubernetes platform Strimzi is running on between
different parts of the Strimzi codebase.
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
-
Classes in io.strimzi.platform used by io.strimzi.platform
-
Classes in io.strimzi.platform used by io.strimzi.plugin.security.profilesClassDescriptionInterface which describes the Kubernetes platform on which we run
-
Classes in io.strimzi.platform used by io.strimzi.plugin.security.profiles.implClassDescriptionInterface which describes the Kubernetes platform on which we run