Registry / cloud / ovirt-go-ovirt

ovirt-go-ovirt

JSON →
library4.3.4+incompatiblegogounverified

A Go client library for the oVirt virtualization management API.

go get github.com/ovirt/go-ovirt
INSTALL
IMPORT
SIG · OVIRT-GO-OVIRT
O
ovirt-go-ovirt
cloudgov4.3.4+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ovirtsdk
github.com/ovirt/go-ovirt

Create a connection to oVirt API

package main import ( "fmt" ovirtsdk "github.com/ovirt/go-ovirt" ) func main() { conn, err := ovirtsdk.NewConnectionBuilder().Build() if err != nil { panic(err) } fmt.Println(conn) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.4+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
ovirt-go-ovirt — go get ovirt-go-ovirt · libregistry