Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for succeeds (0.23 sec)

  1. pkg/apis/core/validation/validation_test.go

    	cases := []struct {
    		name    string
    		success bool
    		spec    *core.PodSpec
    	}{{
    		name:    "empty",
    		success: true,
    		spec:    &core.PodSpec{},
    	}, {
    		name:    "hostUsers unset",
    		success: true,
    		spec: &core.PodSpec{
    			SecurityContext: &core.PodSecurityContext{},
    		},
    	}, {
    		name:    "hostUsers=false",
    		success: true,
    		spec: &core.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

    the object from which to populate the volume with data, if a non-empty volume is desired. This may be any object from a non-empty API group (non core object) or a PersistentVolumeClaim object. When this field is specified, volume binding will only succeed if the type of the specified object matches some installed volume populator or dynamic provisioner. This field will replace the functionality of the dataSource field and as such if both fields are non-empty, they must have the same value. For backwards...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    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 errors, and will only persist the last of any duplicate fields. This is the default in v1.23+ - Strict: This will fail the request with a BadRequest error if any unknown fields would be dropped from the object, or if any duplicate...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                        type: object
                      failureThreshold:
                        description: Minimum consecutive failures for the probe to be
                          considered failed after having succeeded.
                        format: int32
                        type: integer
                      httpGet:
                        description: '`httpGet` is performed to a given endpoint and the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                        type: object
                      failureThreshold:
                        description: Minimum consecutive failures for the probe to be
                          considered failed after having succeeded.
                        format: int32
                        type: integer
                      httpGet:
                        description: '`httpGet` is performed to a given endpoint and the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                        type: object
                      failureThreshold:
                        description: Minimum consecutive failures for the probe to be
                          considered failed after having succeeded.
                        format: int32
                        type: integer
                      httpGet:
                        description: '`httpGet` is performed to a given endpoint and the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*ProcessState).ExitCode", Method, 12},
    		{"(*ProcessState).Exited", Method, 0},
    		{"(*ProcessState).Pid", Method, 0},
    		{"(*ProcessState).String", Method, 0},
    		{"(*ProcessState).Success", Method, 0},
    		{"(*ProcessState).Sys", Method, 0},
    		{"(*ProcessState).SysUsage", Method, 0},
    		{"(*ProcessState).SystemTime", Method, 0},
    		{"(*ProcessState).UserTime", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.launcher.daemon.protocol.Success> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Success.java:0)
    Class <org.gradle.launcher.daemon.protocol.UserResponse> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (UserResponse.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let results = (outs
        TF_StrTensor:$output
      );
    }
    
    def TF_TPUCompileSucceededAssertOp : TF_Op<"TPUCompileSucceededAssert", [TF_MustExecute]> {
      let summary = "Asserts that compilation succeeded.";
    
      let description = [{
    This op produces no output and closes the device during failure to ensure all
    pending device interactions fail.
    
    'compilation_status' is a serialized CompilationResultProto.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top