Skip to content

Module for the 'fog' gem to support Kubevirt.

License

Notifications You must be signed in to change notification settings

fog/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

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 11

Languages