...
Package invconfig
func CreateInventoryInfo(invConfig InventoryConfig, inventoryName, namespaceName, inventoryID string) inventory.Info
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(cfg *rest.Config) InventoryConfig
func NewCustomTypeInvConfig(cfg *rest.Config) InventoryConfig