types

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ResourceKindDaemonSet             = "daemonset"
	ResourceKindJob                   = "job"
	ResourceKindPod                   = "pod"
	ResourceKindReplicaSet            = "replicaset"
	ResourceKindReplicationController = "replicationcontroller"
	ResourceKindStatefulSet           = "statefulset"
	ResourceKindService               = "service"
)

List of all resource kinds supported by the UI.

View Source
const (
	ResourcePluralKindDeployment            = "deployments"
	ResourcePluralKindDaemonSet             = "daemonsets"
	ResourcePluralKindJob                   = "jobs"
	ResourcePluralKindPod                   = "pods"
	ResourcePluralKindReplicaSet            = "replicasets"
	ResourcePluralKindReplicationController = "replicationcontrollers"
	ResourcePluralKindStatefulSet           = "statefulsets"
	ResourcePluralKindService               = "services"
)

List of all resource pluralized kinds supported by the UI.

View Source
const (
	// LabelNodeRolePrefix is a label prefix for node roles
	// It's copied over to here until it's merged in core: https://github.com/kubernetes/kubernetes/pull/39112
	LabelNodeRolePrefix = "node-role.kubernetes.io/"

	// NodeLabelRole specifies the role of a node
	NodeLabelRole = "kubernetes.io/role"

	NodeRoleMaster       = "master"
	NodeRoleControlPlane = "control-plane"
)
View Source
const (
	ResourceGPU = "nvidia.com/gpu"
)

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