util

package
v0.0.0-...-facc40c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 4 Imported by: 15

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EqualStringSlices

func EqualStringSlices(a, b []string) bool

EqualStringSlices compares string slices for equality. Slices are equal when their sizes and elements on similar positions are equal.

func FSTypeToStringSetInternal

func FSTypeToStringSetInternal(fsTypes []securityv1.FSType) sets.String

fsTypeToStringSet converts an FSType slice to a string set.

func GetAllFSTypesAsSet

func GetAllFSTypesAsSet() sets.String

func GetAllFSTypesExcept

func GetAllFSTypesExcept(exceptions ...string) sets.String

func GetVolumeFSType

func GetVolumeFSType(v api.Volume) (securityv1.FSType, error)

getVolumeFSType gets the FSType for a volume.

func IsOnlyServiceAccountTokenSources

func IsOnlyServiceAccountTokenSources(v *api.ProjectedVolumeSource) bool

IsOnlyServiceAccountTokenSources returns true if the sources of the projected volume source match to what would be injected by the ServiceAccount volume projection controller

This function is derived from pkg/security/podsecuritypolicy/util/util.go with the addition of OpenShift-specific "openshift-service-ca.crt" ConfigMap source.

This is what a sample injected volume looks like:

  • projected: defaultMode: 420 sources:
  • serviceAccountToken: expirationSeconds: 3607 path: token
  • configMap: name: kube-root-ca.crt items:
  • key: ca.crt path: ca.crt
  • downwardAPI: items:
  • path: namespace fieldRef: apiVersion: v1 fieldPath: metadata.namespace
  • configMap: name: openshift-service-ca.crt items:
  • key: service-ca.crt path: service-ca.crt

func SCCAllowsAllVolumes

func SCCAllowsAllVolumes(scc *securityv1.SecurityContextConstraints) bool

SCCAllowsAllVolumes checks for FSTypeAll in the scc's allowed volumes.

func SCCAllowsFSType

func SCCAllowsFSType(scc *securityv1.SecurityContextConstraints, fsType securityv1.FSType) bool

SCCAllowsFSType is a utility for checking if an SCC allows a particular FSType. If all volumes are allowed then this will return true for any FSType passed.

func SCCAllowsFSTypeInternal

func SCCAllowsFSTypeInternal(scc *securityv1.SecurityContextConstraints, fsType securityv1.FSType) bool

SCCAllowsFSTypeInternal is a utility for checking if an SCC allows a particular FSType. If all volumes are allowed then this will return true for any FSType passed.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL