github.com/loft-sh/loftctl/v2@v2.3.2/pkg/constants/metadata.go (about)

     1  package constants
     2  
     3  const (
     4  	LoftctlUserAgentPrefix = "loftctl/"
     5  
     6  	VClusterSpace = "loft.sh/vcluster-space"
     7  )