Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DomainDesigner ¶
type DomainDesigner struct {
Domain *libvirtxml.Domain
Secrets []DomainDesignerSecret
// contains filtered or unexported fields
}
func NewDomainDesigner ¶
func NewDomainDesigner(clientset *kubernetes.Clientset, imageRepoPath string, imageRepoClient *api.VirtimagerepoClient, imageFileClient *api.VirtimagefileClient) *DomainDesigner
func (*DomainDesigner) ApplyVirtMachine ¶
func (d *DomainDesigner) ApplyVirtMachine(tmpl *apiv1.VirtmachineHardware) error
func (*DomainDesigner) SetResourcePartition ¶
func (d *DomainDesigner) SetResourcePartition(partition string)
type DomainDesignerSecret ¶
type DomainDesignerSecret struct {
Secret *libvirtxml.Secret
Value []byte
}
Click to show internal directories.
Click to hide internal directories.