Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for const3 (0.06 sec)

  1. cmd/bucket-handlers.go

    	"github.com/minio/minio/internal/ioutil"
    	"github.com/minio/minio/internal/kms"
    	"github.com/minio/minio/internal/logger"
    	"github.com/minio/pkg/v3/policy"
    	"github.com/minio/pkg/v3/sync/errgroup"
    )
    
    const (
    	objectLockConfig        = "object-lock.xml"
    	bucketTaggingConfig     = "tagging.xml"
    	bucketReplicationConfig = "replication.xml"
    
    	xMinIOErrCodeHeader = "x-minio-error-code"
    	xMinIOErrDescHeader = "x-minio-error-desc"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 14 13:28:35 UTC 2024
    - 61.2K bytes
    - Viewed (0)
  2. pilot/pkg/config/kube/gateway/conversion.go

    	default:
    		return strings.Join(ss[:len(ss)-1], ", ") + ", and " + ss[len(ss)-1]
    	}
    }
    
    // NamespaceNameLabel represents that label added automatically to namespaces is newer Kubernetes clusters
    const NamespaceNameLabel = "kubernetes.io/metadata.name"
    
    // toNamespaceSet converts a set of namespace labels to a Set that can be used to select against.
    func toNamespaceSet(name string, labels map[string]string) klabels.Set {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top