Skip to content
forked from fog/fog-kubevirt

Module for the 'fog' gem to support Kubevirt.

License

Notifications You must be signed in to change notification settings

cben/fog-kubevirt

 
 

Repository files navigation

Fog::Kubevirt

fog-kubevirt is an kubevirt provider for fog.

Installation

Add this line to your application's Gemfile:

gem 'fog-kubevirt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fog-kubevirt

Usage

Require the gem:

require 'fog/kubevirt'

Connect to kubevirt instance:

compute = Fog::Kubevirt::Compute.new
          :kubevirt_token  => token,
          :kubevirt_server => server,
          :kubevirt_port   => port
      )

Contributing

Please refer to CONTRIBUTING.md.

License

Please refer to LICENSE.txt.

About

Module for the 'fog' gem to support Kubevirt.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%