Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for relu (0.13 sec)

  1. internal/logger/logrotate.go

    	MaximumFileSize int64
    
    	// FileNameFunc specifies the name a new file will take.
    	// FileNameFunc must ensure collisions in filenames do not occur.
    	// Do not rely on timestamps to be unique, high throughput writes
    	// may fall on the same timestamp.
    	// Eg.
    	// 	2020-03-28_15-00-945-<random-hash>.log
    	// When FileNameFunc is not specified, DefaultFilenameFunc will be used.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admission/v1/types.go

    	RequestSubResource string `json:"requestSubResource,omitempty" protobuf:"bytes,15,opt,name=requestSubResource"`
    
    	// Name is the name of the object as presented in the request.  On a CREATE operation, the client may omit name and
    	// rely on the server to generate the name.  If that is the case, this field will contain an empty string.
    	// +optional
    	Name string `json:"name,omitempty" protobuf:"bytes,5,opt,name=name"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top