Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 26 of 26 for Handles (0.17 sec)

  1. CHANGELOG/CHANGELOG-1.21.md

    ### Bug or Regression
    
    - Adds node event handlers to dual stack kube-proxy implementation to fix Topology Aware Hints. ([#101054](https://github.com/kubernetes/kubernetes/pull/101054), [@robscott](https://github.com/robscott)) [SIG Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1_openapi.json

              },
              "failurePolicy": {
                "description": "FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail.",
                "type": "string"
              },
              "matchConditions": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 388.1K bytes
    - Viewed (0)
  3. pkg/proxy/iptables/proxier_test.go

    		makeTestEndpointSlice("ns4", "ep4", 1, complexSubset8),
    		nil,
    	}
    
    	testCases := []struct {
    		// previousEndpoints and currentEndpoints are used to call appropriate
    		// handlers OnEndpoints* (based on whether corresponding values are nil
    		// or non-nil) and must be of equal length.
    		name                           string
    		previousEndpoints              []*discovery.EndpointSlice
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    		}
    	}
    	if handler.HTTPGet != nil {
    		if numHandlers > 0 {
    			allErrors = append(allErrors, field.Forbidden(fldPath.Child("httpGet"), "may not specify more than 1 handler type"))
    		} else {
    			numHandlers++
    			allErrors = append(allErrors, validateHTTPGetAction(handler.HTTPGet, fldPath.Child("httpGet"))...)
    		}
    	}
    	if handler.TCPSocket != nil {
    		if numHandlers > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.CSIPersistentVolumeSource"
                  }
                ],
                "description": "csi represents storage that is handled by an external CSI driver (Beta feature)."
              },
              "fc": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.FCVolumeSource"
                  }
    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. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    e:!0})});t.remove()}}),e}function OC(i,e){let t=Object.entries({...H,...hd}).map(([u,c])=>i.tailwindConfig.corePlugins.includes(u)?c:null).filter(Boolean),r=i.tailwindConfig.plugins.map(u=>(u.__isOptionsFunction&&(u=u()),typeof u=="function"?u:u.handler)),n=_C(e),a=[H.childVariant,H.pseudoElementVariants,H.pseudoClassVariants,H.hasVariants,H.ariaVariants,H.dataVariants],s=[H.supportsVariants,H.reducedMotionVariants,H.prefersContrastVariants,H.screenVariants,H.orientationVariants,H.directionVaria...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top