Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for posAt (0.09 sec)

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

    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

              "in": "query",
              "name": "pretty",
              "schema": {
                "type": "string",
                "uniqueItems": true
              }
            }
          ],
          "post": {
            "description": "create a ControllerRevision",
            "operationId": "createAppsV1NamespacedControllerRevision",
            "parameters": [
              {
    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. RELEASE.md

            `DynamicUpdateSlice`.
        *   Enabled a new MLIR-based dynamic range quantization backend by default
            *   The new backend is used for post-training int8 dynamic range
                quantization and post-training float16 quantization.
            *   Set `experimental_new_dynamic_range_quantizer` in
                tf.lite.TFLiteConverter to False to disable this change
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"FilterUnassociatedComments", Const, 0},
    		{"ForStmt", Type, 0},
    		{"ForStmt.Body", Field, 0},
    		{"ForStmt.Cond", Field, 0},
    		{"ForStmt.For", Field, 0},
    		{"ForStmt.Init", Field, 0},
    		{"ForStmt.Post", Field, 0},
    		{"Fprint", Func, 0},
    		{"Fun", Const, 0},
    		{"FuncDecl", Type, 0},
    		{"FuncDecl.Body", Field, 0},
    		{"FuncDecl.Doc", Field, 0},
    		{"FuncDecl.Name", Field, 0},
    		{"FuncDecl.Recv", 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)
  5. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                      - pilot-agent
                      - request
                      - --debug-port={{(annotation .ObjectMeta `status.sidecar.istio.io/port` .Values.global.proxy.statusPort)}}
                      - POST
                      - drain
              {{- end }}
                env:
                {{- if eq (env "PILOT_ENABLE_INBOUND_PASSTHROUGH" "true") "false" }}
                - name: REWRITE_PROBE_LEGACY_LOCALHOST_DESTINATION
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  6. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                                  Support: Extended
                                enum:
                                - GET
                                - HEAD
                                - POST
                                - PUT
                                - DELETE
                                - CONNECT
                                - OPTIONS
                                - TRACE
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    		RestartPolicy:            &containerRestartPolicyAlways,
    		Lifecycle: &core.Lifecycle{
    			PostStart: &core.LifecycleHandler{
    				Exec: &core.ExecAction{
    					Command: []string{"echo", "post start"},
    				},
    			},
    			PreStop: &core.LifecycleHandler{
    				Exec: &core.ExecAction{
    					Command: []string{"echo", "pre stop"},
    				},
    			},
    		},
    		LivenessProbe: &core.Probe{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top