Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for controlPlanePhaseProperties (0.16 sec)

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

    		},
    		Run: runControlPlanePhase,
    	}
    	return phase
    }
    
    func newControlPlaneSubphase(component string) workflow.Phase {
    	phase := workflow.Phase{
    		Name:         controlPlanePhaseProperties[component].name,
    		Short:        controlPlanePhaseProperties[component].short,
    		Run:          runControlPlaneSubphase(component),
    		InheritFlags: getControlPlanePhaseFlags(component),
    	}
    	return phase
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 17 14:40:46 UTC 2021
    - 4.6K bytes
    - Viewed (0)
Back to top