runonceduration

package
v4.0.0-alpha.0+incompa... Latest Latest
Warning

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

Go to latest
Published: Sep 13, 2018 License: Apache-2.0 Imports: 13 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 *runonceduration.RunOnceDurationConfig) admission.Interface

NewRunOnceDuration creates a new RunOnceDuration admission plugin

func Register

func Register(plugins *admission.Plugins)

Types

This section is empty.

Jump to

Keyboard shortcuts

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