Documentation ¶
Overview ¶
Package operation provides primitives to interact with the openapi HTTP API.
Code generated by github.com/do87/oapi-codegen version v0.5.1 DO NOT EDIT.
Index ¶
- Constants
- func NewTriggerClusterCredentialRotationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- func NewTriggerClusterHibernationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- func NewTriggerClusterMaintenanceRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- func NewTriggerClusterReconciliationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- func NewTriggerClusterWakeupRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- type Client
- func (c *Client) TriggerClusterCredentialRotation(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- func (c *Client) TriggerClusterHibernation(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- func (c *Client) TriggerClusterMaintenance(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- func (c *Client) TriggerClusterReconciliation(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- func (c *Client) TriggerClusterWakeup(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- type ClientInterface
- type ClientWithResponses
- func (c *ClientWithResponses) ParseTriggerClusterCredentialRotationResponse(rsp *http.Response) (*TriggerClusterCredentialRotationResponse, error)
- func (c *ClientWithResponses) ParseTriggerClusterHibernationResponse(rsp *http.Response) (*TriggerClusterHibernationResponse, error)
- func (c *ClientWithResponses) ParseTriggerClusterMaintenanceResponse(rsp *http.Response) (*TriggerClusterMaintenanceResponse, error)
- func (c *ClientWithResponses) ParseTriggerClusterReconciliationResponse(rsp *http.Response) (*TriggerClusterReconciliationResponse, error)
- func (c *ClientWithResponses) ParseTriggerClusterWakeupResponse(rsp *http.Response) (*TriggerClusterWakeupResponse, error)
- func (c *ClientWithResponses) TriggerClusterCredentialRotationWithResponse(ctx context.Context, projectID string, clusterName string, ...) (*TriggerClusterCredentialRotationResponse, error)
- func (c *ClientWithResponses) TriggerClusterHibernationWithResponse(ctx context.Context, projectID string, clusterName string, ...) (*TriggerClusterHibernationResponse, error)
- func (c *ClientWithResponses) TriggerClusterMaintenanceWithResponse(ctx context.Context, projectID string, clusterName string, ...) (*TriggerClusterMaintenanceResponse, error)
- func (c *ClientWithResponses) TriggerClusterReconciliationWithResponse(ctx context.Context, projectID string, clusterName string, ...) (*TriggerClusterReconciliationResponse, error)
- func (c *ClientWithResponses) TriggerClusterWakeupWithResponse(ctx context.Context, projectID string, clusterName string, ...) (*TriggerClusterWakeupResponse, error)
- type ClientWithResponsesInterface
- type RequestEditorFn
- type RuntimeError
- type RuntimeErrorCode
- type TriggerClusterCredentialRotationResponse
- type TriggerClusterHibernationResponse
- type TriggerClusterMaintenanceResponse
- type TriggerClusterReconciliationResponse
- type TriggerClusterWakeupResponse
Constants ¶
const (
BearerAuthScopes = "bearerAuth.Scopes"
)
Variables ¶
This section is empty.
Functions ¶
func NewTriggerClusterCredentialRotationRequest ¶
func NewTriggerClusterCredentialRotationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
NewTriggerClusterCredentialRotationRequest generates requests for TriggerClusterCredentialRotation
func NewTriggerClusterHibernationRequest ¶
func NewTriggerClusterHibernationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
NewTriggerClusterHibernationRequest generates requests for TriggerClusterHibernation
func NewTriggerClusterMaintenanceRequest ¶
func NewTriggerClusterMaintenanceRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
NewTriggerClusterMaintenanceRequest generates requests for TriggerClusterMaintenance
Types ¶
type Client ¶
type Client struct { // The endpoint of the server conforming to this interface, with scheme, // https://api.deepmap.com for example. This can contain a path relative // to the server, such as https://api.deepmap.com/dev-test, and all the // paths in the swagger spec will be appended to the server. Server string // Doer for performing requests, typically a *http.Client with any // customized settings, such as certificate chains. Client common.Client }
Client which conforms to the OpenAPI3 specification for this service.
func (*Client) TriggerClusterCredentialRotation ¶
func (*Client) TriggerClusterHibernation ¶
func (*Client) TriggerClusterMaintenance ¶
func (*Client) TriggerClusterReconciliation ¶
type ClientInterface ¶
type ClientInterface interface { // TriggerClusterHibernation request TriggerClusterHibernation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*http.Response, error) // TriggerClusterMaintenance request TriggerClusterMaintenance(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*http.Response, error) // TriggerClusterReconciliation request TriggerClusterReconciliation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*http.Response, error) // TriggerClusterCredentialRotation request TriggerClusterCredentialRotation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*http.Response, error) // TriggerClusterWakeup request TriggerClusterWakeup(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*http.Response, error) }
The interface specification for the client above.
type ClientWithResponses ¶
type ClientWithResponses struct {
ClientInterface
}
ClientWithResponses builds on ClientInterface to offer response payloads
func NewClientWithResponses ¶
func NewClientWithResponses(server string, httpClient common.Client) *ClientWithResponses
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) ParseTriggerClusterCredentialRotationResponse ¶
func (c *ClientWithResponses) ParseTriggerClusterCredentialRotationResponse(rsp *http.Response) (*TriggerClusterCredentialRotationResponse, error)
ParseTriggerClusterCredentialRotationResponse parses an HTTP response from a TriggerClusterCredentialRotationWithResponse call
func (*ClientWithResponses) ParseTriggerClusterHibernationResponse ¶
func (c *ClientWithResponses) ParseTriggerClusterHibernationResponse(rsp *http.Response) (*TriggerClusterHibernationResponse, error)
ParseTriggerClusterHibernationResponse parses an HTTP response from a TriggerClusterHibernationWithResponse call
func (*ClientWithResponses) ParseTriggerClusterMaintenanceResponse ¶
func (c *ClientWithResponses) ParseTriggerClusterMaintenanceResponse(rsp *http.Response) (*TriggerClusterMaintenanceResponse, error)
ParseTriggerClusterMaintenanceResponse parses an HTTP response from a TriggerClusterMaintenanceWithResponse call
func (*ClientWithResponses) ParseTriggerClusterReconciliationResponse ¶
func (c *ClientWithResponses) ParseTriggerClusterReconciliationResponse(rsp *http.Response) (*TriggerClusterReconciliationResponse, error)
ParseTriggerClusterReconciliationResponse parses an HTTP response from a TriggerClusterReconciliationWithResponse call
func (*ClientWithResponses) ParseTriggerClusterWakeupResponse ¶
func (c *ClientWithResponses) ParseTriggerClusterWakeupResponse(rsp *http.Response) (*TriggerClusterWakeupResponse, error)
ParseTriggerClusterWakeupResponse parses an HTTP response from a TriggerClusterWakeupWithResponse call
func (*ClientWithResponses) TriggerClusterCredentialRotationWithResponse ¶
func (c *ClientWithResponses) TriggerClusterCredentialRotationWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterCredentialRotationResponse, error)
TriggerClusterCredentialRotationWithResponse request returning *TriggerClusterCredentialRotationResponse
func (*ClientWithResponses) TriggerClusterHibernationWithResponse ¶
func (c *ClientWithResponses) TriggerClusterHibernationWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterHibernationResponse, error)
TriggerClusterHibernationWithResponse request returning *TriggerClusterHibernationResponse
func (*ClientWithResponses) TriggerClusterMaintenanceWithResponse ¶
func (c *ClientWithResponses) TriggerClusterMaintenanceWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterMaintenanceResponse, error)
TriggerClusterMaintenanceWithResponse request returning *TriggerClusterMaintenanceResponse
func (*ClientWithResponses) TriggerClusterReconciliationWithResponse ¶
func (c *ClientWithResponses) TriggerClusterReconciliationWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterReconciliationResponse, error)
TriggerClusterReconciliationWithResponse request returning *TriggerClusterReconciliationResponse
func (*ClientWithResponses) TriggerClusterWakeupWithResponse ¶
func (c *ClientWithResponses) TriggerClusterWakeupWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterWakeupResponse, error)
TriggerClusterWakeupWithResponse request returning *TriggerClusterWakeupResponse
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface { // TriggerClusterHibernation request TriggerClusterHibernationWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterHibernationResponse, error) // TriggerClusterMaintenance request TriggerClusterMaintenanceWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterMaintenanceResponse, error) // TriggerClusterReconciliation request TriggerClusterReconciliationWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterReconciliationResponse, error) // TriggerClusterCredentialRotation request TriggerClusterCredentialRotationWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterCredentialRotationResponse, error) // TriggerClusterWakeup request TriggerClusterWakeupWithResponse(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerClusterWakeupResponse, error) }
ClientWithResponsesInterface is the interface specification for the client with responses above.
type RequestEditorFn ¶
RequestEditorFn is the function signature for the RequestEditor callback function
type RuntimeError ¶
type RuntimeError struct { // Code - Code: "SKE_UNSPECIFIED" // Message: "An error occurred. Please open a support ticket if this error persists." // - Code: "SKE_TMP_AUTH_ERROR" // Message: "Authentication failed. This is a temporary error. Please wait while the system recovers." // - Code: "SKE_QUOTA_EXCEEDED" // Message: "Your project's resource quotas are exhausted. Please make sure your quota is sufficient for the ordered cluster." // - Code: "SKE_ARGUS_INSTANCE_NOT_FOUND" // Message: "The provided Argus instance could not be found." // - Code: "SKE_RATE_LIMITS" // Message: "While provisioning your cluster, request rate limits where incurred. Please wait while the system recovers." // - Code: "SKE_INFRA_ERROR" // Message: "An error occurred with the underlying infrastructure. Please open a support ticket if this error persists." // - Code: "SKE_REMAINING_RESOURCES" // Message: "There are remaining Kubernetes resources in your cluster that prevent deletion. Please make sure to remove them." // - Code: "SKE_CONFIGURATION_PROBLEM" // Message: "A configuration error occurred. Please open a support ticket if this error persists." // - Code: "SKE_UNREADY_NODES" // Message: "Not all worker nodes are ready. Please open a support ticket if this error persists." // - Code: "SKE_API_SERVER_ERROR" // Message: "The Kubernetes API server is not reporting readiness. Please open a support ticket if this error persists." Code *RuntimeErrorCode `json:"code,omitempty"` Details *string `json:"details,omitempty"` Message *string `json:"message,omitempty"` }
RuntimeError defines model for RuntimeError.
type RuntimeErrorCode ¶
type RuntimeErrorCode string
RuntimeErrorCode - Code: "SKE_UNSPECIFIED"
Message: "An error occurred. Please open a support ticket if this error persists." - Code: "SKE_TMP_AUTH_ERROR" Message: "Authentication failed. This is a temporary error. Please wait while the system recovers." - Code: "SKE_QUOTA_EXCEEDED" Message: "Your project's resource quotas are exhausted. Please make sure your quota is sufficient for the ordered cluster." - Code: "SKE_ARGUS_INSTANCE_NOT_FOUND" Message: "The provided Argus instance could not be found." - Code: "SKE_RATE_LIMITS" Message: "While provisioning your cluster, request rate limits where incurred. Please wait while the system recovers." - Code: "SKE_INFRA_ERROR" Message: "An error occurred with the underlying infrastructure. Please open a support ticket if this error persists." - Code: "SKE_REMAINING_RESOURCES" Message: "There are remaining Kubernetes resources in your cluster that prevent deletion. Please make sure to remove them." - Code: "SKE_CONFIGURATION_PROBLEM" Message: "A configuration error occurred. Please open a support ticket if this error persists." - Code: "SKE_UNREADY_NODES" Message: "Not all worker nodes are ready. Please open a support ticket if this error persists." - Code: "SKE_API_SERVER_ERROR" Message: "The Kubernetes API server is not reporting readiness. Please open a support ticket if this error persists."
const ( SKE_API_SERVER_ERROR RuntimeErrorCode = "SKE_API_SERVER_ERROR" SKE_ARGUS_INSTANCE_NOT_FOUND RuntimeErrorCode = "SKE_ARGUS_INSTANCE_NOT_FOUND" SKE_CONFIGURATION_PROBLEM RuntimeErrorCode = "SKE_CONFIGURATION_PROBLEM" SKE_INFRA_ERROR RuntimeErrorCode = "SKE_INFRA_ERROR" SKE_QUOTA_EXCEEDED RuntimeErrorCode = "SKE_QUOTA_EXCEEDED" SKE_RATE_LIMITS RuntimeErrorCode = "SKE_RATE_LIMITS" SKE_REMAINING_RESOURCES RuntimeErrorCode = "SKE_REMAINING_RESOURCES" SKE_TMP_AUTH_ERROR RuntimeErrorCode = "SKE_TMP_AUTH_ERROR" SKE_UNREADY_NODES RuntimeErrorCode = "SKE_UNREADY_NODES" SKE_UNSPECIFIED RuntimeErrorCode = "SKE_UNSPECIFIED" )
Defines values for RuntimeErrorCode.
type TriggerClusterCredentialRotationResponse ¶
type TriggerClusterCredentialRotationResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError HasError error // Aggregated error }
func (TriggerClusterCredentialRotationResponse) Status ¶
func (r TriggerClusterCredentialRotationResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerClusterCredentialRotationResponse) StatusCode ¶
func (r TriggerClusterCredentialRotationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TriggerClusterHibernationResponse ¶
type TriggerClusterHibernationResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError HasError error // Aggregated error }
func (TriggerClusterHibernationResponse) Status ¶
func (r TriggerClusterHibernationResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerClusterHibernationResponse) StatusCode ¶
func (r TriggerClusterHibernationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TriggerClusterMaintenanceResponse ¶
type TriggerClusterMaintenanceResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError HasError error // Aggregated error }
func (TriggerClusterMaintenanceResponse) Status ¶
func (r TriggerClusterMaintenanceResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerClusterMaintenanceResponse) StatusCode ¶
func (r TriggerClusterMaintenanceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TriggerClusterReconciliationResponse ¶
type TriggerClusterReconciliationResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError HasError error // Aggregated error }
func (TriggerClusterReconciliationResponse) Status ¶
func (r TriggerClusterReconciliationResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerClusterReconciliationResponse) StatusCode ¶
func (r TriggerClusterReconciliationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TriggerClusterWakeupResponse ¶
type TriggerClusterWakeupResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError HasError error // Aggregated error }
func (TriggerClusterWakeupResponse) Status ¶
func (r TriggerClusterWakeupResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerClusterWakeupResponse) StatusCode ¶
func (r TriggerClusterWakeupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode