package
1.14.0-alpha.3
Repository: https://github.com/draveness/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewCmdRollout returns a Command instance for 'rollout' sub command.
NewCmdRolloutHistory returns a Command instance for RolloutHistory sub command.
NewCmdRolloutPause returns a Command instance for 'rollout pause' sub command.
NewCmdRolloutResume returns a Command instance for 'rollout resume' sub command.
NewCmdRolloutStatus returns a Command instance for the 'rollout status' sub command.
NewCmdRolloutUndo returns a Command instance for the 'rollout undo' sub command.
NewRolloutHistoryOptions returns an initialized RolloutHistoryOptions instance.
NewRolloutResumeOptions returns an initialized ResumeOptions instance.
NewRolloutStatusOptions returns an initialized RolloutStatusOptions instance.
NewRolloutUndoOptions returns an initialized UndoOptions instance.
# Structs
PauseOptions is the start of the data required to perform the operation.
ResumeOptions is the start of the data required to perform the operation.
RolloutHistoryOptions holds the options for 'rollout history' sub command.
RolloutStatusOptions holds the command-line options for 'rollout status' sub command.
UndoOptions is the start of the data required to perform the operation.