constants

package
v0.76.5 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const ContainerdRuntime = "containerd"
View Source
const DefaultIssuer = "default-issuer"
View Source
const DefaultIssuerCA = "default-issuer-ca"
View Source
const DockerRuntime = "docker"
View Source
const Karina = "karina"
View Source
const KubeSystem = "kube-system"
View Source
const ManagedBy = "apps.kubernetes.io/managed-by"
View Source
const MasterNodeLabel = "node-role.kubernetes.io/master"
View Source
const MutatingWebhookConfiguration = "MutatingWebhookConfiguration"
View Source
const NodeGroupTaint = "node.kubernetes.io/group"
View Source
const NodePoolLabel = "karina.flanksource.com/pool"
View Source
const PlatformSystem = "platform-system"
View Source
const ValidatingWebhookConfiguration = "ValidatingWebhookConfiguration"

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",
	"sealed-secrets",
	"tekton",
	"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