Documentation ¶
Overview ¶
Package operation provides primitives to interact with the openapi HTTP API.
Code generated by dev.azure.com/schwarzit/schwarzit.odj.core/_git/stackit-client-generator.git version v1.0.23 DO NOT EDIT.
Index ¶
- Constants
- func NewTriggerHibernationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- func NewTriggerMaintenanceRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- func NewTriggerReconciliationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- func NewTriggerRotationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- func NewTriggerWakeupRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
- type Client
- func (c *Client) TriggerHibernationRaw(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- func (c *Client) TriggerMaintenanceRaw(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- func (c *Client) TriggerReconciliationRaw(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- func (c *Client) TriggerRotationRaw(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- func (c *Client) TriggerWakeupRaw(ctx context.Context, projectID string, clusterName string, ...) (*http.Response, error)
- type ClientWithResponses
- func (c *ClientWithResponses) ParseTriggerHibernationResponse(rsp *http.Response) (*TriggerHibernationResponse, error)
- func (c *ClientWithResponses) ParseTriggerMaintenanceResponse(rsp *http.Response) (*TriggerMaintenanceResponse, error)
- func (c *ClientWithResponses) ParseTriggerReconciliationResponse(rsp *http.Response) (*TriggerReconciliationResponse, error)
- func (c *ClientWithResponses) ParseTriggerRotationResponse(rsp *http.Response) (*TriggerRotationResponse, error)
- func (c *ClientWithResponses) ParseTriggerWakeupResponse(rsp *http.Response) (*TriggerWakeupResponse, error)
- func (c *ClientWithResponses) TriggerHibernation(ctx context.Context, projectID string, clusterName string, ...) (*TriggerHibernationResponse, error)
- func (c *ClientWithResponses) TriggerMaintenance(ctx context.Context, projectID string, clusterName string, ...) (*TriggerMaintenanceResponse, error)
- func (c *ClientWithResponses) TriggerReconciliation(ctx context.Context, projectID string, clusterName string, ...) (*TriggerReconciliationResponse, error)
- func (c *ClientWithResponses) TriggerRotation(ctx context.Context, projectID string, clusterName string, ...) (*TriggerRotationResponse, error)
- func (c *ClientWithResponses) TriggerWakeup(ctx context.Context, projectID string, clusterName string, ...) (*TriggerWakeupResponse, error)
- type ClientWithResponsesInterface
- type RequestEditorFn
- type RuntimeError
- type RuntimeErrorCode
- type TriggerHibernationResponse
- type TriggerMaintenanceResponse
- type TriggerReconciliationResponse
- type TriggerRotationResponse
- type TriggerWakeupResponse
Constants ¶
const (
BearerAuthScopes = "bearerAuth.Scopes"
)
Variables ¶
This section is empty.
Functions ¶
func NewTriggerHibernationRequest ¶
func NewTriggerHibernationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
NewTriggerHibernationRequest generates requests for TriggerHibernation
func NewTriggerMaintenanceRequest ¶
func NewTriggerMaintenanceRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
NewTriggerMaintenanceRequest generates requests for TriggerMaintenance
func NewTriggerReconciliationRequest ¶
func NewTriggerReconciliationRequest(ctx context.Context, server string, projectID string, clusterName string) (*http.Request, error)
NewTriggerReconciliationRequest generates requests for TriggerReconciliation
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 contracts.BaseClientInterface }
Client which conforms to the OpenAPI3 specification for this service.
func NewRawClient ¶
func NewRawClient(server string, httpClient contracts.BaseClientInterface) *Client
NewRawClient Creates a new Client, with reasonable defaults
func (*Client) TriggerHibernationRaw ¶
func (*Client) TriggerMaintenanceRaw ¶
func (*Client) TriggerReconciliationRaw ¶
func (*Client) TriggerRotationRaw ¶
type ClientWithResponses ¶
type ClientWithResponses struct {
// contains filtered or unexported fields
}
ClientWithResponses builds on rawClientInterface to offer response payloads
func NewClient ¶
func NewClient(server string, httpClient contracts.BaseClientInterface) *ClientWithResponses
NewClient creates a new ClientWithResponses, which wraps Client with return type handling
func (*ClientWithResponses) ParseTriggerHibernationResponse ¶
func (c *ClientWithResponses) ParseTriggerHibernationResponse(rsp *http.Response) (*TriggerHibernationResponse, error)
ParseTriggerHibernationResponse parses an HTTP response from a TriggerHibernation call
func (*ClientWithResponses) ParseTriggerMaintenanceResponse ¶
func (c *ClientWithResponses) ParseTriggerMaintenanceResponse(rsp *http.Response) (*TriggerMaintenanceResponse, error)
ParseTriggerMaintenanceResponse parses an HTTP response from a TriggerMaintenance call
func (*ClientWithResponses) ParseTriggerReconciliationResponse ¶
func (c *ClientWithResponses) ParseTriggerReconciliationResponse(rsp *http.Response) (*TriggerReconciliationResponse, error)
ParseTriggerReconciliationResponse parses an HTTP response from a TriggerReconciliation call
func (*ClientWithResponses) ParseTriggerRotationResponse ¶
func (c *ClientWithResponses) ParseTriggerRotationResponse(rsp *http.Response) (*TriggerRotationResponse, error)
ParseTriggerRotationResponse parses an HTTP response from a TriggerRotation call
func (*ClientWithResponses) ParseTriggerWakeupResponse ¶
func (c *ClientWithResponses) ParseTriggerWakeupResponse(rsp *http.Response) (*TriggerWakeupResponse, error)
ParseTriggerWakeupResponse parses an HTTP response from a TriggerWakeup call
func (*ClientWithResponses) TriggerHibernation ¶
func (c *ClientWithResponses) TriggerHibernation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerHibernationResponse, error)
TriggerHibernation request returning *TriggerHibernationResponse
func (*ClientWithResponses) TriggerMaintenance ¶
func (c *ClientWithResponses) TriggerMaintenance(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerMaintenanceResponse, error)
TriggerMaintenance request returning *TriggerMaintenanceResponse
func (*ClientWithResponses) TriggerReconciliation ¶
func (c *ClientWithResponses) TriggerReconciliation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerReconciliationResponse, error)
TriggerReconciliation request returning *TriggerReconciliationResponse
func (*ClientWithResponses) TriggerRotation ¶
func (c *ClientWithResponses) TriggerRotation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerRotationResponse, error)
TriggerRotation request returning *TriggerRotationResponse
func (*ClientWithResponses) TriggerWakeup ¶
func (c *ClientWithResponses) TriggerWakeup(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerWakeupResponse, error)
TriggerWakeup request returning *TriggerWakeupResponse
type ClientWithResponsesInterface ¶
type ClientWithResponsesInterface interface { // TriggerHibernation request TriggerHibernation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerHibernationResponse, error) // TriggerMaintenance request TriggerMaintenance(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerMaintenanceResponse, error) // TriggerReconciliation request TriggerReconciliation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerReconciliationResponse, error) // TriggerRotation request TriggerRotation(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerRotationResponse, error) // TriggerWakeup request TriggerWakeup(ctx context.Context, projectID string, clusterName string, reqEditors ...RequestEditorFn) (*TriggerWakeupResponse, 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 TriggerHibernationResponse ¶
type TriggerHibernationResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError Error error // Aggregated error }
func (TriggerHibernationResponse) Status ¶
func (r TriggerHibernationResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerHibernationResponse) StatusCode ¶
func (r TriggerHibernationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TriggerMaintenanceResponse ¶
type TriggerMaintenanceResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError Error error // Aggregated error }
func (TriggerMaintenanceResponse) Status ¶
func (r TriggerMaintenanceResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerMaintenanceResponse) StatusCode ¶
func (r TriggerMaintenanceResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TriggerReconciliationResponse ¶
type TriggerReconciliationResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError Error error // Aggregated error }
func (TriggerReconciliationResponse) Status ¶
func (r TriggerReconciliationResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerReconciliationResponse) StatusCode ¶
func (r TriggerReconciliationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TriggerRotationResponse ¶
type TriggerRotationResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError Error error // Aggregated error }
func (TriggerRotationResponse) Status ¶
func (r TriggerRotationResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerRotationResponse) StatusCode ¶
func (r TriggerRotationResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode
type TriggerWakeupResponse ¶
type TriggerWakeupResponse struct { Body []byte HTTPResponse *http.Response JSON200 *map[string]interface{} JSON202 *map[string]interface{} JSON404 *map[string]interface{} JSONDefault *RuntimeError Error error // Aggregated error }
func (TriggerWakeupResponse) Status ¶
func (r TriggerWakeupResponse) Status() string
Status returns HTTPResponse.Status
func (TriggerWakeupResponse) StatusCode ¶
func (r TriggerWakeupResponse) StatusCode() int
StatusCode returns HTTPResponse.StatusCode