...

Source file src/edge-infra.dev/pkg/lib/gcp/secretmanager/constants.go

Documentation: edge-infra.dev/pkg/lib/gcp/secretmanager

     1  package secretmanager
     2  
     3  const SecretLabel = "workload-edge-ncr-com" //nolint not credentials
     4  
     5  const SecretNamespaceSelectorLabel = "namespace-selector-edge-ncr-com" //nolint not credentials
     6  
     7  const SecretNameLabel = "secret-edge-ncr-com" //nolint not credentials
     8  
     9  const SecretTypeLabel = "secret-type-edge-ncr-com" //nolint not credentials
    10  
    11  const SecretOwnerLabel = "owner" //nolint not credentials
    12  

View as plain text