Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateInventoryInfo ¶
func CreateInventoryInfo(invConfig InventoryConfig, inventoryName, namespaceName, inventoryID string) inventory.Info
Types ¶
type InventoryConfig ¶
type InventoryConfig struct { ClientConfig *rest.Config Strategy inventory.Strategy FactoryFunc inventoryFactoryFunc InvWrapperFunc invWrapperFunc ApplierFactoryFunc applierFactoryFunc DestroyerFactoryFunc destroyerFactoryFunc InvSizeVerifyFunc invSizeVerifyFunc InvCountVerifyFunc invCountVerifyFunc InvNotExistsFunc invNotExistsFunc }
func NewConfigMapTypeInvConfig ¶
func NewConfigMapTypeInvConfig(cfg *rest.Config) InventoryConfig
func NewCustomTypeInvConfig ¶
func NewCustomTypeInvConfig(cfg *rest.Config) InventoryConfig
Click to show internal directories.
Click to hide internal directories.