Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewDesiredStateOfWorldPopulator (0.3 sec)

  1. pkg/controller/volume/attachdetach/populator/desired_state_of_world_populator.go

    // each one exists in the desired state of the world cache
    // if it has volumes.
    type DesiredStateOfWorldPopulator interface {
    	Run(ctx context.Context)
    }
    
    // NewDesiredStateOfWorldPopulator returns a new instance of DesiredStateOfWorldPopulator.
    // loopSleepDuration - the amount of time the populator loop sleeps between
    // successive executions
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top