vkMachinery

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package vkMachinery contains the logic required to forge a new virtualKubelet instance and all related objects

Index

Constants

View Source
const CRBPrefix = "liqo-virtual-kubelet-"

CRBPrefix -> the prefix used to create the virtual kubelet cluster role binding name.

View Source
const DeploymentName = "virtual-kubelet"

DeploymentName -> the name of the virtual kubelet deployment.

View Source
const LocalClusterRoleName = "liqo-virtual-kubelet-local"

LocalClusterRoleName represents the name of the local cluster role associated with the virtual kubelet.

View Source
const MetricsAddress = ":8080"

MetricsAddress is the default address used to expose metrics.

View Source
const ServiceAccountName = "virtual-kubelet"

ServiceAccountName -> the name of the service account leveraged by the virtual kubelet.

Variables

View Source
var ClusterRoleBindingLabels = map[string]string{
	"app.kubernetes.io/managed-by": "advertisementoperator",
}

ClusterRoleBindingLabels are the static labels that are set on every ClusterRoleBinding managed by the Advertisement Operator.

View Source
var KubeletBaseLabels = map[string]string{
	"app.kubernetes.io/name":       "virtual-kubelet",
	"app.kubernetes.io/instance":   "virtual-kubelet",
	"app.kubernetes.io/managed-by": "advertisementoperator",
	"app.kubernetes.io/component":  "virtual-kubelet",
	"app.kubernetes.io/part-of":    "liqo",
}

KubeletBaseLabels are the static labels that are set on every VirtualKubelet.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package forge contains the logic required to generate the virtual kubelet resources.
Package forge contains the logic required to generate the virtual kubelet resources.

Jump to

Keyboard shortcuts

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