runonceduration

package
v1.3.0-rc1 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2016 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
v1

Jump to

Keyboard shortcuts

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