Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 138 for updatePod (0.17 sec)

  1. src/runtime/mheap.go

    		s.gcmarkBits = newMarkBits(uintptr(s.nelems))
    		s.allocBits = newAllocBits(uintptr(s.nelems))
    
    		// It's safe to access h.sweepgen without the heap lock because it's
    		// only ever updated with the world stopped and we run on the
    		// systemstack which blocks a STW transition.
    		atomic.Store(&s.sweepgen, h.sweepgen)
    
    		// Now that the span is filled in, set its state. This
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_handler.go

    	// Get the up-to-date CRD when we have the lock, to avoid racing with updateCustomResourceDefinition.
    	// If updateCustomResourceDefinition sees an update and happens later, the storage will be deleted and
    	// we will re-create the updated storage on demand. If updateCustomResourceDefinition happens before,
    	// we make sure that we observe the same up-to-date CRD.
    	crd, err := r.crdLister.Get(name)
    	if err != nil {
    		return nil, err
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  3. src/os/os_test.go

    			errormsg := fmt.Sprintf("ModTime mismatch with values ATime:%q-MTime:%q\ngot:  %q\nwant: %q", tt.aTime, tt.mTime, got, want)
    			switch runtime.GOOS {
    			case "dragonfly":
    				t.Log(errormsg)
    				t.Log("Mtime is always updated; ignoring.")
    			default:
    				t.Error(errormsg)
    			}
    		}
    	}
    }
    
    // Use TempDir (via newDir) to make sure we're on a local file system,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 83.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        # values to the loop iteration arguments. We also create new ssa values as
        # the returns of the scf for statements. The symbol table needs to be
        # updated to these new ssa values before it enters the scope of the loop.
        out_types = []
        init_values = []
        for symbol, ssa_value in zip(loop_carried, ret_ssa_values):
          init, ty = self.symbol_table.lookup(symbol)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/setupapi_windows.go

    	DI_GENERALPAGE_ADDED  DI_FLAGS = 0x00001000
    	DI_RESOURCEPAGE_ADDED DI_FLAGS = 0x00002000
    
    	// Flag to indicate the setting properties for this Device (or class) caused a change so the Dev Mgr UI probably needs to be updated.
    	DI_PROPERTIES_CHANGE DI_FLAGS = 0x00004000
    
    	// Flag to indicate that the sorting from the INF file should be used.
    	DI_INF_IS_SORTED DI_FLAGS = 0x00008000
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 26 00:11:50 UTC 2022
    - 67.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/certificates/v1/generated.pb.go

    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *CertificateSigningRequest) Reset()      { *m = CertificateSigningRequest{} }
    func (*CertificateSigningRequest) ProtoMessage() {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  7. src/reflect/type.go

    		return false
    	case Float32, Float64, Complex64, Complex128, Interface, String:
    		// Float keys can be updated from +0 to -0.
    		// String keys can be updated to use a smaller backing store.
    		// Interfaces might have floats or strings in them.
    		return true
    	case Array:
    		tt := (*arrayType)(unsafe.Pointer(t))
    		return needKeyUpdate(tt.Elem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/xcoff.go

    	var symtab []*XcoffLdSym64
    	var strtab []*XcoffLdStr64
    	var importtab []*XcoffLdImportFile64
    	var reloctab []*XcoffLdRel64
    	var dynimpreloc []*XcoffLdRel64
    
    	// As the string table is updated in any loader subsection,
    	//  its length must be computed at the same time.
    	stlen := uint32(0)
    
    	// Loader Header
    	hdr := &XcoffLdHdr64{
    		Lversion: 2,
    		Lsymoff:  LDHDRSZ_64,
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    // This is a compile-time assertion to ensure that this generated file
    // is compatible with the proto package it is being compiled against.
    // A compilation error at this line likely means your copy of the
    // proto package needs to be updated.
    const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
    
    func (m *Endpoint) Reset()      { *m = Endpoint{} }
    func (*Endpoint) ProtoMessage() {}
    func (*Endpoint) Descriptor() ([]byte, []int) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
  10. cmd/kubelet/app/server.go

    				// Give it a little more time.
    				time.Sleep(time.Second * 2)
    				continue
    			}
    			// CRI implementation doesn't support RuntimeConfig, fallback
    			klog.InfoS("CRI implementation should be updated to support RuntimeConfig when KubeletCgroupDriverFromCRI feature gate has been enabled. Falling back to using cgroupDriver from kubelet config.")
    			return nil
    		}
    	}
    	if err != nil {
    		return err
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top