Skip to content

fog/fog-kubevirt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a3ee34 · Jul 22, 2024
Jul 22, 2024
Sep 20, 2018
Jul 22, 2024
May 14, 2019
Oct 17, 2018
Oct 16, 2018
Jul 22, 2024
Apr 1, 2018
Apr 1, 2018
Oct 17, 2018
Feb 9, 2018
Sep 20, 2018
Apr 17, 2019
Jul 22, 2024

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.