Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for setOp (0.11 sec)

  1. cluster/gce/gci/configure-helper.sh

        setup-addon-manifests "admission-controls" "limit-range" "gce"
      fi
      setup-addon-manifests "addons" "admission-resource-quota-critical-pods"
      if [[ "${NETWORK_POLICY_PROVIDER:-}" == "calico" ]]; then
        setup-addon-manifests "addons" "calico-policy-controller"
    
        setup-addon-custom-yaml "addons" "calico-policy-controller" "calico-node-daemonset.yaml" "${CUSTOM_CALICO_NODE_DAEMONSET_YAML:-}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  2. pkg/volume/util/operationexecutor/operation_generator.go

    			// On failure, return error. Caller will log and retry.
    			eventErr, detailedErr := volumeToMount.GenerateError("MountVolume.SetUp failed", mountErr)
    			return volumetypes.NewOperationContext(eventErr, detailedErr, migrated)
    		}
    
    		detailedMsg := volumeToMount.GenerateMsgDetailed("MountVolume.SetUp succeeded", "")
    		verbosity := klog.Level(1)
    		if isRemount {
    			verbosity = klog.Level(4)
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  3. cmd/admin-handlers.go

    }
    
    // ServiceHandler - POST /minio/admin/v3/service?action={action}
    // ----------
    // Supports following actions:
    // - restart (restarts all the MinIO instances in a setup)
    // - stop (stops all the MinIO instances in a setup)
    // - freeze (freezes all incoming S3 API calls)
    // - unfreeze (unfreezes previously frozen S3 API calls)
    func (a adminAPIHandlers) ServiceHandler(w http.ResponseWriter, r *http.Request) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  4. pkg/controller/job/job_controller_test.go

    	_, ctx := ktesting.NewTestContext(t)
    	testCases := map[string]struct {
    		// job setup
    		parallelism           int32
    		completions           int32
    		activeDeadlineSeconds int64
    		startTime             int64
    		backoffLimit          int32
    		suspend               bool
    
    		// pod setup
    		activePods    int
    		succeededPods int
    		failedPods    int
    
    		// expectations
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  5. cmd/object-handlers_test.go

    	MissingContentLength
    	TooBigObject
    	TooBigDecodedLength
    	BadSignature
    	BadMD5
    	MissingUploadID
    )
    
    // Wrapper for calling HeadObject API handler tests for both Erasure multiple disks and FS single drive setup.
    func TestAPIHeadObjectHandler(t *testing.T) {
    	ExecObjectLayerAPITest(ExecObjectLayerAPITestArgs{t: t, objAPITest: testAPIHeadObjectHandler, endpoints: []string{"HeadObject"}})
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet.go

    	}
    
    	// setup containerGC
    	containerGC, err := kubecontainer.NewContainerGC(klet.containerRuntime, containerGCPolicy, klet.sourcesReady)
    	if err != nil {
    		return nil, err
    	}
    	klet.containerGC = containerGC
    	klet.containerDeletor = newPodContainerDeletor(klet.containerRuntime, max(containerGCPolicy.MaxPerPodContainer, minDeadContainerInPod))
    
    	// setup imageManager
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  7. cluster/gce/util.sh

      # uses promiscuous-bridge.
    
      # TODO(pjh, mtaufen): Does cgroupRoot make sense for Windows?
    
      # Keep authentication.x509.clientCAFile in sync with CA_CERT_BUNDLE_PATH in
      # k8s-node-setup.psm1.
      cat <<EOF
    authentication:
      x509:
        clientCAFile: '${WINDOWS_CA_FILE}'
    EOF
    }
    
    function build-kube-master-certs {
      local file=$1
      rm -f "$file"
      cat >"$file" <<EOF
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        static final int HALF_DEFAULT_MAX_AGE_IN_DAYS = Math.max(1, DEFAULT_MAX_AGE_IN_DAYS_FOR_CREATED_CACHE_ENTRIES / 2 as int)
    
        @Rule
        BlockingHttpServer blockingHttpServer = new BlockingHttpServer()
    
        def setup() {
            expectReindentedValidationMessage()
            createDirs("lib", "util", "app")
            settingsFile << """
                rootProject.name = 'root'
                include 'lib'
                include 'util'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_test.go

    	kubelet.clock = fakeClock
    
    	nodeRef := &v1.ObjectReference{
    		Kind:      "Node",
    		Name:      string(kubelet.nodeName),
    		UID:       types.UID(kubelet.nodeName),
    		Namespace: "",
    	}
    	// setup eviction manager
    	evictionManager, evictionAdmitHandler := eviction.NewManager(kubelet.resourceAnalyzer, eviction.Config{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  10. src/net/http/server.go

    		// HTTP/1.1 or greater: Transfer-Encoding has been set to identity, and no
    		// content-length has been provided. The connection must be closed after the
    		// reply is written, and no chunking is to be done. This is the setup
    		// recommended in the Server-Sent Events candidate recommendation 11,
    		// section 8.
    		if hasTE && te == "identity" {
    			cw.chunking = false
    			w.closeAfterReply = true
    			delHeader("Transfer-Encoding")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
Back to top