annotation

package
v2.7.0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package annotation contains common Kubernetes metadata. These are defined in https://github.com/giantswarm/fmt/blob/master/kubernetes/annotations_and_labels.md.

Index

Constants

View Source
const (
	// Notes is for informational messages for resources generated by the operator.
	Notes = "giantswarm.io/notes"

	// AppOperatorPrefix the prefix for annotations that control logic inside app-operator.
	AppOperatorPrefix = "app-operator.giantswarm.io"

	// ChartOperatorPrefix is the prefix for annotations that control logic inside chart-operator.
	ChartOperatorPrefix = "chart-operator.giantswarm.io"

	// CordonReason is the name of the annotation that indicates
	// the reason of why operators should not apply any update to this app CR.
	CordonReason = "cordon-reason"

	// CordonUntil is the name of the annotation that indicates
	// the expiration date for this cordon rule.
	CordonUntil = "cordon-until"

	// LatestConfigMapVersion is the highest resource version among the configmaps
	// app CRs depends on.
	LatestConfigMapVersion = "latest-configmap-version"

	// LatestSecretVersion is the highest resource version among the secret
	// app CRs depends on.
	LatestSecretVersion = "latest-secret-version"

	// WebhookURL is the URL that chart-operator reports chart updates.
	WebhookURL = "webhook-url"
)

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