argo-cd

Форк
0
/
application_annotations.go 
13 строк · 846.0 Байт
1
package v1alpha1
2

3
const (
4
	// AnnotationKeyRefresh is the annotation key which indicates that app needs to be refreshed. Removed by application controller after app is refreshed.
5
	// Might take values 'normal'/'hard'. Value 'hard' means manifest cache and target cluster state cache should be invalidated before refresh.
6
	AnnotationKeyRefresh string = "argocd.argoproj.io/refresh"
7

8
	// AnnotationKeyManifestGeneratePaths is an annotation that contains a list of semicolon-separated paths in the
9
	// manifests repository that affects the manifest generation. Paths might be either relative or absolute. The
10
	// absolute path means an absolute path within the repository and the relative path is relative to the application
11
	// source path within the repository.
12
	AnnotationKeyManifestGeneratePaths = "argocd.argoproj.io/manifest-generate-paths"
13
)
14

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.