Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for mkstruct (0.24 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    // Cacher implements storage.Interface (although most of the calls are just
    // delegated to the underlying storage).
    type Cacher struct {
    	// HighWaterMarks for performance debugging.
    	// Important: Since HighWaterMark is using sync/atomic, it has to be at the top of the struct due to a bug on 32-bit platforms
    	// See: https://golang.org/pkg/sync/atomic/ for more information
    	incomingHWM storage.HighWaterMark
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top