Uses of Interface
io.strimzi.plugin.security.profiles.ContainerSecurityProviderContext
Packages that use ContainerSecurityProviderContext
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 ContainerSecurityProviderContext in io.strimzi.plugin.security.profiles
Methods in io.strimzi.plugin.security.profiles with parameters of type ContainerSecurityProviderContextModifier and TypeMethodDescriptiondefault io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.bridgeContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Strimzi Bridge containers.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.bridgeInitContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Kafka Bridge init containers.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.cruiseControlContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Cruise Control container.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.entityOperatorTlsSidecarContainerSecurityContext(ContainerSecurityProviderContext context) Deprecated.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.entityTopicOperatorContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Topic Operator container.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.entityUserOperatorContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the User Operator container.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.jmxTransContainerSecurityContext(ContainerSecurityProviderContext context) Deprecated.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.kafkaConnectBuildContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Kafka Connect Build container.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.kafkaConnectContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Kafka Connect containers.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.kafkaConnectInitContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Kafka Connect init containers.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.kafkaContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Kafka containers.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.kafkaExporterContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Kafka Exporter container.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.kafkaInitContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Kafka init containers.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.kafkaMirrorMakerContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the Kafka Mirror Maker 1 containers.default io.fabric8.kubernetes.api.model.SecurityContextPodSecurityProvider.zooKeeperContainerSecurityContext(ContainerSecurityProviderContext context) Provides the (container) security context for the ZooKeeper containers. -
Uses of ContainerSecurityProviderContext in io.strimzi.plugin.security.profiles.impl
Methods in io.strimzi.plugin.security.profiles.impl with parameters of type ContainerSecurityProviderContextModifier and TypeMethodDescriptionio.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.bridgeContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.bridgeInitContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.cruiseControlContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.entityTopicOperatorContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.entityUserOperatorContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.kafkaConnectBuildContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.kafkaConnectContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.kafkaConnectInitContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.kafkaContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.kafkaExporterContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.kafkaInitContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.kafkaMirrorMakerContainerSecurityContext(ContainerSecurityProviderContext context) io.fabric8.kubernetes.api.model.SecurityContextRestrictedPodSecurityProvider.zooKeeperContainerSecurityContext(ContainerSecurityProviderContext context)