Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for data1 (0.1 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.pb.go

    	i--
    	dAtA[i] = 0x22
    	i -= len(m.Format)
    	copy(dAtA[i:], m.Format)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Format)))
    	i--
    	dAtA[i] = 0x1a
    	i -= len(m.Type)
    	copy(dAtA[i:], m.Type)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Type)))
    	i--
    	dAtA[i] = 0x12
    	i -= len(m.Name)
    	copy(dAtA[i:], m.Name)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name)))
    	i--
    	dAtA[i] = 0xa
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 248K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    		if n > 0 {
    			buf.Truncate(buf.Len() - 1) // remove trailing comma
    		}
    	case *http2DataFrame:
    		data := f.Data()
    		const max = 256
    		if len(data) > max {
    			data = data[:max]
    		}
    		fmt.Fprintf(&buf, " data=%q", data)
    		if len(f.Data()) > max {
    			fmt.Fprintf(&buf, " (%d bytes omitted)", len(f.Data())-max)
    		}
    	case *http2WindowUpdateFrame:
    		if f.StreamID == 0 {
    			buf.WriteString(" (conn)")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    	// base64 encoded string, representing the arbitrary (possibly non-string)
    	// data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
    	// +optional
    	Data map[string][]byte `json:"data,omitempty" protobuf:"bytes,2,rep,name=data"`
    
    	// stringData allows specifying non-binary secret data in string form.
    	// It is provided as a write-only input field for convenience.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. pkg/proxy/iptables/proxier_test.go

    	}
    	assert.Contains(t, fp.iptablesData.String(), "-X KUBE-SVC-EBDQOQU5SJFXRIL3", "iptables data does not contain chain deletion")
    	assert.Contains(t, fp.iptablesData.String(), "-X KUBE-SEP-SU5STNODRYEWJAUF", "iptables data does not contain endpoint deletions")
    
    	// force a full sync and count
    	fp.forceSyncProxyRules()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/ssa.go

    }
    
    // StringData returns a symbol which
    // is the data component of a global string constant containing s.
    func (e *ssafn) StringData(s string) *obj.LSym {
    	if aux, ok := e.strings[s]; ok {
    		return aux
    	}
    	if e.strings == nil {
    		e.strings = make(map[string]*obj.LSym)
    	}
    	data := staticdata.StringSym(e.curfn.Pos(), s)
    	e.strings[s] = data
    	return data
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

    * Add --no-negcache flag to kube-dns to prevent caching of NXDOMAIN responses. ([#66036](https://github.com/kubernetes/kubernetes/pull/66036), [@prameshj](https://github.com/prameshj))
    * fix data loss issue if using existing azure disk with partitions in disk mount  ([#63270](https://github.com/kubernetes/kubernetes/pull/63270), [@andyzhangx](https://github.com/andyzhangx))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      %0 = "tf.UnsortedSegmentSum"(%data, %segment_ids, %num_segments) : (tensor<8x16x64xf32>, tensor<8x16xi32>, tensor<i32>) -> (tensor<4x64xf32>)
      func.return %0: tensor<4x64xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @unsorted_segment_prod
    // CHECK-SAME: [[DATA:%.*]]: tensor<8x?x64xf32>
    // CHECK-SAME: [[SI:%.*]]: tensor<?x16xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

    - Fixes a 1.29.0 regression that introduced a possible data race that could cause panics in kube-controller-manager and kube-scheduler ([#124517](https://github.com/kubernetes/kubernetes/pull/124517), [@wojtek-t](https://github.com/wojtek-t)) [SIG API Machinery and Scheduling]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// ConfigSource describes a source of configuration data for networking
    	// rules, and other Istio configuration artifacts. Multiple data sources
    	// can be configured for a single control plane.
    	ConfigSource *PilotConfigSource `protobuf:"bytes,31,opt,name=configSource,proto3" json:"configSource,omitempty"`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top