type Options struct {
Confirm bool// Only show what upgrades would be performed without actually upgrading DryRun bool// Talos upgrade options Force bool RebootMode machine.UpgradeRequest_RebootMode}
Options contains the options for the upgrade execution