Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for manifest (0.29 sec)

  1. helm-releases/minio-3.4.3.tgz

    imagePullPolicy: IfNotPresent command: ["/bin/sh", "/config/add-user"] env: - name: MINIO_ENDPOINT value: chart-1640120023-minio - name: MINIO_PORT value: "9000" volumeMounts: - name: minio-configuration mountPath: /config resources: requests: memory: 128Mi MANIFEST: --- # Source: minio/templates/serviceaccount.yaml apiVersion: v1 kind: ServiceAccount metadata: name: "minio-sa" namespace: "minio" --- # Source: minio/templates/secrets.yaml apiVersion: v1 kind: Secret metadata: name: chart-1640120023-minio namespace:...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Tue Dec 21 20:55:50 GMT 2021
    - 17.7K bytes
    - Viewed (0)
  2. cmd/batch-handlers.go

    	jobCancelers map[string]context.CancelFunc
    	workerKillCh chan struct{}
    	workerSize   int
    }
    
    var globalBatchJobPool *BatchJobPool
    
    // newBatchJobPool creates a pool of job manifest workers of specified size
    func newBatchJobPool(ctx context.Context, o ObjectLayer, workers int) *BatchJobPool {
    	jpool := &BatchJobPool{
    		ctx:          ctx,
    		objLayer:     o,
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Sun May 05 16:56:21 GMT 2024
    - 55.2K bytes
    - Viewed (0)
Back to top