user

package
v3.8.0-alpha.0+incompa... Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package user contains security context constraints user strategy implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AnnotationToIntPtr

func AnnotationToIntPtr(sUID string) (*int64, error)

func GetAllocatedID

func GetAllocatedID(kClient clientset.Interface, pod *api.Pod, annotation string) (*int64, error)

Types

type RunAsUserSecurityContextConstraintsStrategy

type RunAsUserSecurityContextConstraintsStrategy interface {
	// Generate creates the uid based on policy rules.
	Generate(pod *api.Pod, container *api.Container) (*int64, error)
	// Validate ensures that the specified values fall within the range of the strategy.
	Validate(pod *api.Pod, container *api.Container) field.ErrorList
}

RunAsUserSecurityContextConstraintsStrategy defines the interface for all uid constraint strategies.

func NewMustRunAs

NewMustRunAs provides a strategy that requires the container to run as a specific UID.

func NewMustRunAsRange

NewMustRunAs provides a strategy that requires the container to run as a specific UID in a range.

func NewRunAsAny

NewRunAsAny provides a strategy that will return nil.

Jump to

Keyboard shortcuts

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