constants

package
v0.23.4 Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const ContainerdRuntime = "containerd"
View Source
const DockerRuntime = "docker"
View Source
const KubeSystem = "kube-system"
View Source
const MasterNodeLabel = "node-role.kubernetes.io/master"
View Source
const NodePoolLabel = "karina.flanksource.com/pool"
View Source
const PlatformSystem = "platform-system"

Variables

View Source
var PlatformNamespaces = []string{
	"cert-manager",
	"dex",
	"eck",
	"elastic-system",
	"gatekeeper-system",
	"harbor",
	"ingress-nginx",
	"kube-system",
	"local-path-storage",
	"minio",
	"monitoring",
	"nsx-system",
	"opa",
	"platform-system",
	"postgres-operator",
	"quack",
	"sealed-secrets",
	"vault",
	"velero",
}
View Source
var RuntimeObjects = map[string]kommons.RuntimeObjectWithMetadata{
	"configmap":              &v1.ConfigMap{},
	"daemonset":              &extensionsv1beta1.DaemonSet{},
	"deployment":             &extensionsv1beta1.Deployment{},
	"namespace":              &v1.Namespace{},
	"node":                   &v1.Node{},
	"persistentvolumeclaims": &v1.PersistentVolumeClaim{},
	"persistentvolume":       &v1.PersistentVolume{},
	"pod":                    &v1.Pod{},
	"secret":                 &v1.Secret{},
	"service":                &v1.Service{},
	"statefulset":            &appsv1beta1.StatefulSet{},
}

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