Interface PodSecurityProviderContext


public interface PodSecurityProviderContext
Interface which provides the context which can be used to generate the Pod security context
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the storage used by the Pod.
    io.fabric8.kubernetes.api.model.PodSecurityContext
    Returns the Pod security context configured by the user in the corresponding `template` section
  • Method Details

    • storage

      Storage storage()
      Returns the storage used by the Pod. If no storage is used, it returns null.
      Returns:
      Pod storage configuration
    • userSuppliedSecurityContext

      io.fabric8.kubernetes.api.model.PodSecurityContext userSuppliedSecurityContext()
      Returns the Pod security context configured by the user in the corresponding `template` section
      Returns:
      User-supplied Pod security context