Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for _Values (0.36 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                              Valid operators are In, NotIn, Exists and DoesNotExist.
                                            type: string
                                          values:
                                            description: |-
                                              values is an array of string values. If the operator is In or NotIn,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "values": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    											Values:   []string{"value1", "value2"},
    										},
    										{
    											Key:      "key2",
    											Operator: metav1.LabelSelectorOpIn,
    											Values:   []string{"value1"},
    										},
    										{
    											Key:      "key3",
    											Operator: metav1.LabelSelectorOpNotIn,
    											Values:   []string{"value1"},
    										},
    									},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. RELEASE.md

     * If you use masked losses with Keras the loss values may be different in TensorFlow `2.12` compared to previous versions.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

    {{- if .Values.global.configCluster }}
    # DO NOT EDIT - Generated by Cue OpenAPI generator based on Istio APIs.
    apiVersion: apiextensions.k8s.io/v1
    kind: CustomResourceDefinition
    metadata:
      annotations:
        "helm.sh/resource-policy": keep
      labels:
        app: istio-pilot
        chart: istio
        heritage: Tiller
        release: istio
      name: wasmplugins.extensions.istio.io
    spec:
      group: extensions.istio.io
      names:
        categories:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Userinfo).Username", Method, 0},
    		{"(EscapeError).Error", Method, 0},
    		{"(InvalidHostError).Error", Method, 6},
    		{"(Values).Add", Method, 0},
    		{"(Values).Del", Method, 0},
    		{"(Values).Encode", Method, 0},
    		{"(Values).Get", Method, 0},
    		{"(Values).Has", Method, 17},
    		{"(Values).Set", Method, 0},
    		{"Error", Type, 0},
    		{"Error.Err", Field, 0},
    		{"Error.Op", Field, 0},
    		{"Error.URL", Field, 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)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_I32OrI64Tensor, [{0-D.  The dimension along which to concatenate.  Must be in the
    range [-rank(values), rank(values)).}]>:$axis
      );
    
      let results = (outs
        Res<TF_Tensor, [{A `Tensor` with the concatenation of values stacked along the
    `concat_dim` dimension.  This tensor's shape matches that of `values` except
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

      - `spec.backend` -> `spec.defaultBackend`
      - `serviceName` -> `service.name`
      - `servicePort` -> `service.port.name` (for string values)
      - `servicePort` -> `service.port.number` (for numeric values)
      - `pathType` no longer has a default value in v1; "Exact", "Prefix", or "ImplementationSpecific" must be specified
    
      Other Ingress API updates:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/bootstrap.min.css.map

    \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"utilities\";\n@import \"print\";\n","// Do not forget to update getting-started/theming.md!\n:root {\n  // Custom variable values only support SassScript inside `#{}`.\n  @each $color, $value in $colors {\n    --#{$color}: #{$value};\n  }\n\n  @each $color, $value in $theme-colors {\n    --#{$color}: #{$value};\n  }\n\n  @each $bp, $value in $grid-breakpoints {\n    --breakpoint-#{$bp}:...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg mime/multipart, method (*Reader) NextRawPart() (*Part, error)
    pkg net/http, method (Header) Values(string) []string
    pkg net/http, type Transport struct, DialTLSContext func(context.Context, string, string) (net.Conn, error)
    pkg net/http/httptest, type Server struct, EnableHTTP2 bool
    pkg net/textproto, method (MIMEHeader) Values(string) []string
    pkg strconv, method (*NumError) Unwrap() error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top