type KubeadmUpgradeNodeCommandSpec struct {
// for dry run mode
DryRun bool `json:"dryRun,omitempty"`
}
// KubectlDrainCommandSpec provides...
type KubectlDrainCommandSpec struct {
// +optional
// Nodes is a list of nodes to uncordon
Nodes []string `json:"nodes"`
// TODO support dry-run
// TODO support ignore daemonsets
// INSERT ADDITIONAL SPEC FIELDS -
// Important: Run "make" to regenerate code after modifying this file
support ignore daemonsets
https://github.com/pacoxu/kubeadm-operator/blob/867d34f7974d42b73cd340f55a49dad78753c4c1/api/v1alpha1/command_descriptor_types.go#L107
05f0afbe6188e44ab823247b8b6d26d6ee95a59c