Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PasstPluginName passt binding plugin name should be registered to Kubevirt through Kubevirt CR PasstPluginName = "passt" // PasstLogFilePath passt log file path Kubevirt consume and record PasstLogFilePath = "/var/run/kubevirt/passt.log" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasstNetworkConfigurator ¶
type PasstNetworkConfigurator struct {
// contains filtered or unexported fields
}
func NewPasstNetworkConfigurator ¶
func NewPasstNetworkConfigurator(ifaces []vmschema.Interface, networks []vmschema.Network, opts NetworkConfiguratorOptions) (*PasstNetworkConfigurator, error)
func (PasstNetworkConfigurator) Mutate ¶
func (p PasstNetworkConfigurator) Mutate(domainSpec *domainschema.DomainSpec) (*domainschema.DomainSpec, error)
Click to show internal directories.
Click to hide internal directories.