constants

package
v0.0.0-...-68b45d3 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Copyright 2019 Oath, Inc. Licensed under the terms of the Apache Version 2.0 License. See LICENSE file for terms.

Index

Constants

View Source
const (
	// Common annotation names and statuses
	AnnotationExecuteStatus    = "privileged-command-status"    // annotation provided by kubectl plugin for checking status of pod
	AnnotationExecuteContainer = "privileged-command-container" // annotation provided by kubectl plugin for the container name
	AnnotationExecuteAction    = "privileged-command-action"    // annotation provided by kubectl plugin for the action to execute
	StatusActive               = "active"                       // status for privileged-command-status is active
	StatusInProgress           = "in-progress"                  // status for privileged-command-status is in progress
	StatusDone                 = "done"                         // status for privileged-command-status is done
	StatusError                = "error"                        // status for privileged-command-status is error

	// Privilege pod specifications
	PrivilegeContainer = "priv-pod" // container of the privilege pod
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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