Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for semver (0.5 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

    should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "boolean"
              },
              "server": {
                "default": "",
                "description": "server is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs",
                "type": "string"
              }
            },
            "required": [
              "server",
              "path"
            ],
            "type": "object"
    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. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      Valid Options: CLIENT_AND_SERVER, CLIENT, SERVER
                                    enum:
                                    - CLIENT_AND_SERVER
                                    - CLIENT
                                    - SERVER
                                    type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  4. manifests/charts/base/crds/crd-all.gen.yaml

                                      Valid Options: CLIENT_AND_SERVER, CLIENT, SERVER
                                    enum:
                                    - CLIENT_AND_SERVER
                                    - CLIENT
                                    - SERVER
                                    type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.launcher.daemon.server.api.DaemonCommandAction> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DaemonCommandAction.java:0)
    Class <org.gradle.launcher.daemon.server.api.DaemonCommandExecution> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DaemonCommandExecution.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)
  6. RELEASE.md

            based server to register tf.function methods and a GRPC client to invoke
            remote registered methods. RPC APIs are intended for multi-client setups
            i.e. server and clients are started in separate binaries independently.
    
        *   Example usage to create server: ```python server =
            tf.distribute.experimental.rpc.Server.create("grpc", "127.0.0.1:1234")
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    		errtype   field.ErrorType
    		errfield  string
    		errdetail string
    	}{{
    		name:     "missing server",
    		nfs:      &core.NFSVolumeSource{Server: "", Path: "/tmp"},
    		errtype:  field.ErrorTypeRequired,
    		errfield: "server",
    	}, {
    		name:     "missing path",
    		nfs:      &core.NFSVolumeSource{Server: "my-server", Path: ""},
    		errtype:  field.ErrorTypeRequired,
    		errfield: "path",
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_MakeUniqueOp : TF_Op<"MakeUnique", [Pure]> {
      let summary = [{
    Make all elements in the non-Batch dimension unique, but \"close\" to
      }];
    
      let description = [{
    their initial value. Never returns a sub-normal number. Never returns
    zero. The sign of each input element is always identical to the sign
    of the corresponding output element. Behavior for infinite elements is
    undefined. Behavior for subnormal elements is undefined.
    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