Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for spring (0.57 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                            type: string
                          privateKey:
                            description: REQUIRED if mode is `MUTUAL`.
                            type: string
                          sni:
                            description: SNI string to present to the server during TLS
                              handshake.
                            type: string
                          subjectAltNames:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                            type: string
                          privateKey:
                            description: REQUIRED if mode is `MUTUAL`.
                            type: string
                          sni:
                            description: SNI string to present to the server during TLS
                              handshake.
                            type: string
                          subjectAltNames:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                            type: string
                          privateKey:
                            description: REQUIRED if mode is `MUTUAL`.
                            type: string
                          sni:
                            description: SNI string to present to the server during TLS
                              handshake.
                            type: string
                          subjectAltNames:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    )
    
    type topologyPair struct {
    	key   string
    	value string
    }
    
    func line() string {
    	_, _, line, ok := runtime.Caller(1)
    	var s string
    	if ok {
    		s = fmt.Sprintf("%d", line)
    	} else {
    		s = "<??>"
    	}
    	return s
    }
    
    func prettyErrorList(errs field.ErrorList) string {
    	var s string
    	for _, e := range errs {
    		s += fmt.Sprintf("\t%s\n", e)
    	}
    	return s
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                type: string
                              message:
                                description: |-
                                  message is a human readable message indicating details about the transition.
                                  This may be an empty string.
                                maxLength: 32768
                                type: string
                              observedGeneration:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "reason": {
                "description": "The reason for the condition's last transition.",
                "type": "string"
              },
              "status": {
                "default": "",
                "description": "Status of the condition, one of True, False, Unknown.",
                "type": "string"
              },
              "type": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "description": "NamedResourcesStringSlice contains a slice of strings.",
            "properties": {
              "strings": {
                "description": "Strings is the slice of strings.",
                "items": {
                  "default": "",
                  "type": "string"
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Machine).GoString", Method, 0},
    		{"(Machine).String", Method, 0},
    		{"(NType).GoString", Method, 0},
    		{"(NType).String", Method, 0},
    		{"(OSABI).GoString", Method, 0},
    		{"(OSABI).String", Method, 0},
    		{"(Prog).ReadAt", Method, 0},
    		{"(ProgFlag).GoString", Method, 0},
    		{"(ProgFlag).String", Method, 0},
    		{"(ProgType).GoString", Method, 0},
    		{"(ProgType).String", 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)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_ReduceJoinOp : TF_Op<"ReduceJoin", [Pure]> {
      let summary = "Joins a string Tensor across the given dimensions.";
    
      let description = [{
    Computes the string join across dimensions in the given string Tensor of shape
    `[\\(d_0, d_1, ..., d_{n-1}\\)]`.  Returns a new Tensor created by joining the input
    strings with the given separator (default: empty string).  Negative indices are
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. RELEASE.md

    ### Breaking Changes
    
    
    `tf.keras`:
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top