Documentation ¶
Index ¶
Constants ¶
View Source
const ( UrlNotValid = "UrlNotValid" TypeNotSupported = "ProviderTypeNotSupported" SecretNotValid = "SecretNotValid" SettingsNotValid = "SettingsNotValid" Validated = "Validated" ConnectionTestSucceeded = "ConnectionTestSucceeded" ConnectionTestFailed = "ConnectionTestFailed" InventoryCreated = "InventoryCreated" LoadInventory = "LoadInventory" ConnectionInsecure = "ConnectionInsecure" )
Types
View Source
const ( Required = libcnd.Required Advisory = libcnd.Advisory Critical = libcnd.Critical Error = libcnd.Error Warn = libcnd.Warn )
Categories
View Source
const ( NotSet = "NotSet" NotFound = "NotFound" NotSupported = "NotSupported" DataErr = "DataErr" Malformed = "Malformed" Completed = "Completed" Tested = "Tested" Started = "Started" SkipTLSVerification = "SkipTLSVerification" )
Reasons
View Source
const ( True = libcnd.True False = libcnd.False )
Statuses
View Source
const (
// Name.
Name = "provider"
)
Variables ¶
View Source
var Settings = &settings.Settings
Application settings.
Functions ¶
Types ¶
type ProviderPredicate ¶
func (ProviderPredicate) Create ¶
func (r ProviderPredicate) Create(e event.CreateEvent) bool
func (ProviderPredicate) Delete ¶
func (r ProviderPredicate) Delete(e event.DeleteEvent) bool
func (ProviderPredicate) Update ¶
func (r ProviderPredicate) Update(e event.UpdateEvent) bool
type Reconciler ¶
type Reconciler struct { base.Reconciler // contains filtered or unexported fields }
Reconciles an provider object.
Directories ¶
Path | Synopsis |
---|---|
ovirt
The approach for providing VM policy-based integration has the following design constraints:
|
The approach for providing VM policy-based integration has the following design constraints: |
vsphere
The approach for providing VM policy-based integration has the following design constraints:
|
The approach for providing VM policy-based integration has the following design constraints: |
Click to show internal directories.
Click to hide internal directories.