runonceduration

package
v1.5.0-alpha.3 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2017 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package runonceduration contains the RunOnceDuration admission control plugin. The plugin allows overriding the ActiveDeadlineSeconds for pods that have a RestartPolicy of RestartPolicyNever (run once). If configured to allow a project annotation override, and an annotation exists in the pod's namespace of:

openshift.io/active-deadline-seconds-override

the value of the annotation will take precedence over the globally configured value in the plugin's configuration.

Configuration

The plugin is configured via a RunOnceDurationConfig object:

apiVersion: v1
kind: RunOnceDurationConfig
enabled: true
activeDeadlineSecondsOverride: 3600

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRunOnceDuration

func NewRunOnceDuration(config *api.RunOnceDurationConfig) admission.Interface

NewRunOnceDuration creates a new RunOnceDuration admission plugin

Types

This section is empty.

Directories

Path Synopsis
api
Package api is the internal version of the API.
Package api is the internal version of the API.
v1

Jump to

Keyboard shortcuts

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