Versions in this module Expand all Collapse all v1 v1.0.9 Sep 2, 2020 Changes in this version + func CreateInventoryClient(clusterId string, inventoryURL string, pullSecret string, insecure bool, ...) (*inventoryClient, error) + type EnabledHostData struct + Host *models.Host + IPs []string + Inventory *models.Inventory + type InventoryClient interface + CompleteInstallation func(clusterId string, isSuccess bool, errorInfo string) error + DownloadFile func(filename string, dest string) error + GetCluster func() (*models.Cluster, error) + GetEnabledHostsNamesHosts func() (map[string]EnabledHostData, error) + UpdateHostInstallProgress func(hostId string, newStage models.HostStage, info string) error + UploadIngressCa func(ingressCA string, clusterId string) error + type MockInventoryClient struct + func NewMockInventoryClient(ctrl *gomock.Controller) *MockInventoryClient + func (m *MockInventoryClient) CompleteInstallation(clusterId string, isSuccess bool, errorInfo string) error + func (m *MockInventoryClient) DownloadFile(filename, dest string) error + func (m *MockInventoryClient) EXPECT() *MockInventoryClientMockRecorder + func (m *MockInventoryClient) GetCluster() (*models.Cluster, error) + func (m *MockInventoryClient) GetEnabledHostsNamesHosts() (map[string]EnabledHostData, error) + func (m *MockInventoryClient) UpdateHostInstallProgress(hostId string, newStage models.HostStage, info string) error + func (m *MockInventoryClient) UploadIngressCa(ingressCA, clusterId string) error + type MockInventoryClientMockRecorder struct + func (mr *MockInventoryClientMockRecorder) CompleteInstallation(clusterId, isSuccess, errorInfo interface{}) *gomock.Call + func (mr *MockInventoryClientMockRecorder) DownloadFile(filename, dest interface{}) *gomock.Call + func (mr *MockInventoryClientMockRecorder) GetCluster() *gomock.Call + func (mr *MockInventoryClientMockRecorder) GetEnabledHostsNamesHosts() *gomock.Call + func (mr *MockInventoryClientMockRecorder) UpdateHostInstallProgress(hostId, newStage, info interface{}) *gomock.Call + func (mr *MockInventoryClientMockRecorder) UploadIngressCa(ingressCA, clusterId interface{}) *gomock.Call