Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetMonitor (0.14 sec)

  1. pkg/controller/garbagecollector/graph_builder.go

    type Monitor struct {
    	Store      cache.Store
    	Controller cache.Controller
    }
    
    // GetMonitor returns a monitor for the given resource.
    // If the monitor is not synced, it will return an error and the monitor to allow the caller to decide whether to retry.
    // If the monitor is not found, it will return only an error.
    func (gb *GraphBuilder) GetMonitor(ctx context.Context, resource schema.GroupVersionResource) (*Monitor, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top