package phases
import "k8s.io/kubernetes/cmd/kubeadm/app/cmd/phases/reset"
Index ¶
- func CleanDir(filePath string) error
- func NewCleanupNodePhase() workflow.Phase
- func NewPreflightPhase() workflow.Phase
- func NewRemoveETCDMemberPhase() workflow.Phase
- func NewUpdateClusterStatus() workflow.Phase
Functions ¶
func CleanDir ¶
CleanDir removes everything in a directory, but not the directory itself
func NewCleanupNodePhase ¶
NewCleanupNodePhase creates a kubeadm workflow phase that cleanup the node
func NewPreflightPhase ¶
NewPreflightPhase creates a kubeadm workflow phase implements preflight checks for reset
func NewRemoveETCDMemberPhase ¶
NewRemoveETCDMemberPhase creates a kubeadm workflow phase for remove-etcd-member
func NewUpdateClusterStatus ¶
NewUpdateClusterStatus creates a kubeadm workflow phase for update-cluster-status
Source Files ¶
cleanupnode.go data.go preflight.go removeetcdmember.go unmount_linux.go updateclusterstatus.go
- Version
- v1.21.8
- Published
- Dec 15, 2021
- Platform
- linux/amd64
- Imports
- 24 packages
- Last checked
- 2 hours ago –
Tools for package owners.