Documentation ¶
Index ¶
Constants ¶
View Source
const ActiveDeadlineSecondsOverrideAnnotation = "openshift.io/active-deadline-seconds-override"
Variables ¶
View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: "", Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func AddToScheme ¶ added in v1.1.3
func Kind ¶
func Kind(kind string) unversioned.GroupKind
Kind takes an unqualified kind and returns back a Group qualified GroupKind
func Resource ¶
func Resource(resource string) unversioned.GroupResource
Resource takes an unqualified resource and returns back a Group qualified GroupResource
Types ¶
type RunOnceDurationConfig ¶
type RunOnceDurationConfig struct { unversioned.TypeMeta // Enabled if false disables the effect of this plugin. A global override will // not be applied and projects will not be checked for an override annotation. Enabled bool // ActiveDeadlineSecondsOverride is the value to set on containers of run-once pods // Only a positive value is valid. Absence of a value means that the plugin // won't make any changes to the pod ActiveDeadlineSecondsOverride *int64 }
RunOnceDurationConfig is the configuration for the RunOnceDuration plugin. It specifies a default override value for ActiveDeadlineSeconds for a run-once pod. The project that contains the pod may specify a different setting. That setting will take precedence over the one configured for the plugin here.
func (*RunOnceDurationConfig) GetObjectKind ¶ added in v1.1.3
func (obj *RunOnceDurationConfig) GetObjectKind() unversioned.ObjectKind
Click to show internal directories.
Click to hide internal directories.