Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 27 for backHand (0.17 sec)

  1. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

            "properties": {
              "backend": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.networking.v1.IngressBackend"
                  }
                ],
                "default": {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                              an implementation MAY infer the backend protocol through
                              its own means. Implementations MAY infer the protocol from
                              the Route type referring to the backend Service. \n If a
                              Route is not able to send traffic to the backend using the
                              specified protocol then the backend is considered invalid.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__rbac.authorization.k8s.io__v1_openapi.json

                "in": "query",
                "name": "sendInitialEvents",
                "schema": {
                  "type": "boolean",
                  "uniqueItems": true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 352.2K bytes
    - Viewed (0)
  4. ChangeLog.md

    ### Backend. Native. Debug
    
    - [`KT-65553`](https://youtrack.jetbrains.com/issue/KT-65553) K2: Native: kt42208WithPassingLambdaToAnotherFunction test fails with K2
    - [`KT-57365`](https://youtrack.jetbrains.com/issue/KT-57365) [Native] Incorrect debug info on inline function call site
    
    ### Backend. Wasm
    
    #### New Features
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "in": "query",
                "name": "sendInitialEvents",
                "schema": {
                  "type": "boolean",
                  "uniqueItems": true
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/extensions/v1beta1/generated.pb.go

    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.Backend == nil {
    				m.Backend = &IngressBackend{}
    			}
    			if err := m.Backend.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 2:
    			if wireType != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 293.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

                "type": "string"
              },
              "port": {
                "description": "If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).",
                "format": "int32",
                "type": "integer"
              }
            },
            "required": [
              "namespace",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__batch__v1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.api.core.v1.TCPSocketAction"
                  }
                ],
                "description": "Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified."
              }
            },
            "type": "object"
          },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  9. prow/config/calico.yaml

    kind: ConfigMap
    apiVersion: v1
    metadata:
      name: calico-config
      namespace: kube-system
    data:
      # Typha is disabled.
      typha_service_name: "none"
      # Configure the backend to use.
      calico_backend: "bird"
    
      # Configure the MTU to use for workload interfaces and tunnels.
      # By default, MTU is auto-detected, and explicitly setting this field should not be required.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/ssa.go

    	}
    }
    
    func InitConfig() {
    	types_ := ssa.NewTypes()
    
    	if Arch.SoftFloat {
    		softfloatInit()
    	}
    
    	// Generate a few pointer types that are uncommon in the frontend but common in the backend.
    	// Caching is disabled in the backend, so generating these here avoids allocations.
    	_ = types.NewPtr(types.Types[types.TINTER])                             // *interface{}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top