Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct { PodSecuritySpecs map[string][]types.PodSecuritySpec `json:"podSecuritySpecs"` PodVolumes map[string][]types.PodSecuritySpec `json:"podVolumeTypes"` Containers map[string][]types.ContainerSecuritySpec `json:"containerSecuritySpec"` }
func (*Report) AddContainer ¶
func (r *Report) AddContainer(c types.ContainerSecuritySpec)
func (*Report) AddPod ¶
func (r *Report) AddPod(p types.PodSecuritySpec)
Click to show internal directories.
Click to hide internal directories.