Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 410 for rebind (0.09 sec)

  1. pkg/kubelet/volumemanager/populator/desired_state_of_world_populator.go

    	pvcStatusCap := pvc.Status.Capacity.Storage()
    	dswp.desiredStateOfWorld.UpdatePersistentVolumeSize(uniqueVolumeName, pvCap)
    
    	// in case the actualStateOfWorld was rebuild after kubelet restart ensure that claimSize is set to accurate value
    	dswp.actualStateOfWorld.InitializeClaimSize(klog.TODO(), uniqueVolumeName, pvcStatusCap)
    }
    
    func getUniqueVolumeName(
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 09:02:45 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  2. src/main/java/jcifs/ACE.java

         * not be set within all security descriptors even though the ACE was in
         * face inherited. If an inherited ACE is added to a parent the Windows
         * ACL editor will rebuild all children ACEs and set this flag accordingly.
         * 
         * @return whether this is an inherited ACE
         */
        boolean isInherited ();
    
    
        /**
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6.5K bytes
    - Viewed (0)
  3. hack/verify-e2e-test-ownership.sh

    # input
    spec_summaries="${KUBE_ROOT}/_output/specsummaries.json"
    # output
    results_json="${tmpdir}/results.json"
    summary_json="${tmpdir}/summary.json"
    failures_json="${tmpdir}/failures.json"
    
    # rebuild dependencies if necessary
    function ensure_dependencies() {
      local -r ginkgo="${KUBE_ROOT}/_output/bin/ginkgo"
      local -r e2e_test="${KUBE_ROOT}/_output/bin/e2e.test"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 20 06:46:18 UTC 2022
    - 7.3K bytes
    - Viewed (0)
  4. hack/lib/init.sh

    # This controls rsync compression. Set to a value > 0 to enable rsync
    # compression for build container
    KUBE_RSYNC_COMPRESS="${KUBE_RSYNC_COMPRESS:-0}"
    
    # Set no_proxy for localhost if behind a proxy, otherwise,
    # the connections to localhost in scripts will time out
    export no_proxy="127.0.0.1,localhost${no_proxy:+,${no_proxy}}"
    
    source "${KUBE_ROOT}/hack/lib/util.sh"
    source "${KUBE_ROOT}/hack/lib/logging.sh"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:18:38 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/list.md

    ```shell
    https://HOSTNAME:PORT/minio/v2/metrics/cluster
    ```
    
    Replace ``HOSTNAME:PORT`` with the hostname of your MinIO deployment.
    For deployments behind a load balancer, use the load balancer hostname instead of a single node hostname.
    
    ## Audit Metrics
    
    | Name                              | Description                                               |
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 43.3K bytes
    - Viewed (0)
  6. pkg/quota/v1/evaluator/core/persistent_volume_claims.go

    // pvcResources are the set of static resources managed by quota associated with pvcs.
    // for each resource in this list, it may be refined dynamically based on storage class.
    var pvcResources = []corev1.ResourceName{
    	corev1.ResourcePersistentVolumeClaims,
    	corev1.ResourceRequestsStorage,
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 23 23:36:24 UTC 2022
    - 9.2K bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/initialization/StartParameterBuildOptions.java

            private static final String LONG_OPTION = "no-rebuild";
            private static final String SHORT_OPTION = "a";
    
            public NoProjectDependenciesRebuildOption() {
                super(null, CommandLineOptionConfiguration.create(LONG_OPTION, SHORT_OPTION, "Do not rebuild project dependencies."));
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 23 22:47:53 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  8. tensorflow/cc/saved_model/loader.cc

            {asset_file_def.tensor_info().name(), assets_file_path_tensor});
      }
    }
    
    // Like Session::Run(), but uses the Make/Run/ReleaseCallable() API to avoid
    // leaving behind non-GC'ed state.
    //
    // Detailed motivation behind this approach, from ashankar@:
    //
    // Each call to Session::Run() that identifies a new subgraph (based on feeds
    // and fetches) creates some datastructures that live as long as the session
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 02 04:36:00 UTC 2024
    - 23K bytes
    - Viewed (0)
  9. src/cmd/internal/notsha256/sha256_test.go

    	{"4f7d8eb5bcf11de2a56b971021a444aa4eafd6ecd0f307b5109e4e776cd0fe46", "You remind me of a TV show, but that's all right: I watch it anyway.", "sha\x03j\t\xe6g\xbbg\xae\x85<n\xf3r\xa5O\xf5:Q\x0eR\u007f\x9b\x05h\x8c\x1f\x83٫[\xe0\xcd\x19You remind me of a TV show, but th\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\""},...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 29 14:23:17 UTC 2022
    - 16.2K bytes
    - Viewed (0)
  10. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ArchiveIntegrationTest.groovy

                }
                file 'file3.txt'
            }
    
            run 'copy'
    
            then:
            result.assertTasksExecutedAndNotSkipped(":copy")
            // Copy (intentionally) leaves stuff behind
            file('dest').assertHasDescendants('subdir1/file1.txt', 'subdir2/file2.txt', 'file3.txt')
    
            when:
            run 'copy'
    
            then:
            result.assertTasksSkipped(":copy")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 30.2K bytes
    - Viewed (0)
Back to top