Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KraftCloudServices ¶
type KraftCloudServices interface { Instances() instance.InstancesService Images() image.ImagesService }
KraftCloudServices are the public endpoint categories for the KraftCloud API.
func NewServicesClient ¶
func NewServicesClient(copts ...kraftcloud.Option) (KraftCloudServices, error)
NewServicesClient is the top-level KraftCloud Services client used to speak with the API.
func NewServicesClientFromOptions ¶
func NewServicesClientFromOptions(opts *kraftcloud.Options) (KraftCloudServices, error)
NewServicesClientFromOptions is the top-level KraftCloud Services client used to speak with the API with pre-defined options.
type ServicesClient ¶
type ServicesClient struct {
// contains filtered or unexported fields
}
ServicesClient provides access to the KraftCloud API.
func (*ServicesClient) Images ¶
func (client *ServicesClient) Images() image.ImagesService
Images returns ImagesService.
func (*ServicesClient) Instances ¶
func (client *ServicesClient) Instances() instance.InstancesService
Instances returns InstancesService.
Click to show internal directories.
Click to hide internal directories.