Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addComponentVolumeMount (0.13 sec)

  1. cmd/kubeadm/app/phases/controlplane/volumes.go

    	c.addComponentVolumeMount(component, volMount)
    }
    
    func (c *controlPlaneHostPathMounts) AddHostPathMounts(component string, vols []v1.Volume, volMounts []v1.VolumeMount) {
    	for _, v := range vols {
    		c.addComponentVolume(component, v)
    	}
    	for _, v := range volMounts {
    		c.addComponentVolumeMount(component, v)
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 09:33:18 UTC 2024
    - 11.3K bytes
    - Viewed (0)
Back to top