Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove extra helper file includes #167

Merged
merged 1 commit into from
Jan 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion lib/chef/knife/google_disk_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

class Chef::Knife::Cloud
class GoogleDiskCreate < Command
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google disk create NAME --gce-disk-size N (options)"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_disk_delete.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

class Chef::Knife::Cloud
class GoogleDiskDelete < Command
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google disk delete NAME [NAME] (options)"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_disk_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

class Chef::Knife::Cloud
class GoogleDiskList < ResourceListCommand
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google disk list"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_image_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

class Chef::Knife::Cloud
class GoogleImageList < ResourceListCommand
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google image list"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_project_quotas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

class Chef::Knife::Cloud
class GoogleProjectQuotas < ResourceListCommand
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google project quotas"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_region_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

class Chef::Knife::Cloud
class GoogleRegionList < ResourceListCommand
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google region list"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_region_quotas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

class Chef::Knife::Cloud
class GoogleRegionQuotas < Command
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google region quotas"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_server_create.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
class Chef::Knife::Cloud
class GoogleServerCreate < ServerCreateCommand
include GoogleServiceOptions
include GoogleServiceHelpers
include ServerCreateOptions

banner "knife google server create NAME -m MACHINE_TYPE -I IMAGE (options)"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_server_delete.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class Knife
class Cloud
class GoogleServerDelete < ServerDeleteCommand
include ServerDeleteOptions
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google server delete INSTANCE_NAME [INSTANCE_NAME] (options)"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_server_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

class Chef::Knife::Cloud
class GoogleServerList < ServerListCommand
include GoogleServiceHelpers
include GoogleServiceOptions

deps do
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_server_show.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class Knife
class Cloud
class GoogleServerShow < ServerShowCommand
include ServerShowOptions
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google server show INSTANCE_NAME (options)"
Expand Down
1 change: 0 additions & 1 deletion lib/chef/knife/google_zone_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

class Chef::Knife::Cloud
class GoogleZoneList < ResourceListCommand
include GoogleServiceHelpers
include GoogleServiceOptions

banner "knife google zone list"
Expand Down