constants

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package constants contains Primaza's constants

Index

Constants

View Source
const (
	ServiceAgentDeploymentName     = "primaza-svc-agent"
	ApplicationAgentDeploymentName = "primaza-app-agent"
	// This is the name of the secret that contains the information the service
	// agents needs to write back registered services up to primaza.  It contains
	// two keys: `kubeconfig`, a serialized kubeconfig for the upstream kubeconfig
	// cluster, and `namespace`, the namespace to write registered services to
	ApplicationAgentKubeconfigSecretName = "primaza-app-kubeconfig" // #nosec G101
	ServiceAgentKubeconfigSecretName     = "primaza-svc-kubeconfig" // #nosec G101
	// Reasons for status condition
	NoMatchingServiceFoundReason = "NoMatchingServiceFound"
	ValidationErrorReason        = "ValidationError"
)
View Source
const (
	PrimazaTenantLabel             string = "primaza.io/tenant"
	PrimazaClusterEnvironmentLabel string = "primaza.io/cluster-environment"
	PrimazaNamespaceTypeLabel      string = "primaza.io/namespace-type"
	PrimazaNamespaceLabel          string = "primaza.io/namespace"
)

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