Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for blocky (0.43 sec)

  1. cni/pkg/install/install.go

    			installLog.Infof("Removing binary: %s", istioCNIBin)
    			if err := os.Remove(istioCNIBin); err != nil {
    				return err
    			}
    		}
    	}
    	return nil
    }
    
    // sleepWatchInstall blocks until any file change for the binaries or config are detected.
    // At that point, the func yields so the caller can recheck the validity of the install.
    // If an error occurs or context is canceled, the function will return an error.
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Feb 08 18:52:24 GMT 2024
    - 10.8K bytes
    - Viewed (0)
Back to top