Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 72 for behaviors (0.21 sec)

  1. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/oidc/oidc_test.go

    			}`,
    			wantErr: "oidc: could not expand distributed claims: verify distributed claim token: oidc: token is expired (Token Expiry: {{.Expired}})",
    		},
    		{
    			// Specs are unclear about this behavior.  We adopt a behavior where
    			// normal claim wins over a distributed claim by the same name.
    			name: "groups-distributed-normal-claim-wins",
    			options: Options{
    				JWTAuthenticator: apiserver.JWTAuthenticator{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 97.7K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    			t.Fatalf("expected 431 response status; got: %d %s", res.StatusCode, res.Status)
    		}
    	} else {
    		// In HTTP/1, we expect a 431 from the server.
    		// Some HTTP clients may fail on this undefined behavior (server replying and
    		// closing the connection while the request is still being written), but
    		// we do support it (at least currently), so we expect a response below.
    		if err != nil {
    			t.Fatalf("Do: %v", err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__coordination.k8s.io__v1_openapi.json

    (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 136.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

    (POST/PUT/PATCH) containing unknown or duplicate fields. Valid values are: - Ignore: This will ignore any unknown fields that are silently dropped from the object, and will ignore all but the last duplicate field that the decoder encounters. This is the default behavior prior to v1.23. - Warn: This will send a warning via the standard warning response header for each unknown field that is dropped from the object, and for each duplicate field that is encountered. The request will still succeed if there are no other...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			nilOrphanOptions,
    			orphanDeleteStrategy,
    			false,
    			[]string{metav1.FinalizerOrphanDependents},
    		},
    
    		// cases run with nil DeleteOptions should have exact same behavior.
    		// They should be exactly the same as above cases where
    		// DeleteOptions.OrphanDependents is nil.
    		{
    			podWithOrphanFinalizer("pod17"),
    			nil,
    			defaultDeleteStrategy,
    			false,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  6. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * resources are files and directories however an <code>SmbFile</code>
     * may also refer to servers and workgroups. If the resource is a file or
     * directory the methods of <code>SmbFile</code> follow the behavior of
     * the well known {@link java.io.File} class. One fundamental difference
     * is the usage of a URL scheme [1] to specify the target file or
     * directory. SmbFile URLs have the following syntax:
     *
     * <blockquote><pre>
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_test.go

    			}
    		}
    		node.Allocatable = newAllocatableResource
    		return nil
    	}
    
    	// add updatePluginResourcesFunc to admission handler, to test it's behavior.
    	kl.admitHandlers = lifecycle.PodAdmitHandlers{}
    	kl.admitHandlers.AddPodAdmitHandler(lifecycle.NewPredicateAdmitHandler(kl.getNodeAnyWay, lifecycle.NewAdmissionFailureHandlerStub(), updatePluginResourcesFunc))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

            readAscii(response.body.byteStream(), Int.MAX_VALUE)
          }
        }
      }
    
      /**
       * This test checks whether connections are gzipped by default. This behavior in not required by
       * the API, so a failure of this test does not imply a bug in the implementation.
       */
      @Test
      fun gzipEncodingEnabledByDefault() {
        server.enqueue(
          MockResponse.Builder()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  9. pkg/scheduler/schedule_one_test.go

    	}
    
    	// We mimic the workflow of cache behavior when a pod is removed by user.
    	// Note: if the schedulernodeinfo timeout would be super short, the first pod would expire
    	// and would be removed itself (without any explicit actions on schedulernodeinfo). Even in that case,
    	// explicitly AddPod will as well correct the behavior.
    	firstPod.Spec.NodeName = node.Name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

          // to match the input dimensions. In case both the dimensions are one,
          // reducing the dimension has no effect. We choose to reduce such
          // dimensions to match the TensorFlow kernel behavior. However, note that
          // the TF behavior in this case is inconsistent with the case with the
          // same shapes.
          r0.push_back(idx);
          r1.push_back(idx);
        }
      }
    }
    }  // namespace
    
    // Verifies that,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
Back to top