https://github.com/fog/fog-kubevirt
Module for the 'fog' gem to support Kubevirt.
https://github.com/fog/fog-kubevirt
Last synced: 5 months ago
JSON representation
Module for the 'fog' gem to support Kubevirt.
- Host: GitHub
- URL: https://github.com/fog/fog-kubevirt
- Owner: fog
- License: other
- Created: 2018-02-09T13:43:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T14:55:56.000Z (6 months ago)
- Last Synced: 2026-01-21T23:47:06.002Z (6 months ago)
- Language: Ruby
- Homepage:
- Size: 391 KB
- Stars: 5
- Watchers: 5
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fog::Kubevirt
fog-kubevirt is an kubevirt provider for [fog](https://github.com/fog/fog).
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'fog-kubevirt'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install fog-kubevirt
## Usage
Require the gem:
```ruby
require 'fog/kubevirt'
```
Connect to kubevirt instance:
```ruby
compute = Fog::Kubevirt::Compute.new
:kubevirt_token => token,
:kubevirt_server => server,
:kubevirt_port => port
)
```
## Contributing
Please refer to [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Please refer to [LICENSE.txt](LICENSE.txt).