Sha256: 46db9f0913b9de8c551011473f9505cfc184227dfa89dd9276d4d00dd9fe8952
Contents?: true
Size: 412 Bytes
Versions: 1
Compression:
Stored size: 412 Bytes
Contents
require_relative 'master/create_command' require_relative 'master/terminate_command' class Kontena::Plugin::DigitalOcean::MasterCommand < Kontena::Command subcommand "create", "Create a new master to DigitalOcean", Kontena::Plugin::DigitalOcean::Master::CreateCommand subcommand "terminate", "Terminate DigitalOcean master", Kontena::Plugin::DigitalOcean::Master::TerminateCommand def execute end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kontena-plugin-digitalocean-0.3.1.rc1 | lib/kontena/plugin/digital_ocean/master_command.rb |