Documentation
¶
Index ¶
- type CmdbClient
- func (m *CmdbClient) CreateAppConfig(req *pb.CreateAppConfigRequest) (*pb.CreateAppConfigResponse, error)
- func (m *CmdbClient) CreateAppVersion(req *pb.CreateAppVersionRequest) (*pb.CreateAppVersionResponse, error)
- func (m *CmdbClient) CreateApplication(req *pb.CreateApplicationRequest) (*pb.CreateApplicationResponse, error)
- func (m *CmdbClient) CreateApplicationInstance(req *pb.CreateApplicationInstanceRequest) (*pb.CreateApplicationInstanceResponse, error)
- func (m *CmdbClient) CreateChartVersion(req *pb.CreateChartVersionRequest) (*pb.CreateChartVersionResponse, error)
- func (m *CmdbClient) CreateCloudProvider(req *pb.CreateCloudProviderRequest) (*pb.CreateCloudProviderResponse, error)
- func (m *CmdbClient) CreateEnvironment(req *pb.CreateEnvironmentRequest) (*pb.CreateEnvironmentResponse, error)
- func (m *CmdbClient) CreateLifecycle(req *pb.CreateLifecycleRequest) (*pb.CreateLifecycleResponse, error)
- func (m *CmdbClient) CreateRegion(req *pb.CreateRegionRequest) (*pb.CreateRegionResponse, error)
- func (m *CmdbClient) GetApplications() (*pb.ListApplicationsResponse, error)
- func (m *CmdbClient) GetCloudProviders() (*pb.ListCloudProvidersResponse, error)
- func (m *CmdbClient) GetConn(host string) error
- func (m *CmdbClient) GetLifecycles() (*pb.ListLifecyclesResponse, error)
- func (m *CmdbClient) GetRegion(id string) (*pb.ReadRegionResponse, error)
- func (m *CmdbClient) GetRegions() (*pb.ListRegionsResponse, error)
- func (m *CmdbClient) UpdateChartVersion(req *pb.UpdateChartVersionRequest) (*pb.UpdateChartVersionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdbClient ¶
type CmdbClient struct {
// The CMDB Server
Host string
// The CMDB Server Connection
Conn *grpc.ClientConn
// The CMDB Server API Key
ApiKey string
}
func NewCmdbClient ¶
func NewCmdbClient(host string, apiKey string) (*CmdbClient, error)
func (*CmdbClient) CreateAppConfig ¶ added in v0.0.16
func (m *CmdbClient) CreateAppConfig(req *pb.CreateAppConfigRequest) (*pb.CreateAppConfigResponse, error)
func (*CmdbClient) CreateAppVersion ¶ added in v0.0.16
func (m *CmdbClient) CreateAppVersion(req *pb.CreateAppVersionRequest) (*pb.CreateAppVersionResponse, error)
func (*CmdbClient) CreateApplication ¶ added in v0.0.9
func (m *CmdbClient) CreateApplication(req *pb.CreateApplicationRequest) (*pb.CreateApplicationResponse, error)
func (*CmdbClient) CreateApplicationInstance ¶ added in v0.0.9
func (m *CmdbClient) CreateApplicationInstance(req *pb.CreateApplicationInstanceRequest) (*pb.CreateApplicationInstanceResponse, error)
func (*CmdbClient) CreateChartVersion ¶ added in v0.0.9
func (m *CmdbClient) CreateChartVersion(req *pb.CreateChartVersionRequest) (*pb.CreateChartVersionResponse, error)
func (*CmdbClient) CreateCloudProvider ¶ added in v0.0.9
func (m *CmdbClient) CreateCloudProvider(req *pb.CreateCloudProviderRequest) (*pb.CreateCloudProviderResponse, error)
func (*CmdbClient) CreateEnvironment ¶ added in v0.0.9
func (m *CmdbClient) CreateEnvironment(req *pb.CreateEnvironmentRequest) (*pb.CreateEnvironmentResponse, error)
func (*CmdbClient) CreateLifecycle ¶ added in v0.0.16
func (m *CmdbClient) CreateLifecycle(req *pb.CreateLifecycleRequest) (*pb.CreateLifecycleResponse, error)
func (*CmdbClient) CreateRegion ¶ added in v0.0.9
func (m *CmdbClient) CreateRegion(req *pb.CreateRegionRequest) (*pb.CreateRegionResponse, error)
func (*CmdbClient) GetApplications ¶ added in v0.0.9
func (m *CmdbClient) GetApplications() (*pb.ListApplicationsResponse, error)
func (*CmdbClient) GetCloudProviders ¶
func (m *CmdbClient) GetCloudProviders() (*pb.ListCloudProvidersResponse, error)
func (*CmdbClient) GetConn ¶
func (m *CmdbClient) GetConn(host string) error
func (*CmdbClient) GetLifecycles ¶ added in v0.0.15
func (m *CmdbClient) GetLifecycles() (*pb.ListLifecyclesResponse, error)
func (*CmdbClient) GetRegion ¶
func (m *CmdbClient) GetRegion(id string) (*pb.ReadRegionResponse, error)
func (*CmdbClient) GetRegions ¶
func (m *CmdbClient) GetRegions() (*pb.ListRegionsResponse, error)
func (*CmdbClient) UpdateChartVersion ¶ added in v0.0.25
func (m *CmdbClient) UpdateChartVersion(req *pb.UpdateChartVersionRequest) (*pb.UpdateChartVersionResponse, error)
Click to show internal directories.
Click to hide internal directories.