Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for requestKind (0.18 sec)

  1. staging/src/k8s.io/api/core/v1/types.go

    	PortHeader = "port"
    	// Name of header that specifies a request ID used to associate the error
    	// and data streams for a single forwarded connection
    	PortForwardRequestIDHeader = "requestID"
    )
    
    const (
    	// MixedProtocolNotSupported error in PortStatus means that the cloud provider
    	// can't publish the port on the load balancer because mixed values of protocols
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    							},
    						},
    					}},
    					RestartPolicy: core.RestartPolicyAlways,
    					DNSPolicy:     core.DNSClusterFirst,
    				},
    			},
    		},
    		"Invalid: not requesting cpu and memory": {
    			pod: &core.Pod{
    				ObjectMeta: metav1.ObjectMeta{Name: "hugepages-requireCpuOrMemory", Namespace: "ns"},
    				Spec: core.PodSpec{
    					Containers: []core.Container{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

    # Release 2.15.0.post1
    
    ## TensorFlow
    
    ### Bug Fixes and Other Changes
    
    *   Hot-fix was needed for an issue affecting the TensorFlow installation
        process.
        *   TensorFlow 2.15.0 Python package was requesting `tensorrt`-related
            packages that cannot be found unless the user installs them beforehand
            or provides additional installation flags.
        *   This dependency affected anyone installing TensorFlow 2.15 alongside
    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. api/openapi-spec/swagger.json

              "description": "ResourceAuthorizationAttributes describes information for a resource access request"
            },
            "uid": {
              "description": "UID information about the requesting user.",
              "type": "string"
            },
            "user": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top