Documentation ¶
Index ¶
- type ControlPlaneClient
- func (c *ControlPlaneClient) CreateOrUpdate(ctx context.Context, location, name string, cloud *cloud.ControlPlaneInfo) (*cloud.ControlPlaneInfo, error)
- func (c *ControlPlaneClient) Delete(ctx context.Context, location, name string) error
- func (c *ControlPlaneClient) Get(ctx context.Context, location, name string) (*[]cloud.ControlPlaneInfo, error)
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPlaneClient ¶
type ControlPlaneClient struct {
// contains filtered or unexported fields
}
func NewControlPlaneClient ¶
func NewControlPlaneClient(cloudFQDN string, authorizer auth.Authorizer) (*ControlPlaneClient, error)
func (*ControlPlaneClient) CreateOrUpdate ¶
func (c *ControlPlaneClient) CreateOrUpdate(ctx context.Context, location, name string, cloud *cloud.ControlPlaneInfo) (*cloud.ControlPlaneInfo, error)
CreateOrUpdate methods invokes create or update on the client
func (*ControlPlaneClient) Delete ¶
func (c *ControlPlaneClient) Delete(ctx context.Context, location, name string) error
Delete methods invokes delete of the cloud resource
func (*ControlPlaneClient) Get ¶
func (c *ControlPlaneClient) Get(ctx context.Context, location, name string) (*[]cloud.ControlPlaneInfo, error)
Get methods invokes the client Get method
Click to show internal directories.
Click to hide internal directories.