...

Source file src/edge-infra.dev/pkg/edge/api/services/edgenode/activationcode/constants.go

Documentation: edge-infra.dev/pkg/edge/api/services/edgenode/activationcode

     1  package activationcode
     2  
     3  const (
     4  	SecretType = "activation-code"
     5  	Workload   = "edge"
     6  	SecretKey  = "activation"
     7  )
     8  

View as plain text