Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for Indexes (0.12 sec)

  1. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	// The field of the resource that has caused this error, as named by its JSON
    	// serialization. May include dot and postfix notation for nested attributes.
    	// Arrays are zero-indexed.  Fields may appear more than once in an array of
    	// causes due to fields having multiple errors.
    	// Optional.
    	//
    	// Examples:
    	//   "name" - the field "name" on the current resource
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
  2. pilot/pkg/model/push_context.go

    	// exportedToNamespace are services that were made visible to this namespace
    	// by an exportTo explicitly specifying this namespace.
    	exportedToNamespace map[string][]*Service
    
    	// HostnameAndNamespace has all services, indexed by hostname then namespace.
    	HostnameAndNamespace map[host.Name]map[string]*Service `json:"-"`
    
    	// instancesByPort contains a map of service key and instances by port. It is stored here
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  3. pkg/controller/volume/persistentvolume/pv_controller.go

    	classLister        storagelisters.StorageClassLister
    	classListerSynced  cache.InformerSynced
    	podLister          corelisters.PodLister
    	podListerSynced    cache.InformerSynced
    	podIndexer         cache.Indexer
    	NodeLister         corelisters.NodeLister
    	NodeListerSynced   cache.InformerSynced
    
    	kubeClient                clientset.Interface
    	eventBroadcaster          record.EventBroadcaster
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/AMD64.rules

      && a.Val() == 0
      && c.Val() == 0
      && setPos(v, x.Pos)
      && clobber(x)
      => (MOVOstoreconst [makeValAndOff(0,a.Off())] {s} p0 mem)
    
    // Merge load and op
    // TODO: add indexed variants?
    ((ADD|SUB|AND|OR|XOR)Q x l:(MOVQload [off] {sym} ptr mem)) && canMergeLoadClobber(v, l, x) && clobber(l) => ((ADD|SUB|AND|OR|XOR)Qload x [off] {sym} ptr mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  5. src/cmd/cgo/gcc.go

    //
    // and dereferences the uses of _cgoIndexNN. Taking the address avoids
    // making a copy of an array.
    //
    // This tells _cgoCheckPointer to check the complete contents of the
    // slice or array being indexed, but no other part of the memory allocation.
    func (p *Package) checkIndex(sb, sbCheck *bytes.Buffer, arg ast.Expr, i int) bool {
    	// Strip type conversions.
    	x := arg
    	for {
    		c, ok := x.(*ast.CallExpr)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top