Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceBuilderInterface ¶
type ServiceBuilderInterface interface {
GetClientSet(config loader.Config) (kubernetes.Interface, error)
GetDNSService() (*dns.Service, error)
GetSQLService() (*sqladmin.Service, error)
GetStorageService(bucketName string) (bucket.BucketServiceInterface, error)
GetImagesService() (image.ImagesInterface, error)
GetComputeService() (*compute.Service, error)
GetServiceManagementService() (*servicemanagement.APIService, error)
}
ServiceBuilder API
func NewServiceBuilder ¶
func NewServiceBuilder() ServiceBuilderInterface
NewServiceBuilder is the constructor method and returns a service which implements ServiceBuilderInterface
Click to show internal directories.
Click to hide internal directories.