Sha256: 566f0f75b49688a3b540732220a78794653a111635890044e7de189ebbe40360

Contents?: true

Size: 500 Bytes

Versions: 6

Compression:

Stored size: 500 Bytes

Contents

require_relative 'nodes/create_command'
require_relative 'nodes/restart_command'
require_relative 'nodes/terminate_command'

class Kontena::Plugin::Azure::NodeCommand < Kontena::Command

  subcommand "create", "Create a new node to Azure", Kontena::Plugin::Azure::Nodes::CreateCommand
  subcommand "restart", "Restart Azure node", Kontena::Plugin::Azure::Nodes::RestartCommand
  subcommand "terminate", "Terminate Azure node", Kontena::Plugin::Azure::Nodes::TerminateCommand

  def execute
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
kontena-plugin-azure-0.3.0 lib/kontena/plugin/azure/node_command.rb
kontena-plugin-azure-0.2.5 lib/kontena/plugin/azure/node_command.rb
kontena-plugin-azure-0.2.2 lib/kontena/plugin/azure/node_command.rb
kontena-plugin-azure-0.2.0 lib/kontena/plugin/azure/node_command.rb
kontena-plugin-azure-0.2.0.pre1 lib/kontena/plugin/azure/node_command.rb
kontena-plugin-azure-0.1.0 lib/kontena/plugin/azure/node_command.rb