admission

package
v3.9.0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 2018 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Package admission contains admission control plugins that work with builds or pods that are running builds.

Each admission control plugin has its own sub package. Common utilities live directly in this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBuildFromPod

func GetBuildFromPod(pod *v1.Pod) (*buildapi.Build, schema.GroupVersion, error)

GetBuildFromPod returns a build object encoded in a pod's BUILD environment variable along with its encoding version

func ReadPluginConfig

func ReadPluginConfig(pluginConfig map[string]configapi.AdmissionPluginConfig, name string, config runtime.Object) error

ReadPluginConfig will read a plugin configuration object from a reader stream

func SetBuildInPod

func SetBuildInPod(pod *v1.Pod, build *buildapi.Build, groupVersion schema.GroupVersion) error

SetBuildInPod encodes a build object and sets it in a pod's BUILD environment variable

func SetPodLogLevelFromBuild

func SetPodLogLevelFromBuild(pod *v1.Pod, build *buildapi.Build) error

SetPodLogLevelFromBuild extracts BUILD_LOGLEVEL from the Build environment and feeds it as an argument to the Pod's entrypoint. The BUILD_LOGLEVEL environment variable may have been set in multiple ways: a default value, by a BuildConfig, or by the BuildDefaults admission plugin. In this method we finally act on the value by injecting it into the Pod.

Types

This section is empty.

Directories

Path Synopsis
Package testing contains types for tests.
Package testing contains types for tests.

Jump to

Keyboard shortcuts

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