Interface ContainerSecurityProviderContext
public interface ContainerSecurityProviderContext
Interface which provides the context which can be used to generate the (container) security context
-
Method Summary
Modifier and TypeMethodDescriptionstorage()Returns the storage used by the container.io.fabric8.kubernetes.api.model.SecurityContextReturns the (container) security context configured by the user in the corresponding `template` section
-
Method Details
-
storage
Storage storage()Returns the storage used by the container. If no storage is used, it returns null.- Returns:
- Container storage configuration
-
userSuppliedSecurityContext
io.fabric8.kubernetes.api.model.SecurityContext userSuppliedSecurityContext()Returns the (container) security context configured by the user in the corresponding `template` section- Returns:
- Container user-supplied security context
-