github.com/telepresenceio/telepresence/v2@v2.20.0-pro.6.0.20240517030216-236ea954e789/pkg/client/cli/ann/annotations.go (about)

     1  package ann
     2  
     3  // -- Annotation keys
     4  
     5  const (
     6  	UserDaemon        = "userD"
     7  	Session           = "session"
     8  	VersionCheck      = "versionCheck"
     9  	UpdateCheckFormat = "updateCheckFormat"
    10  )
    11  
    12  // -- Annotation values
    13  
    14  const (
    15  	Optional = "optional"
    16  	Required = "required"
    17  	Tel2     = "https://%s/download/tel2/%s/%s/stable.txt"
    18  )