Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 186 for holder (0.11 sec)

  1. cmd/kubeadm/app/phases/etcd/local_test.go

    	if !reflect.DeepEqual(spec.Spec.Containers[0].Env, env) {
    		t.Errorf("expected env: %v, got: %v", env, spec.Spec.Containers[0].Env)
    	}
    }
    
    func TestCreateLocalEtcdStaticPodManifestFile(t *testing.T) {
    	// Create temp folder for the test case
    	tmpdir := testutil.SetupTempDir(t)
    	defer os.RemoveAll(tmpdir)
    
    	var tests = []struct {
    		cfg              *kubeadmapi.ClusterConfiguration
    		expectedError    bool
    		expectedManifest string
    	}{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 14:07:27 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  2. platforms/core-runtime/build-process-services/src/main/java/org/gradle/api/internal/classpath/DefaultModuleRegistry.java

         * when running in embedded mode from the IDE.
         *
         * <ul>
         * <li>In Eclipse, they are in the bin/ folder.</li>
         * <li>In IDEA (native import), they are in the out/production/ folder.</li>
         * </ul>
         * <li>In both cases we also include the static and generated resources of the project.</li>
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 06:16:07 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. src/cmd/trace/tasks.go

    }
    th {
      background-color: #050505;
      color: #fff;
    }
    table {
      border-collapse: collapse;
    }
    td,
    th {
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 4px;
      padding-bottom: 4px;
    }
    </style>
    <body>
    Search log text: <form action="/usertask"><input name="logtext" type="text"><input type="submit"></form><br>
    <table border="1" sortable="1">
    <tr>
    <th>Task type</th>
    <th>Count</th>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. samples/bookinfo/src/productpage/templates/productpage.html

                Sign in
              </button>
            {% endif %}
          </div>
        </div>
      </div>
    </nav>
    
    <!-- Sign in dialog -->
    <dialog id="dialog" class="w-full sm:w-2/3 lg:w-1/3 border rounded-md shadow-xl">
      <div class="flex min-h-full flex-col justify-center px-6 py-12 lg:px-8">
        <div class="absolute right-0 top-0 hidden pr-4 pt-4 sm:block">
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 19:54:05 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  5. cmd/batch-expire.go

    //   rules:
    //     - type: object  # regular objects with zero or more older versions
    //       name: NAME # match object names that satisfy the wildcard expression.
    //       olderThan: 70h # match objects older than this value
    //       createdBefore: "2006-01-02T15:04:05.00Z" # match objects created before "date"
    //       tags:
    //         - key: name
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 13:50:53 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  6. pkg/proxy/config/config_test.go

    	h.process(services)
    }
    
    func (h *ServiceHandlerMock) ValidateServices(t *testing.T, expectedServices []*v1.Service) {
    	// We might get 1 or more updates for N service updates, because we
    	// over write older snapshots of services from the producer go-routine
    	// if the consumer falls behind.
    	var services []*v1.Service
    	for {
    		select {
    		case services = <-h.updated:
    			if reflect.DeepEqual(services, expectedServices) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 05:08:41 UTC 2024
    - 14.3K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/telemetry/start.go

    	// not acquire the token. If the file is older than the
    	// period, the process is allowed to remove the file and
    	// try to re-create it.
    	fi, err := os.Stat(tokenfile)
    	if err == nil {
    		if time.Since(fi.ModTime()) < period {
    			return false
    		}
    		// There's a possible race here where two processes check the
    		// token file and see that it's older than the period, then the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 14:52:56 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/apis/kubeadm/v1beta4/doc.go

    //
    //   - kubeadm v1.15.x and newer can be used to migrate from v1beta1 to v1beta2.
    //   - kubeadm v1.22.x and newer no longer support v1beta1 and older APIs, but can be used to migrate v1beta2 to v1beta3.
    //   - kubeadm v1.27.x and newer no longer support v1beta2 and older APIs.
    //   - TODO: https://github.com/kubernetes/kubeadm/issues/2890
    //     add version that can be used to convert to v1beta4
    //
    // # Basics
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  9. src/cmd/go/internal/toolchain/select.go

    		// A longer term problem with the sanity check is that the exact details
    		// may change over time: there may be other reasons that a future Go
    		// version might invoke an older one, and the older one won't know why.
    		// Best to just accept that we were invoked to provide a specific toolchain
    		// (which we just checked) and leave it at that.
    		return
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:25:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/schema-extra-example.md

    ## Technical Details
    
    !!! tip
        If you are already using **FastAPI** version **0.99.0 or above**, you can probably **skip** these details.
    
        They are more relevant for older versions, before OpenAPI 3.1.0 was available.
    
        You can consider this a brief OpenAPI and JSON Schema **history lesson**. 🤓
    
    !!! warning
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top