github.com/giantswarm/apiextensions/v6@v6.6.0/pkg/annotation/app.go (about) 1 package annotation 2 3 // AppOperatorPaused annotation when present prevents app-operator from 4 // reconciling the resource. 5 const AppOperatorPaused = "app-operator.giantswarm.io/paused" 6 7 // LatestConfigMapVersion is the highest resource version among the configmaps 8 // app CRs depends on. 9 const LatestConfigMapVersion = "app-operator.giantswarm.io/giantswarm.io/latest-configmap-version" 10 11 // LatestSecretVersion is the highest resource version among the secret 12 // app CRs depends on. 13 const LatestSecretVersion = "app-operator.giantswarm.io/latest-secret-version"