Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WaitForStaticPodHashChange (0.33 sec)

  1. cmd/kubeadm/app/util/dryrun/dryrun.go

    // but the empty strings there are needed
    func (w *Waiter) WaitForStaticPodSingleHash(_ string, _ string) (string, error) {
    	return "", nil
    }
    
    // WaitForStaticPodHashChange returns a dummy nil error in order for the flow to just continue as we're dryrunning
    func (w *Waiter) WaitForStaticPodHashChange(_, _, _ string) error {
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top