Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByPriority ¶
type ByPriority []*securityv1.SecurityContextConstraints
ByPriority is a helper to sort SCCs based on priority. If priorities are equal a string compare of the name is used.
func ByPriorityConvert ¶
func ByPriorityConvert(toConvert []*securityapi.SecurityContextConstraints) (ByPriority, error)
func (ByPriority) Len ¶
func (s ByPriority) Len() int
func (ByPriority) Less ¶
func (s ByPriority) Less(i, j int) bool
func (ByPriority) Swap ¶
func (s ByPriority) Swap(i, j int)
type ByRestrictions ¶
type ByRestrictions []*securityv1.SecurityContextConstraints
ByRestrictions is a helper to sort SCCs in order of most restrictive to least restrictive.
func (ByRestrictions) Len ¶
func (s ByRestrictions) Len() int
func (ByRestrictions) Less ¶
func (s ByRestrictions) Less(i, j int) bool
func (ByRestrictions) Swap ¶
func (s ByRestrictions) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.