Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 112 for uber (0.07 sec)

  1. staging/src/k8s.io/api/authorization/v1beta1/generated.pb.go

    			copy(dAtA[i:], m.Groups[iNdEx])
    			i = encodeVarintGenerated(dAtA, i, uint64(len(m.Groups[iNdEx])))
    			i--
    			dAtA[i] = 0x22
    		}
    	}
    	i -= len(m.User)
    	copy(dAtA[i:], m.User)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.User)))
    	i--
    	dAtA[i] = 0x1a
    	if m.NonResourceAttributes != nil {
    		{
    			size, err := m.NonResourceAttributes.MarshalToSizedBuffer(dAtA[:i])
    			if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 101K bytes
    - Viewed (0)
  2. pkg/api/pod/util_test.go

    	}{
    		{
    			description:                 "with SupplementalGroupsPolicy and User",
    			hasSupplementalGroupsPolicy: true,
    			pod:                         podWithSupplementalGroupsPolicy,
    		},
    		{
    			description:                 "without SupplementalGroupsPolicy and User",
    			hasSupplementalGroupsPolicy: false,
    			pod:                         podWithoutSupplementalGroupsPolicy,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

            "properties": {
              "continue": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet_pods_test.go

    		},
    	}
    	testPodStaus := func(user *kubecontainer.ContainerUser) *kubecontainer.PodStatus {
    		testKubeContainerStatus := kubecontainer.Status{
    			Name:      testContainerName,
    			ID:        testContainerID,
    			Image:     "img",
    			State:     kubecontainer.ContainerStateRunning,
    			StartedAt: nowTime,
    			User:      user,
    		}
    		return &kubecontainer.PodStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  5. src/net/http/server.go

    // unescaped) to tell the user why their request was bad. It should
    // be plain text without user info or other embedded errors.
    func badRequestError(e string) error { return statusError{StatusBadRequest, e} }
    
    // statusError is an error used to respond to a request with an HTTP status.
    // The text should be plain text without user info or other embedded errors.
    type statusError struct {
    	code int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.User == nil {
    				m.User = &UserSubject{}
    			}
    			if err := m.User.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 3:
    			if wireType != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.User == nil {
    				m.User = &UserSubject{}
    			}
    			if err := m.User.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 3:
    			if wireType != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        }
      }
      result.attributes.push_back(builder_.getNamedAttr(
          "device", builder_.getStringAttr(
                        DeviceNameUtils::ParsedNameToString(parsed_name))));
    
      // Map user function calls to LegacyCall ops and add the user function name
      // as an attribute.
      if (convert_to_legacy_call) {
        result.name = mlir::OperationName(get_full_op_name("LegacyCall"), context_);
        mlir::SymbolRefAttr val =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  9. api/maven-api-model/src/main/mdo/maven.mdo

                Projects should only list the license(s) that applies to the project
                and not the licenses that apply to dependencies.
                If multiple licenses are listed, it is assumed that the user can select
                any of them, not that they must accept all.
                ]]>
              </description>
              <association>
                <type>License</type>
                <multiplicity>*</multiplicity>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1beta1/generated.pb.go

    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			if m.User == nil {
    				m.User = &UserSubject{}
    			}
    			if err := m.User.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		case 3:
    			if wireType != 2 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 142K bytes
    - Viewed (0)
Back to top