Documentation ¶
Index ¶
- type ActionCreateActionConfigDefault
- func (o *ActionCreateActionConfigDefault) Code() int
- func (o *ActionCreateActionConfigDefault) Error() string
- func (o *ActionCreateActionConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ActionCreateActionConfigDefault) IsClientError() bool
- func (o *ActionCreateActionConfigDefault) IsCode(code int) bool
- func (o *ActionCreateActionConfigDefault) IsRedirect() bool
- func (o *ActionCreateActionConfigDefault) IsServerError() bool
- func (o *ActionCreateActionConfigDefault) IsSuccess() bool
- func (o *ActionCreateActionConfigDefault) String() string
- type ActionCreateActionConfigOK
- func (o *ActionCreateActionConfigOK) Code() int
- func (o *ActionCreateActionConfigOK) Error() string
- func (o *ActionCreateActionConfigOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverCreateActionConfigResponse
- func (o *ActionCreateActionConfigOK) IsClientError() bool
- func (o *ActionCreateActionConfigOK) IsCode(code int) bool
- func (o *ActionCreateActionConfigOK) IsRedirect() bool
- func (o *ActionCreateActionConfigOK) IsServerError() bool
- func (o *ActionCreateActionConfigOK) IsSuccess() bool
- func (o *ActionCreateActionConfigOK) String() string
- type ActionCreateActionConfigParams
- func NewActionCreateActionConfigParams() *ActionCreateActionConfigParams
- func NewActionCreateActionConfigParamsWithContext(ctx context.Context) *ActionCreateActionConfigParams
- func NewActionCreateActionConfigParamsWithHTTPClient(client *http.Client) *ActionCreateActionConfigParams
- func NewActionCreateActionConfigParamsWithTimeout(timeout time.Duration) *ActionCreateActionConfigParams
- func (o *ActionCreateActionConfigParams) SetBody(body *models.HashicorpCloudWaypointActionsdriverCreateActionConfigRequest)
- func (o *ActionCreateActionConfigParams) SetContext(ctx context.Context)
- func (o *ActionCreateActionConfigParams) SetDefaults()
- func (o *ActionCreateActionConfigParams) SetHTTPClient(client *http.Client)
- func (o *ActionCreateActionConfigParams) SetNamespaceID(namespaceID string)
- func (o *ActionCreateActionConfigParams) SetTimeout(timeout time.Duration)
- func (o *ActionCreateActionConfigParams) WithBody(body *models.HashicorpCloudWaypointActionsdriverCreateActionConfigRequest) *ActionCreateActionConfigParams
- func (o *ActionCreateActionConfigParams) WithContext(ctx context.Context) *ActionCreateActionConfigParams
- func (o *ActionCreateActionConfigParams) WithDefaults() *ActionCreateActionConfigParams
- func (o *ActionCreateActionConfigParams) WithHTTPClient(client *http.Client) *ActionCreateActionConfigParams
- func (o *ActionCreateActionConfigParams) WithNamespaceID(namespaceID string) *ActionCreateActionConfigParams
- func (o *ActionCreateActionConfigParams) WithTimeout(timeout time.Duration) *ActionCreateActionConfigParams
- func (o *ActionCreateActionConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionCreateActionConfigReader
- type ActionDeleteActionConfigDefault
- func (o *ActionDeleteActionConfigDefault) Code() int
- func (o *ActionDeleteActionConfigDefault) Error() string
- func (o *ActionDeleteActionConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ActionDeleteActionConfigDefault) IsClientError() bool
- func (o *ActionDeleteActionConfigDefault) IsCode(code int) bool
- func (o *ActionDeleteActionConfigDefault) IsRedirect() bool
- func (o *ActionDeleteActionConfigDefault) IsServerError() bool
- func (o *ActionDeleteActionConfigDefault) IsSuccess() bool
- func (o *ActionDeleteActionConfigDefault) String() string
- type ActionDeleteActionConfigOK
- func (o *ActionDeleteActionConfigOK) Code() int
- func (o *ActionDeleteActionConfigOK) Error() string
- func (o *ActionDeleteActionConfigOK) GetPayload() interface{}
- func (o *ActionDeleteActionConfigOK) IsClientError() bool
- func (o *ActionDeleteActionConfigOK) IsCode(code int) bool
- func (o *ActionDeleteActionConfigOK) IsRedirect() bool
- func (o *ActionDeleteActionConfigOK) IsServerError() bool
- func (o *ActionDeleteActionConfigOK) IsSuccess() bool
- func (o *ActionDeleteActionConfigOK) String() string
- type ActionDeleteActionConfigParams
- func NewActionDeleteActionConfigParams() *ActionDeleteActionConfigParams
- func NewActionDeleteActionConfigParamsWithContext(ctx context.Context) *ActionDeleteActionConfigParams
- func NewActionDeleteActionConfigParamsWithHTTPClient(client *http.Client) *ActionDeleteActionConfigParams
- func NewActionDeleteActionConfigParamsWithTimeout(timeout time.Duration) *ActionDeleteActionConfigParams
- func (o *ActionDeleteActionConfigParams) SetActionID(actionID *string)
- func (o *ActionDeleteActionConfigParams) SetActionName(actionName *string)
- func (o *ActionDeleteActionConfigParams) SetContext(ctx context.Context)
- func (o *ActionDeleteActionConfigParams) SetDefaults()
- func (o *ActionDeleteActionConfigParams) SetHTTPClient(client *http.Client)
- func (o *ActionDeleteActionConfigParams) SetNamespaceID(namespaceID string)
- func (o *ActionDeleteActionConfigParams) SetTimeout(timeout time.Duration)
- func (o *ActionDeleteActionConfigParams) WithActionID(actionID *string) *ActionDeleteActionConfigParams
- func (o *ActionDeleteActionConfigParams) WithActionName(actionName *string) *ActionDeleteActionConfigParams
- func (o *ActionDeleteActionConfigParams) WithContext(ctx context.Context) *ActionDeleteActionConfigParams
- func (o *ActionDeleteActionConfigParams) WithDefaults() *ActionDeleteActionConfigParams
- func (o *ActionDeleteActionConfigParams) WithHTTPClient(client *http.Client) *ActionDeleteActionConfigParams
- func (o *ActionDeleteActionConfigParams) WithNamespaceID(namespaceID string) *ActionDeleteActionConfigParams
- func (o *ActionDeleteActionConfigParams) WithTimeout(timeout time.Duration) *ActionDeleteActionConfigParams
- func (o *ActionDeleteActionConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionDeleteActionConfigReader
- type ActionGetActionConfigDefault
- func (o *ActionGetActionConfigDefault) Code() int
- func (o *ActionGetActionConfigDefault) Error() string
- func (o *ActionGetActionConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ActionGetActionConfigDefault) IsClientError() bool
- func (o *ActionGetActionConfigDefault) IsCode(code int) bool
- func (o *ActionGetActionConfigDefault) IsRedirect() bool
- func (o *ActionGetActionConfigDefault) IsServerError() bool
- func (o *ActionGetActionConfigDefault) IsSuccess() bool
- func (o *ActionGetActionConfigDefault) String() string
- type ActionGetActionConfigOK
- func (o *ActionGetActionConfigOK) Code() int
- func (o *ActionGetActionConfigOK) Error() string
- func (o *ActionGetActionConfigOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverGetActionConfigResponse
- func (o *ActionGetActionConfigOK) IsClientError() bool
- func (o *ActionGetActionConfigOK) IsCode(code int) bool
- func (o *ActionGetActionConfigOK) IsRedirect() bool
- func (o *ActionGetActionConfigOK) IsServerError() bool
- func (o *ActionGetActionConfigOK) IsSuccess() bool
- func (o *ActionGetActionConfigOK) String() string
- type ActionGetActionConfigParams
- func NewActionGetActionConfigParams() *ActionGetActionConfigParams
- func NewActionGetActionConfigParamsWithContext(ctx context.Context) *ActionGetActionConfigParams
- func NewActionGetActionConfigParamsWithHTTPClient(client *http.Client) *ActionGetActionConfigParams
- func NewActionGetActionConfigParamsWithTimeout(timeout time.Duration) *ActionGetActionConfigParams
- func (o *ActionGetActionConfigParams) SetActionID(actionID *string)
- func (o *ActionGetActionConfigParams) SetActionName(actionName *string)
- func (o *ActionGetActionConfigParams) SetContext(ctx context.Context)
- func (o *ActionGetActionConfigParams) SetDefaults()
- func (o *ActionGetActionConfigParams) SetHTTPClient(client *http.Client)
- func (o *ActionGetActionConfigParams) SetNamespaceID(namespaceID string)
- func (o *ActionGetActionConfigParams) SetTimeout(timeout time.Duration)
- func (o *ActionGetActionConfigParams) WithActionID(actionID *string) *ActionGetActionConfigParams
- func (o *ActionGetActionConfigParams) WithActionName(actionName *string) *ActionGetActionConfigParams
- func (o *ActionGetActionConfigParams) WithContext(ctx context.Context) *ActionGetActionConfigParams
- func (o *ActionGetActionConfigParams) WithDefaults() *ActionGetActionConfigParams
- func (o *ActionGetActionConfigParams) WithHTTPClient(client *http.Client) *ActionGetActionConfigParams
- func (o *ActionGetActionConfigParams) WithNamespaceID(namespaceID string) *ActionGetActionConfigParams
- func (o *ActionGetActionConfigParams) WithTimeout(timeout time.Duration) *ActionGetActionConfigParams
- func (o *ActionGetActionConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionGetActionConfigReader
- type ActionListActionConfigsDefault
- func (o *ActionListActionConfigsDefault) Code() int
- func (o *ActionListActionConfigsDefault) Error() string
- func (o *ActionListActionConfigsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ActionListActionConfigsDefault) IsClientError() bool
- func (o *ActionListActionConfigsDefault) IsCode(code int) bool
- func (o *ActionListActionConfigsDefault) IsRedirect() bool
- func (o *ActionListActionConfigsDefault) IsServerError() bool
- func (o *ActionListActionConfigsDefault) IsSuccess() bool
- func (o *ActionListActionConfigsDefault) String() string
- type ActionListActionConfigsOK
- func (o *ActionListActionConfigsOK) Code() int
- func (o *ActionListActionConfigsOK) Error() string
- func (o *ActionListActionConfigsOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverListActionConfigResponse
- func (o *ActionListActionConfigsOK) IsClientError() bool
- func (o *ActionListActionConfigsOK) IsCode(code int) bool
- func (o *ActionListActionConfigsOK) IsRedirect() bool
- func (o *ActionListActionConfigsOK) IsServerError() bool
- func (o *ActionListActionConfigsOK) IsSuccess() bool
- func (o *ActionListActionConfigsOK) String() string
- type ActionListActionConfigsParams
- func NewActionListActionConfigsParams() *ActionListActionConfigsParams
- func NewActionListActionConfigsParamsWithContext(ctx context.Context) *ActionListActionConfigsParams
- func NewActionListActionConfigsParamsWithHTTPClient(client *http.Client) *ActionListActionConfigsParams
- func NewActionListActionConfigsParamsWithTimeout(timeout time.Duration) *ActionListActionConfigsParams
- func (o *ActionListActionConfigsParams) SetContext(ctx context.Context)
- func (o *ActionListActionConfigsParams) SetDefaults()
- func (o *ActionListActionConfigsParams) SetHTTPClient(client *http.Client)
- func (o *ActionListActionConfigsParams) SetNamespaceID(namespaceID string)
- func (o *ActionListActionConfigsParams) SetTimeout(timeout time.Duration)
- func (o *ActionListActionConfigsParams) WithContext(ctx context.Context) *ActionListActionConfigsParams
- func (o *ActionListActionConfigsParams) WithDefaults() *ActionListActionConfigsParams
- func (o *ActionListActionConfigsParams) WithHTTPClient(client *http.Client) *ActionListActionConfigsParams
- func (o *ActionListActionConfigsParams) WithNamespaceID(namespaceID string) *ActionListActionConfigsParams
- func (o *ActionListActionConfigsParams) WithTimeout(timeout time.Duration) *ActionListActionConfigsParams
- func (o *ActionListActionConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionListActionConfigsReader
- type ActionListActionRunsDefault
- func (o *ActionListActionRunsDefault) Code() int
- func (o *ActionListActionRunsDefault) Error() string
- func (o *ActionListActionRunsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ActionListActionRunsDefault) IsClientError() bool
- func (o *ActionListActionRunsDefault) IsCode(code int) bool
- func (o *ActionListActionRunsDefault) IsRedirect() bool
- func (o *ActionListActionRunsDefault) IsServerError() bool
- func (o *ActionListActionRunsDefault) IsSuccess() bool
- func (o *ActionListActionRunsDefault) String() string
- type ActionListActionRunsOK
- func (o *ActionListActionRunsOK) Code() int
- func (o *ActionListActionRunsOK) Error() string
- func (o *ActionListActionRunsOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverListActionRunsResponse
- func (o *ActionListActionRunsOK) IsClientError() bool
- func (o *ActionListActionRunsOK) IsCode(code int) bool
- func (o *ActionListActionRunsOK) IsRedirect() bool
- func (o *ActionListActionRunsOK) IsServerError() bool
- func (o *ActionListActionRunsOK) IsSuccess() bool
- func (o *ActionListActionRunsOK) String() string
- type ActionListActionRunsParams
- func NewActionListActionRunsParams() *ActionListActionRunsParams
- func NewActionListActionRunsParamsWithContext(ctx context.Context) *ActionListActionRunsParams
- func NewActionListActionRunsParamsWithHTTPClient(client *http.Client) *ActionListActionRunsParams
- func NewActionListActionRunsParamsWithTimeout(timeout time.Duration) *ActionListActionRunsParams
- func (o *ActionListActionRunsParams) SetActionID(actionID *string)
- func (o *ActionListActionRunsParams) SetActionName(actionName *string)
- func (o *ActionListActionRunsParams) SetContext(ctx context.Context)
- func (o *ActionListActionRunsParams) SetDefaults()
- func (o *ActionListActionRunsParams) SetHTTPClient(client *http.Client)
- func (o *ActionListActionRunsParams) SetNamespaceID(namespaceID string)
- func (o *ActionListActionRunsParams) SetTimeout(timeout time.Duration)
- func (o *ActionListActionRunsParams) WithActionID(actionID *string) *ActionListActionRunsParams
- func (o *ActionListActionRunsParams) WithActionName(actionName *string) *ActionListActionRunsParams
- func (o *ActionListActionRunsParams) WithContext(ctx context.Context) *ActionListActionRunsParams
- func (o *ActionListActionRunsParams) WithDefaults() *ActionListActionRunsParams
- func (o *ActionListActionRunsParams) WithHTTPClient(client *http.Client) *ActionListActionRunsParams
- func (o *ActionListActionRunsParams) WithNamespaceID(namespaceID string) *ActionListActionRunsParams
- func (o *ActionListActionRunsParams) WithTimeout(timeout time.Duration) *ActionListActionRunsParams
- func (o *ActionListActionRunsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionListActionRunsReader
- type ActionRunActionDefault
- func (o *ActionRunActionDefault) Code() int
- func (o *ActionRunActionDefault) Error() string
- func (o *ActionRunActionDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ActionRunActionDefault) IsClientError() bool
- func (o *ActionRunActionDefault) IsCode(code int) bool
- func (o *ActionRunActionDefault) IsRedirect() bool
- func (o *ActionRunActionDefault) IsServerError() bool
- func (o *ActionRunActionDefault) IsSuccess() bool
- func (o *ActionRunActionDefault) String() string
- type ActionRunActionOK
- func (o *ActionRunActionOK) Code() int
- func (o *ActionRunActionOK) Error() string
- func (o *ActionRunActionOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverRunActionResponse
- func (o *ActionRunActionOK) IsClientError() bool
- func (o *ActionRunActionOK) IsCode(code int) bool
- func (o *ActionRunActionOK) IsRedirect() bool
- func (o *ActionRunActionOK) IsServerError() bool
- func (o *ActionRunActionOK) IsSuccess() bool
- func (o *ActionRunActionOK) String() string
- type ActionRunActionParams
- func NewActionRunActionParams() *ActionRunActionParams
- func NewActionRunActionParamsWithContext(ctx context.Context) *ActionRunActionParams
- func NewActionRunActionParamsWithHTTPClient(client *http.Client) *ActionRunActionParams
- func NewActionRunActionParamsWithTimeout(timeout time.Duration) *ActionRunActionParams
- func (o *ActionRunActionParams) SetBody(body *models.HashicorpCloudWaypointActionsdriverRunActionRequest)
- func (o *ActionRunActionParams) SetContext(ctx context.Context)
- func (o *ActionRunActionParams) SetDefaults()
- func (o *ActionRunActionParams) SetHTTPClient(client *http.Client)
- func (o *ActionRunActionParams) SetNamespaceID(namespaceID string)
- func (o *ActionRunActionParams) SetTimeout(timeout time.Duration)
- func (o *ActionRunActionParams) WithBody(body *models.HashicorpCloudWaypointActionsdriverRunActionRequest) *ActionRunActionParams
- func (o *ActionRunActionParams) WithContext(ctx context.Context) *ActionRunActionParams
- func (o *ActionRunActionParams) WithDefaults() *ActionRunActionParams
- func (o *ActionRunActionParams) WithHTTPClient(client *http.Client) *ActionRunActionParams
- func (o *ActionRunActionParams) WithNamespaceID(namespaceID string) *ActionRunActionParams
- func (o *ActionRunActionParams) WithTimeout(timeout time.Duration) *ActionRunActionParams
- func (o *ActionRunActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionRunActionReader
- type ActionSendStatusLogDefault
- func (o *ActionSendStatusLogDefault) Code() int
- func (o *ActionSendStatusLogDefault) Error() string
- func (o *ActionSendStatusLogDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ActionSendStatusLogDefault) IsClientError() bool
- func (o *ActionSendStatusLogDefault) IsCode(code int) bool
- func (o *ActionSendStatusLogDefault) IsRedirect() bool
- func (o *ActionSendStatusLogDefault) IsServerError() bool
- func (o *ActionSendStatusLogDefault) IsSuccess() bool
- func (o *ActionSendStatusLogDefault) String() string
- type ActionSendStatusLogOK
- func (o *ActionSendStatusLogOK) Code() int
- func (o *ActionSendStatusLogOK) Error() string
- func (o *ActionSendStatusLogOK) GetPayload() models.HashicorpCloudWaypointActionsdriverSendStatusLogResponse
- func (o *ActionSendStatusLogOK) IsClientError() bool
- func (o *ActionSendStatusLogOK) IsCode(code int) bool
- func (o *ActionSendStatusLogOK) IsRedirect() bool
- func (o *ActionSendStatusLogOK) IsServerError() bool
- func (o *ActionSendStatusLogOK) IsSuccess() bool
- func (o *ActionSendStatusLogOK) String() string
- type ActionSendStatusLogParams
- func NewActionSendStatusLogParams() *ActionSendStatusLogParams
- func NewActionSendStatusLogParamsWithContext(ctx context.Context) *ActionSendStatusLogParams
- func NewActionSendStatusLogParamsWithHTTPClient(client *http.Client) *ActionSendStatusLogParams
- func NewActionSendStatusLogParamsWithTimeout(timeout time.Duration) *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) SetActionConfigID(actionConfigID string)
- func (o *ActionSendStatusLogParams) SetActionRunSeq(actionRunSeq string)
- func (o *ActionSendStatusLogParams) SetBody(body *models.HashicorpCloudWaypointActionsdriverSendStatusLogRequest)
- func (o *ActionSendStatusLogParams) SetContext(ctx context.Context)
- func (o *ActionSendStatusLogParams) SetDefaults()
- func (o *ActionSendStatusLogParams) SetHTTPClient(client *http.Client)
- func (o *ActionSendStatusLogParams) SetNamespaceID(namespaceID string)
- func (o *ActionSendStatusLogParams) SetTimeout(timeout time.Duration)
- func (o *ActionSendStatusLogParams) WithActionConfigID(actionConfigID string) *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) WithActionRunSeq(actionRunSeq string) *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) WithBody(body *models.HashicorpCloudWaypointActionsdriverSendStatusLogRequest) *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) WithContext(ctx context.Context) *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) WithDefaults() *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) WithHTTPClient(client *http.Client) *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) WithNamespaceID(namespaceID string) *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) WithTimeout(timeout time.Duration) *ActionSendStatusLogParams
- func (o *ActionSendStatusLogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionSendStatusLogReader
- type ActionUpdateActionConfigDefault
- func (o *ActionUpdateActionConfigDefault) Code() int
- func (o *ActionUpdateActionConfigDefault) Error() string
- func (o *ActionUpdateActionConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
- func (o *ActionUpdateActionConfigDefault) IsClientError() bool
- func (o *ActionUpdateActionConfigDefault) IsCode(code int) bool
- func (o *ActionUpdateActionConfigDefault) IsRedirect() bool
- func (o *ActionUpdateActionConfigDefault) IsServerError() bool
- func (o *ActionUpdateActionConfigDefault) IsSuccess() bool
- func (o *ActionUpdateActionConfigDefault) String() string
- type ActionUpdateActionConfigOK
- func (o *ActionUpdateActionConfigOK) Code() int
- func (o *ActionUpdateActionConfigOK) Error() string
- func (o *ActionUpdateActionConfigOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigResponse
- func (o *ActionUpdateActionConfigOK) IsClientError() bool
- func (o *ActionUpdateActionConfigOK) IsCode(code int) bool
- func (o *ActionUpdateActionConfigOK) IsRedirect() bool
- func (o *ActionUpdateActionConfigOK) IsServerError() bool
- func (o *ActionUpdateActionConfigOK) IsSuccess() bool
- func (o *ActionUpdateActionConfigOK) String() string
- type ActionUpdateActionConfigParams
- func NewActionUpdateActionConfigParams() *ActionUpdateActionConfigParams
- func NewActionUpdateActionConfigParamsWithContext(ctx context.Context) *ActionUpdateActionConfigParams
- func NewActionUpdateActionConfigParamsWithHTTPClient(client *http.Client) *ActionUpdateActionConfigParams
- func NewActionUpdateActionConfigParamsWithTimeout(timeout time.Duration) *ActionUpdateActionConfigParams
- func (o *ActionUpdateActionConfigParams) SetBody(body *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigRequest)
- func (o *ActionUpdateActionConfigParams) SetContext(ctx context.Context)
- func (o *ActionUpdateActionConfigParams) SetDefaults()
- func (o *ActionUpdateActionConfigParams) SetHTTPClient(client *http.Client)
- func (o *ActionUpdateActionConfigParams) SetNamespaceID(namespaceID string)
- func (o *ActionUpdateActionConfigParams) SetTimeout(timeout time.Duration)
- func (o *ActionUpdateActionConfigParams) WithBody(body *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigRequest) *ActionUpdateActionConfigParams
- func (o *ActionUpdateActionConfigParams) WithContext(ctx context.Context) *ActionUpdateActionConfigParams
- func (o *ActionUpdateActionConfigParams) WithDefaults() *ActionUpdateActionConfigParams
- func (o *ActionUpdateActionConfigParams) WithHTTPClient(client *http.Client) *ActionUpdateActionConfigParams
- func (o *ActionUpdateActionConfigParams) WithNamespaceID(namespaceID string) *ActionUpdateActionConfigParams
- func (o *ActionUpdateActionConfigParams) WithTimeout(timeout time.Duration) *ActionUpdateActionConfigParams
- func (o *ActionUpdateActionConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ActionUpdateActionConfigReader
- type Client
- func (a *Client) ActionCreateActionConfig(params *ActionCreateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActionCreateActionConfigOK, error)
- func (a *Client) ActionDeleteActionConfig(params *ActionDeleteActionConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActionDeleteActionConfigOK, error)
- func (a *Client) ActionGetActionConfig(params *ActionGetActionConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActionGetActionConfigOK, error)
- func (a *Client) ActionListActionConfigs(params *ActionListActionConfigsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActionListActionConfigsOK, error)
- func (a *Client) ActionListActionRuns(params *ActionListActionRunsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActionListActionRunsOK, error)
- func (a *Client) ActionRunAction(params *ActionRunActionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActionRunActionOK, error)
- func (a *Client) ActionSendStatusLog(params *ActionSendStatusLogParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActionSendStatusLogOK, error)
- func (a *Client) ActionUpdateActionConfig(params *ActionUpdateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ActionUpdateActionConfigOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActionCreateActionConfigDefault ¶
type ActionCreateActionConfigDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ActionCreateActionConfigDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewActionCreateActionConfigDefault ¶
func NewActionCreateActionConfigDefault(code int) *ActionCreateActionConfigDefault
NewActionCreateActionConfigDefault creates a ActionCreateActionConfigDefault with default headers values
func (*ActionCreateActionConfigDefault) Code ¶
func (o *ActionCreateActionConfigDefault) Code() int
Code gets the status code for the action create action config default response
func (*ActionCreateActionConfigDefault) Error ¶
func (o *ActionCreateActionConfigDefault) Error() string
func (*ActionCreateActionConfigDefault) GetPayload ¶
func (o *ActionCreateActionConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ActionCreateActionConfigDefault) IsClientError ¶
func (o *ActionCreateActionConfigDefault) IsClientError() bool
IsClientError returns true when this action create action config default response has a 4xx status code
func (*ActionCreateActionConfigDefault) IsCode ¶
func (o *ActionCreateActionConfigDefault) IsCode(code int) bool
IsCode returns true when this action create action config default response a status code equal to that given
func (*ActionCreateActionConfigDefault) IsRedirect ¶
func (o *ActionCreateActionConfigDefault) IsRedirect() bool
IsRedirect returns true when this action create action config default response has a 3xx status code
func (*ActionCreateActionConfigDefault) IsServerError ¶
func (o *ActionCreateActionConfigDefault) IsServerError() bool
IsServerError returns true when this action create action config default response has a 5xx status code
func (*ActionCreateActionConfigDefault) IsSuccess ¶
func (o *ActionCreateActionConfigDefault) IsSuccess() bool
IsSuccess returns true when this action create action config default response has a 2xx status code
func (*ActionCreateActionConfigDefault) String ¶
func (o *ActionCreateActionConfigDefault) String() string
type ActionCreateActionConfigOK ¶
type ActionCreateActionConfigOK struct {
Payload *models.HashicorpCloudWaypointActionsdriverCreateActionConfigResponse
}
ActionCreateActionConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewActionCreateActionConfigOK ¶
func NewActionCreateActionConfigOK() *ActionCreateActionConfigOK
NewActionCreateActionConfigOK creates a ActionCreateActionConfigOK with default headers values
func (*ActionCreateActionConfigOK) Code ¶
func (o *ActionCreateActionConfigOK) Code() int
Code gets the status code for the action create action config o k response
func (*ActionCreateActionConfigOK) Error ¶
func (o *ActionCreateActionConfigOK) Error() string
func (*ActionCreateActionConfigOK) GetPayload ¶
func (o *ActionCreateActionConfigOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverCreateActionConfigResponse
func (*ActionCreateActionConfigOK) IsClientError ¶
func (o *ActionCreateActionConfigOK) IsClientError() bool
IsClientError returns true when this action create action config o k response has a 4xx status code
func (*ActionCreateActionConfigOK) IsCode ¶
func (o *ActionCreateActionConfigOK) IsCode(code int) bool
IsCode returns true when this action create action config o k response a status code equal to that given
func (*ActionCreateActionConfigOK) IsRedirect ¶
func (o *ActionCreateActionConfigOK) IsRedirect() bool
IsRedirect returns true when this action create action config o k response has a 3xx status code
func (*ActionCreateActionConfigOK) IsServerError ¶
func (o *ActionCreateActionConfigOK) IsServerError() bool
IsServerError returns true when this action create action config o k response has a 5xx status code
func (*ActionCreateActionConfigOK) IsSuccess ¶
func (o *ActionCreateActionConfigOK) IsSuccess() bool
IsSuccess returns true when this action create action config o k response has a 2xx status code
func (*ActionCreateActionConfigOK) String ¶
func (o *ActionCreateActionConfigOK) String() string
type ActionCreateActionConfigParams ¶
type ActionCreateActionConfigParams struct { // Body. Body *models.HashicorpCloudWaypointActionsdriverCreateActionConfigRequest /* NamespaceID. The namespace the action to be stored in */ NamespaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionCreateActionConfigParams contains all the parameters to send to the API endpoint
for the action create action config operation. Typically these are written to a http.Request.
func NewActionCreateActionConfigParams ¶
func NewActionCreateActionConfigParams() *ActionCreateActionConfigParams
NewActionCreateActionConfigParams creates a new ActionCreateActionConfigParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActionCreateActionConfigParamsWithContext ¶
func NewActionCreateActionConfigParamsWithContext(ctx context.Context) *ActionCreateActionConfigParams
NewActionCreateActionConfigParamsWithContext creates a new ActionCreateActionConfigParams object with the ability to set a context for a request.
func NewActionCreateActionConfigParamsWithHTTPClient ¶
func NewActionCreateActionConfigParamsWithHTTPClient(client *http.Client) *ActionCreateActionConfigParams
NewActionCreateActionConfigParamsWithHTTPClient creates a new ActionCreateActionConfigParams object with the ability to set a custom HTTPClient for a request.
func NewActionCreateActionConfigParamsWithTimeout ¶
func NewActionCreateActionConfigParamsWithTimeout(timeout time.Duration) *ActionCreateActionConfigParams
NewActionCreateActionConfigParamsWithTimeout creates a new ActionCreateActionConfigParams object with the ability to set a timeout on a request.
func (*ActionCreateActionConfigParams) SetBody ¶
func (o *ActionCreateActionConfigParams) SetBody(body *models.HashicorpCloudWaypointActionsdriverCreateActionConfigRequest)
SetBody adds the body to the action create action config params
func (*ActionCreateActionConfigParams) SetContext ¶
func (o *ActionCreateActionConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the action create action config params
func (*ActionCreateActionConfigParams) SetDefaults ¶
func (o *ActionCreateActionConfigParams) SetDefaults()
SetDefaults hydrates default values in the action create action config params (not the query body).
All values with no default are reset to their zero value.
func (*ActionCreateActionConfigParams) SetHTTPClient ¶
func (o *ActionCreateActionConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action create action config params
func (*ActionCreateActionConfigParams) SetNamespaceID ¶
func (o *ActionCreateActionConfigParams) SetNamespaceID(namespaceID string)
SetNamespaceID adds the namespaceId to the action create action config params
func (*ActionCreateActionConfigParams) SetTimeout ¶
func (o *ActionCreateActionConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action create action config params
func (*ActionCreateActionConfigParams) WithBody ¶
func (o *ActionCreateActionConfigParams) WithBody(body *models.HashicorpCloudWaypointActionsdriverCreateActionConfigRequest) *ActionCreateActionConfigParams
WithBody adds the body to the action create action config params
func (*ActionCreateActionConfigParams) WithContext ¶
func (o *ActionCreateActionConfigParams) WithContext(ctx context.Context) *ActionCreateActionConfigParams
WithContext adds the context to the action create action config params
func (*ActionCreateActionConfigParams) WithDefaults ¶
func (o *ActionCreateActionConfigParams) WithDefaults() *ActionCreateActionConfigParams
WithDefaults hydrates default values in the action create action config params (not the query body).
All values with no default are reset to their zero value.
func (*ActionCreateActionConfigParams) WithHTTPClient ¶
func (o *ActionCreateActionConfigParams) WithHTTPClient(client *http.Client) *ActionCreateActionConfigParams
WithHTTPClient adds the HTTPClient to the action create action config params
func (*ActionCreateActionConfigParams) WithNamespaceID ¶
func (o *ActionCreateActionConfigParams) WithNamespaceID(namespaceID string) *ActionCreateActionConfigParams
WithNamespaceID adds the namespaceID to the action create action config params
func (*ActionCreateActionConfigParams) WithTimeout ¶
func (o *ActionCreateActionConfigParams) WithTimeout(timeout time.Duration) *ActionCreateActionConfigParams
WithTimeout adds the timeout to the action create action config params
func (*ActionCreateActionConfigParams) WriteToRequest ¶
func (o *ActionCreateActionConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionCreateActionConfigReader ¶
type ActionCreateActionConfigReader struct {
// contains filtered or unexported fields
}
ActionCreateActionConfigReader is a Reader for the ActionCreateActionConfig structure.
func (*ActionCreateActionConfigReader) ReadResponse ¶
func (o *ActionCreateActionConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActionDeleteActionConfigDefault ¶
type ActionDeleteActionConfigDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ActionDeleteActionConfigDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewActionDeleteActionConfigDefault ¶
func NewActionDeleteActionConfigDefault(code int) *ActionDeleteActionConfigDefault
NewActionDeleteActionConfigDefault creates a ActionDeleteActionConfigDefault with default headers values
func (*ActionDeleteActionConfigDefault) Code ¶
func (o *ActionDeleteActionConfigDefault) Code() int
Code gets the status code for the action delete action config default response
func (*ActionDeleteActionConfigDefault) Error ¶
func (o *ActionDeleteActionConfigDefault) Error() string
func (*ActionDeleteActionConfigDefault) GetPayload ¶
func (o *ActionDeleteActionConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ActionDeleteActionConfigDefault) IsClientError ¶
func (o *ActionDeleteActionConfigDefault) IsClientError() bool
IsClientError returns true when this action delete action config default response has a 4xx status code
func (*ActionDeleteActionConfigDefault) IsCode ¶
func (o *ActionDeleteActionConfigDefault) IsCode(code int) bool
IsCode returns true when this action delete action config default response a status code equal to that given
func (*ActionDeleteActionConfigDefault) IsRedirect ¶
func (o *ActionDeleteActionConfigDefault) IsRedirect() bool
IsRedirect returns true when this action delete action config default response has a 3xx status code
func (*ActionDeleteActionConfigDefault) IsServerError ¶
func (o *ActionDeleteActionConfigDefault) IsServerError() bool
IsServerError returns true when this action delete action config default response has a 5xx status code
func (*ActionDeleteActionConfigDefault) IsSuccess ¶
func (o *ActionDeleteActionConfigDefault) IsSuccess() bool
IsSuccess returns true when this action delete action config default response has a 2xx status code
func (*ActionDeleteActionConfigDefault) String ¶
func (o *ActionDeleteActionConfigDefault) String() string
type ActionDeleteActionConfigOK ¶
type ActionDeleteActionConfigOK struct {
Payload interface{}
}
ActionDeleteActionConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewActionDeleteActionConfigOK ¶
func NewActionDeleteActionConfigOK() *ActionDeleteActionConfigOK
NewActionDeleteActionConfigOK creates a ActionDeleteActionConfigOK with default headers values
func (*ActionDeleteActionConfigOK) Code ¶
func (o *ActionDeleteActionConfigOK) Code() int
Code gets the status code for the action delete action config o k response
func (*ActionDeleteActionConfigOK) Error ¶
func (o *ActionDeleteActionConfigOK) Error() string
func (*ActionDeleteActionConfigOK) GetPayload ¶
func (o *ActionDeleteActionConfigOK) GetPayload() interface{}
func (*ActionDeleteActionConfigOK) IsClientError ¶
func (o *ActionDeleteActionConfigOK) IsClientError() bool
IsClientError returns true when this action delete action config o k response has a 4xx status code
func (*ActionDeleteActionConfigOK) IsCode ¶
func (o *ActionDeleteActionConfigOK) IsCode(code int) bool
IsCode returns true when this action delete action config o k response a status code equal to that given
func (*ActionDeleteActionConfigOK) IsRedirect ¶
func (o *ActionDeleteActionConfigOK) IsRedirect() bool
IsRedirect returns true when this action delete action config o k response has a 3xx status code
func (*ActionDeleteActionConfigOK) IsServerError ¶
func (o *ActionDeleteActionConfigOK) IsServerError() bool
IsServerError returns true when this action delete action config o k response has a 5xx status code
func (*ActionDeleteActionConfigOK) IsSuccess ¶
func (o *ActionDeleteActionConfigOK) IsSuccess() bool
IsSuccess returns true when this action delete action config o k response has a 2xx status code
func (*ActionDeleteActionConfigOK) String ¶
func (o *ActionDeleteActionConfigOK) String() string
type ActionDeleteActionConfigParams ¶
type ActionDeleteActionConfigParams struct { /* ActionID. The id of the action config being deleted. */ ActionID *string /* ActionName. The name of the action being deleted (will only be used if id not provided). */ ActionName *string /* NamespaceID. The namespace the action to be deleted in */ NamespaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionDeleteActionConfigParams contains all the parameters to send to the API endpoint
for the action delete action config operation. Typically these are written to a http.Request.
func NewActionDeleteActionConfigParams ¶
func NewActionDeleteActionConfigParams() *ActionDeleteActionConfigParams
NewActionDeleteActionConfigParams creates a new ActionDeleteActionConfigParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActionDeleteActionConfigParamsWithContext ¶
func NewActionDeleteActionConfigParamsWithContext(ctx context.Context) *ActionDeleteActionConfigParams
NewActionDeleteActionConfigParamsWithContext creates a new ActionDeleteActionConfigParams object with the ability to set a context for a request.
func NewActionDeleteActionConfigParamsWithHTTPClient ¶
func NewActionDeleteActionConfigParamsWithHTTPClient(client *http.Client) *ActionDeleteActionConfigParams
NewActionDeleteActionConfigParamsWithHTTPClient creates a new ActionDeleteActionConfigParams object with the ability to set a custom HTTPClient for a request.
func NewActionDeleteActionConfigParamsWithTimeout ¶
func NewActionDeleteActionConfigParamsWithTimeout(timeout time.Duration) *ActionDeleteActionConfigParams
NewActionDeleteActionConfigParamsWithTimeout creates a new ActionDeleteActionConfigParams object with the ability to set a timeout on a request.
func (*ActionDeleteActionConfigParams) SetActionID ¶
func (o *ActionDeleteActionConfigParams) SetActionID(actionID *string)
SetActionID adds the actionId to the action delete action config params
func (*ActionDeleteActionConfigParams) SetActionName ¶
func (o *ActionDeleteActionConfigParams) SetActionName(actionName *string)
SetActionName adds the actionName to the action delete action config params
func (*ActionDeleteActionConfigParams) SetContext ¶
func (o *ActionDeleteActionConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the action delete action config params
func (*ActionDeleteActionConfigParams) SetDefaults ¶
func (o *ActionDeleteActionConfigParams) SetDefaults()
SetDefaults hydrates default values in the action delete action config params (not the query body).
All values with no default are reset to their zero value.
func (*ActionDeleteActionConfigParams) SetHTTPClient ¶
func (o *ActionDeleteActionConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action delete action config params
func (*ActionDeleteActionConfigParams) SetNamespaceID ¶
func (o *ActionDeleteActionConfigParams) SetNamespaceID(namespaceID string)
SetNamespaceID adds the namespaceId to the action delete action config params
func (*ActionDeleteActionConfigParams) SetTimeout ¶
func (o *ActionDeleteActionConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action delete action config params
func (*ActionDeleteActionConfigParams) WithActionID ¶
func (o *ActionDeleteActionConfigParams) WithActionID(actionID *string) *ActionDeleteActionConfigParams
WithActionID adds the actionID to the action delete action config params
func (*ActionDeleteActionConfigParams) WithActionName ¶
func (o *ActionDeleteActionConfigParams) WithActionName(actionName *string) *ActionDeleteActionConfigParams
WithActionName adds the actionName to the action delete action config params
func (*ActionDeleteActionConfigParams) WithContext ¶
func (o *ActionDeleteActionConfigParams) WithContext(ctx context.Context) *ActionDeleteActionConfigParams
WithContext adds the context to the action delete action config params
func (*ActionDeleteActionConfigParams) WithDefaults ¶
func (o *ActionDeleteActionConfigParams) WithDefaults() *ActionDeleteActionConfigParams
WithDefaults hydrates default values in the action delete action config params (not the query body).
All values with no default are reset to their zero value.
func (*ActionDeleteActionConfigParams) WithHTTPClient ¶
func (o *ActionDeleteActionConfigParams) WithHTTPClient(client *http.Client) *ActionDeleteActionConfigParams
WithHTTPClient adds the HTTPClient to the action delete action config params
func (*ActionDeleteActionConfigParams) WithNamespaceID ¶
func (o *ActionDeleteActionConfigParams) WithNamespaceID(namespaceID string) *ActionDeleteActionConfigParams
WithNamespaceID adds the namespaceID to the action delete action config params
func (*ActionDeleteActionConfigParams) WithTimeout ¶
func (o *ActionDeleteActionConfigParams) WithTimeout(timeout time.Duration) *ActionDeleteActionConfigParams
WithTimeout adds the timeout to the action delete action config params
func (*ActionDeleteActionConfigParams) WriteToRequest ¶
func (o *ActionDeleteActionConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionDeleteActionConfigReader ¶
type ActionDeleteActionConfigReader struct {
// contains filtered or unexported fields
}
ActionDeleteActionConfigReader is a Reader for the ActionDeleteActionConfig structure.
func (*ActionDeleteActionConfigReader) ReadResponse ¶
func (o *ActionDeleteActionConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActionGetActionConfigDefault ¶
type ActionGetActionConfigDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ActionGetActionConfigDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewActionGetActionConfigDefault ¶
func NewActionGetActionConfigDefault(code int) *ActionGetActionConfigDefault
NewActionGetActionConfigDefault creates a ActionGetActionConfigDefault with default headers values
func (*ActionGetActionConfigDefault) Code ¶
func (o *ActionGetActionConfigDefault) Code() int
Code gets the status code for the action get action config default response
func (*ActionGetActionConfigDefault) Error ¶
func (o *ActionGetActionConfigDefault) Error() string
func (*ActionGetActionConfigDefault) GetPayload ¶
func (o *ActionGetActionConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ActionGetActionConfigDefault) IsClientError ¶
func (o *ActionGetActionConfigDefault) IsClientError() bool
IsClientError returns true when this action get action config default response has a 4xx status code
func (*ActionGetActionConfigDefault) IsCode ¶
func (o *ActionGetActionConfigDefault) IsCode(code int) bool
IsCode returns true when this action get action config default response a status code equal to that given
func (*ActionGetActionConfigDefault) IsRedirect ¶
func (o *ActionGetActionConfigDefault) IsRedirect() bool
IsRedirect returns true when this action get action config default response has a 3xx status code
func (*ActionGetActionConfigDefault) IsServerError ¶
func (o *ActionGetActionConfigDefault) IsServerError() bool
IsServerError returns true when this action get action config default response has a 5xx status code
func (*ActionGetActionConfigDefault) IsSuccess ¶
func (o *ActionGetActionConfigDefault) IsSuccess() bool
IsSuccess returns true when this action get action config default response has a 2xx status code
func (*ActionGetActionConfigDefault) String ¶
func (o *ActionGetActionConfigDefault) String() string
type ActionGetActionConfigOK ¶
type ActionGetActionConfigOK struct {
Payload *models.HashicorpCloudWaypointActionsdriverGetActionConfigResponse
}
ActionGetActionConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewActionGetActionConfigOK ¶
func NewActionGetActionConfigOK() *ActionGetActionConfigOK
NewActionGetActionConfigOK creates a ActionGetActionConfigOK with default headers values
func (*ActionGetActionConfigOK) Code ¶
func (o *ActionGetActionConfigOK) Code() int
Code gets the status code for the action get action config o k response
func (*ActionGetActionConfigOK) Error ¶
func (o *ActionGetActionConfigOK) Error() string
func (*ActionGetActionConfigOK) GetPayload ¶
func (o *ActionGetActionConfigOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverGetActionConfigResponse
func (*ActionGetActionConfigOK) IsClientError ¶
func (o *ActionGetActionConfigOK) IsClientError() bool
IsClientError returns true when this action get action config o k response has a 4xx status code
func (*ActionGetActionConfigOK) IsCode ¶
func (o *ActionGetActionConfigOK) IsCode(code int) bool
IsCode returns true when this action get action config o k response a status code equal to that given
func (*ActionGetActionConfigOK) IsRedirect ¶
func (o *ActionGetActionConfigOK) IsRedirect() bool
IsRedirect returns true when this action get action config o k response has a 3xx status code
func (*ActionGetActionConfigOK) IsServerError ¶
func (o *ActionGetActionConfigOK) IsServerError() bool
IsServerError returns true when this action get action config o k response has a 5xx status code
func (*ActionGetActionConfigOK) IsSuccess ¶
func (o *ActionGetActionConfigOK) IsSuccess() bool
IsSuccess returns true when this action get action config o k response has a 2xx status code
func (*ActionGetActionConfigOK) String ¶
func (o *ActionGetActionConfigOK) String() string
type ActionGetActionConfigParams ¶
type ActionGetActionConfigParams struct { /* ActionID. The id of the action config being requested. */ ActionID *string /* ActionName. The name of the action being requested (will only be used if id not provided). */ ActionName *string /* NamespaceID. The namespace the action is stored in */ NamespaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionGetActionConfigParams contains all the parameters to send to the API endpoint
for the action get action config operation. Typically these are written to a http.Request.
func NewActionGetActionConfigParams ¶
func NewActionGetActionConfigParams() *ActionGetActionConfigParams
NewActionGetActionConfigParams creates a new ActionGetActionConfigParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActionGetActionConfigParamsWithContext ¶
func NewActionGetActionConfigParamsWithContext(ctx context.Context) *ActionGetActionConfigParams
NewActionGetActionConfigParamsWithContext creates a new ActionGetActionConfigParams object with the ability to set a context for a request.
func NewActionGetActionConfigParamsWithHTTPClient ¶
func NewActionGetActionConfigParamsWithHTTPClient(client *http.Client) *ActionGetActionConfigParams
NewActionGetActionConfigParamsWithHTTPClient creates a new ActionGetActionConfigParams object with the ability to set a custom HTTPClient for a request.
func NewActionGetActionConfigParamsWithTimeout ¶
func NewActionGetActionConfigParamsWithTimeout(timeout time.Duration) *ActionGetActionConfigParams
NewActionGetActionConfigParamsWithTimeout creates a new ActionGetActionConfigParams object with the ability to set a timeout on a request.
func (*ActionGetActionConfigParams) SetActionID ¶
func (o *ActionGetActionConfigParams) SetActionID(actionID *string)
SetActionID adds the actionId to the action get action config params
func (*ActionGetActionConfigParams) SetActionName ¶
func (o *ActionGetActionConfigParams) SetActionName(actionName *string)
SetActionName adds the actionName to the action get action config params
func (*ActionGetActionConfigParams) SetContext ¶
func (o *ActionGetActionConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the action get action config params
func (*ActionGetActionConfigParams) SetDefaults ¶
func (o *ActionGetActionConfigParams) SetDefaults()
SetDefaults hydrates default values in the action get action config params (not the query body).
All values with no default are reset to their zero value.
func (*ActionGetActionConfigParams) SetHTTPClient ¶
func (o *ActionGetActionConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action get action config params
func (*ActionGetActionConfigParams) SetNamespaceID ¶
func (o *ActionGetActionConfigParams) SetNamespaceID(namespaceID string)
SetNamespaceID adds the namespaceId to the action get action config params
func (*ActionGetActionConfigParams) SetTimeout ¶
func (o *ActionGetActionConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action get action config params
func (*ActionGetActionConfigParams) WithActionID ¶
func (o *ActionGetActionConfigParams) WithActionID(actionID *string) *ActionGetActionConfigParams
WithActionID adds the actionID to the action get action config params
func (*ActionGetActionConfigParams) WithActionName ¶
func (o *ActionGetActionConfigParams) WithActionName(actionName *string) *ActionGetActionConfigParams
WithActionName adds the actionName to the action get action config params
func (*ActionGetActionConfigParams) WithContext ¶
func (o *ActionGetActionConfigParams) WithContext(ctx context.Context) *ActionGetActionConfigParams
WithContext adds the context to the action get action config params
func (*ActionGetActionConfigParams) WithDefaults ¶
func (o *ActionGetActionConfigParams) WithDefaults() *ActionGetActionConfigParams
WithDefaults hydrates default values in the action get action config params (not the query body).
All values with no default are reset to their zero value.
func (*ActionGetActionConfigParams) WithHTTPClient ¶
func (o *ActionGetActionConfigParams) WithHTTPClient(client *http.Client) *ActionGetActionConfigParams
WithHTTPClient adds the HTTPClient to the action get action config params
func (*ActionGetActionConfigParams) WithNamespaceID ¶
func (o *ActionGetActionConfigParams) WithNamespaceID(namespaceID string) *ActionGetActionConfigParams
WithNamespaceID adds the namespaceID to the action get action config params
func (*ActionGetActionConfigParams) WithTimeout ¶
func (o *ActionGetActionConfigParams) WithTimeout(timeout time.Duration) *ActionGetActionConfigParams
WithTimeout adds the timeout to the action get action config params
func (*ActionGetActionConfigParams) WriteToRequest ¶
func (o *ActionGetActionConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionGetActionConfigReader ¶
type ActionGetActionConfigReader struct {
// contains filtered or unexported fields
}
ActionGetActionConfigReader is a Reader for the ActionGetActionConfig structure.
func (*ActionGetActionConfigReader) ReadResponse ¶
func (o *ActionGetActionConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActionListActionConfigsDefault ¶
type ActionListActionConfigsDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ActionListActionConfigsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewActionListActionConfigsDefault ¶
func NewActionListActionConfigsDefault(code int) *ActionListActionConfigsDefault
NewActionListActionConfigsDefault creates a ActionListActionConfigsDefault with default headers values
func (*ActionListActionConfigsDefault) Code ¶
func (o *ActionListActionConfigsDefault) Code() int
Code gets the status code for the action list action configs default response
func (*ActionListActionConfigsDefault) Error ¶
func (o *ActionListActionConfigsDefault) Error() string
func (*ActionListActionConfigsDefault) GetPayload ¶
func (o *ActionListActionConfigsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ActionListActionConfigsDefault) IsClientError ¶
func (o *ActionListActionConfigsDefault) IsClientError() bool
IsClientError returns true when this action list action configs default response has a 4xx status code
func (*ActionListActionConfigsDefault) IsCode ¶
func (o *ActionListActionConfigsDefault) IsCode(code int) bool
IsCode returns true when this action list action configs default response a status code equal to that given
func (*ActionListActionConfigsDefault) IsRedirect ¶
func (o *ActionListActionConfigsDefault) IsRedirect() bool
IsRedirect returns true when this action list action configs default response has a 3xx status code
func (*ActionListActionConfigsDefault) IsServerError ¶
func (o *ActionListActionConfigsDefault) IsServerError() bool
IsServerError returns true when this action list action configs default response has a 5xx status code
func (*ActionListActionConfigsDefault) IsSuccess ¶
func (o *ActionListActionConfigsDefault) IsSuccess() bool
IsSuccess returns true when this action list action configs default response has a 2xx status code
func (*ActionListActionConfigsDefault) String ¶
func (o *ActionListActionConfigsDefault) String() string
type ActionListActionConfigsOK ¶
type ActionListActionConfigsOK struct {
Payload *models.HashicorpCloudWaypointActionsdriverListActionConfigResponse
}
ActionListActionConfigsOK describes a response with status code 200, with default header values.
A successful response.
func NewActionListActionConfigsOK ¶
func NewActionListActionConfigsOK() *ActionListActionConfigsOK
NewActionListActionConfigsOK creates a ActionListActionConfigsOK with default headers values
func (*ActionListActionConfigsOK) Code ¶
func (o *ActionListActionConfigsOK) Code() int
Code gets the status code for the action list action configs o k response
func (*ActionListActionConfigsOK) Error ¶
func (o *ActionListActionConfigsOK) Error() string
func (*ActionListActionConfigsOK) GetPayload ¶
func (o *ActionListActionConfigsOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverListActionConfigResponse
func (*ActionListActionConfigsOK) IsClientError ¶
func (o *ActionListActionConfigsOK) IsClientError() bool
IsClientError returns true when this action list action configs o k response has a 4xx status code
func (*ActionListActionConfigsOK) IsCode ¶
func (o *ActionListActionConfigsOK) IsCode(code int) bool
IsCode returns true when this action list action configs o k response a status code equal to that given
func (*ActionListActionConfigsOK) IsRedirect ¶
func (o *ActionListActionConfigsOK) IsRedirect() bool
IsRedirect returns true when this action list action configs o k response has a 3xx status code
func (*ActionListActionConfigsOK) IsServerError ¶
func (o *ActionListActionConfigsOK) IsServerError() bool
IsServerError returns true when this action list action configs o k response has a 5xx status code
func (*ActionListActionConfigsOK) IsSuccess ¶
func (o *ActionListActionConfigsOK) IsSuccess() bool
IsSuccess returns true when this action list action configs o k response has a 2xx status code
func (*ActionListActionConfigsOK) String ¶
func (o *ActionListActionConfigsOK) String() string
type ActionListActionConfigsParams ¶
type ActionListActionConfigsParams struct { /* NamespaceID. The namespace the actions are stored in */ NamespaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionListActionConfigsParams contains all the parameters to send to the API endpoint
for the action list action configs operation. Typically these are written to a http.Request.
func NewActionListActionConfigsParams ¶
func NewActionListActionConfigsParams() *ActionListActionConfigsParams
NewActionListActionConfigsParams creates a new ActionListActionConfigsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActionListActionConfigsParamsWithContext ¶
func NewActionListActionConfigsParamsWithContext(ctx context.Context) *ActionListActionConfigsParams
NewActionListActionConfigsParamsWithContext creates a new ActionListActionConfigsParams object with the ability to set a context for a request.
func NewActionListActionConfigsParamsWithHTTPClient ¶
func NewActionListActionConfigsParamsWithHTTPClient(client *http.Client) *ActionListActionConfigsParams
NewActionListActionConfigsParamsWithHTTPClient creates a new ActionListActionConfigsParams object with the ability to set a custom HTTPClient for a request.
func NewActionListActionConfigsParamsWithTimeout ¶
func NewActionListActionConfigsParamsWithTimeout(timeout time.Duration) *ActionListActionConfigsParams
NewActionListActionConfigsParamsWithTimeout creates a new ActionListActionConfigsParams object with the ability to set a timeout on a request.
func (*ActionListActionConfigsParams) SetContext ¶
func (o *ActionListActionConfigsParams) SetContext(ctx context.Context)
SetContext adds the context to the action list action configs params
func (*ActionListActionConfigsParams) SetDefaults ¶
func (o *ActionListActionConfigsParams) SetDefaults()
SetDefaults hydrates default values in the action list action configs params (not the query body).
All values with no default are reset to their zero value.
func (*ActionListActionConfigsParams) SetHTTPClient ¶
func (o *ActionListActionConfigsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action list action configs params
func (*ActionListActionConfigsParams) SetNamespaceID ¶
func (o *ActionListActionConfigsParams) SetNamespaceID(namespaceID string)
SetNamespaceID adds the namespaceId to the action list action configs params
func (*ActionListActionConfigsParams) SetTimeout ¶
func (o *ActionListActionConfigsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action list action configs params
func (*ActionListActionConfigsParams) WithContext ¶
func (o *ActionListActionConfigsParams) WithContext(ctx context.Context) *ActionListActionConfigsParams
WithContext adds the context to the action list action configs params
func (*ActionListActionConfigsParams) WithDefaults ¶
func (o *ActionListActionConfigsParams) WithDefaults() *ActionListActionConfigsParams
WithDefaults hydrates default values in the action list action configs params (not the query body).
All values with no default are reset to their zero value.
func (*ActionListActionConfigsParams) WithHTTPClient ¶
func (o *ActionListActionConfigsParams) WithHTTPClient(client *http.Client) *ActionListActionConfigsParams
WithHTTPClient adds the HTTPClient to the action list action configs params
func (*ActionListActionConfigsParams) WithNamespaceID ¶
func (o *ActionListActionConfigsParams) WithNamespaceID(namespaceID string) *ActionListActionConfigsParams
WithNamespaceID adds the namespaceID to the action list action configs params
func (*ActionListActionConfigsParams) WithTimeout ¶
func (o *ActionListActionConfigsParams) WithTimeout(timeout time.Duration) *ActionListActionConfigsParams
WithTimeout adds the timeout to the action list action configs params
func (*ActionListActionConfigsParams) WriteToRequest ¶
func (o *ActionListActionConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionListActionConfigsReader ¶
type ActionListActionConfigsReader struct {
// contains filtered or unexported fields
}
ActionListActionConfigsReader is a Reader for the ActionListActionConfigs structure.
func (*ActionListActionConfigsReader) ReadResponse ¶
func (o *ActionListActionConfigsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActionListActionRunsDefault ¶
type ActionListActionRunsDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ActionListActionRunsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewActionListActionRunsDefault ¶
func NewActionListActionRunsDefault(code int) *ActionListActionRunsDefault
NewActionListActionRunsDefault creates a ActionListActionRunsDefault with default headers values
func (*ActionListActionRunsDefault) Code ¶
func (o *ActionListActionRunsDefault) Code() int
Code gets the status code for the action list action runs default response
func (*ActionListActionRunsDefault) Error ¶
func (o *ActionListActionRunsDefault) Error() string
func (*ActionListActionRunsDefault) GetPayload ¶
func (o *ActionListActionRunsDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ActionListActionRunsDefault) IsClientError ¶
func (o *ActionListActionRunsDefault) IsClientError() bool
IsClientError returns true when this action list action runs default response has a 4xx status code
func (*ActionListActionRunsDefault) IsCode ¶
func (o *ActionListActionRunsDefault) IsCode(code int) bool
IsCode returns true when this action list action runs default response a status code equal to that given
func (*ActionListActionRunsDefault) IsRedirect ¶
func (o *ActionListActionRunsDefault) IsRedirect() bool
IsRedirect returns true when this action list action runs default response has a 3xx status code
func (*ActionListActionRunsDefault) IsServerError ¶
func (o *ActionListActionRunsDefault) IsServerError() bool
IsServerError returns true when this action list action runs default response has a 5xx status code
func (*ActionListActionRunsDefault) IsSuccess ¶
func (o *ActionListActionRunsDefault) IsSuccess() bool
IsSuccess returns true when this action list action runs default response has a 2xx status code
func (*ActionListActionRunsDefault) String ¶
func (o *ActionListActionRunsDefault) String() string
type ActionListActionRunsOK ¶
type ActionListActionRunsOK struct {
Payload *models.HashicorpCloudWaypointActionsdriverListActionRunsResponse
}
ActionListActionRunsOK describes a response with status code 200, with default header values.
A successful response.
func NewActionListActionRunsOK ¶
func NewActionListActionRunsOK() *ActionListActionRunsOK
NewActionListActionRunsOK creates a ActionListActionRunsOK with default headers values
func (*ActionListActionRunsOK) Code ¶
func (o *ActionListActionRunsOK) Code() int
Code gets the status code for the action list action runs o k response
func (*ActionListActionRunsOK) Error ¶
func (o *ActionListActionRunsOK) Error() string
func (*ActionListActionRunsOK) GetPayload ¶
func (o *ActionListActionRunsOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverListActionRunsResponse
func (*ActionListActionRunsOK) IsClientError ¶
func (o *ActionListActionRunsOK) IsClientError() bool
IsClientError returns true when this action list action runs o k response has a 4xx status code
func (*ActionListActionRunsOK) IsCode ¶
func (o *ActionListActionRunsOK) IsCode(code int) bool
IsCode returns true when this action list action runs o k response a status code equal to that given
func (*ActionListActionRunsOK) IsRedirect ¶
func (o *ActionListActionRunsOK) IsRedirect() bool
IsRedirect returns true when this action list action runs o k response has a 3xx status code
func (*ActionListActionRunsOK) IsServerError ¶
func (o *ActionListActionRunsOK) IsServerError() bool
IsServerError returns true when this action list action runs o k response has a 5xx status code
func (*ActionListActionRunsOK) IsSuccess ¶
func (o *ActionListActionRunsOK) IsSuccess() bool
IsSuccess returns true when this action list action runs o k response has a 2xx status code
func (*ActionListActionRunsOK) String ¶
func (o *ActionListActionRunsOK) String() string
type ActionListActionRunsParams ¶
type ActionListActionRunsParams struct { /* ActionID. The id of the action config being listed. */ ActionID *string /* ActionName. The name of the action being listed (will only be used if id not provided). */ ActionName *string /* NamespaceID. The namespace the action to be listed in */ NamespaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionListActionRunsParams contains all the parameters to send to the API endpoint
for the action list action runs operation. Typically these are written to a http.Request.
func NewActionListActionRunsParams ¶
func NewActionListActionRunsParams() *ActionListActionRunsParams
NewActionListActionRunsParams creates a new ActionListActionRunsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActionListActionRunsParamsWithContext ¶
func NewActionListActionRunsParamsWithContext(ctx context.Context) *ActionListActionRunsParams
NewActionListActionRunsParamsWithContext creates a new ActionListActionRunsParams object with the ability to set a context for a request.
func NewActionListActionRunsParamsWithHTTPClient ¶
func NewActionListActionRunsParamsWithHTTPClient(client *http.Client) *ActionListActionRunsParams
NewActionListActionRunsParamsWithHTTPClient creates a new ActionListActionRunsParams object with the ability to set a custom HTTPClient for a request.
func NewActionListActionRunsParamsWithTimeout ¶
func NewActionListActionRunsParamsWithTimeout(timeout time.Duration) *ActionListActionRunsParams
NewActionListActionRunsParamsWithTimeout creates a new ActionListActionRunsParams object with the ability to set a timeout on a request.
func (*ActionListActionRunsParams) SetActionID ¶
func (o *ActionListActionRunsParams) SetActionID(actionID *string)
SetActionID adds the actionId to the action list action runs params
func (*ActionListActionRunsParams) SetActionName ¶
func (o *ActionListActionRunsParams) SetActionName(actionName *string)
SetActionName adds the actionName to the action list action runs params
func (*ActionListActionRunsParams) SetContext ¶
func (o *ActionListActionRunsParams) SetContext(ctx context.Context)
SetContext adds the context to the action list action runs params
func (*ActionListActionRunsParams) SetDefaults ¶
func (o *ActionListActionRunsParams) SetDefaults()
SetDefaults hydrates default values in the action list action runs params (not the query body).
All values with no default are reset to their zero value.
func (*ActionListActionRunsParams) SetHTTPClient ¶
func (o *ActionListActionRunsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action list action runs params
func (*ActionListActionRunsParams) SetNamespaceID ¶
func (o *ActionListActionRunsParams) SetNamespaceID(namespaceID string)
SetNamespaceID adds the namespaceId to the action list action runs params
func (*ActionListActionRunsParams) SetTimeout ¶
func (o *ActionListActionRunsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action list action runs params
func (*ActionListActionRunsParams) WithActionID ¶
func (o *ActionListActionRunsParams) WithActionID(actionID *string) *ActionListActionRunsParams
WithActionID adds the actionID to the action list action runs params
func (*ActionListActionRunsParams) WithActionName ¶
func (o *ActionListActionRunsParams) WithActionName(actionName *string) *ActionListActionRunsParams
WithActionName adds the actionName to the action list action runs params
func (*ActionListActionRunsParams) WithContext ¶
func (o *ActionListActionRunsParams) WithContext(ctx context.Context) *ActionListActionRunsParams
WithContext adds the context to the action list action runs params
func (*ActionListActionRunsParams) WithDefaults ¶
func (o *ActionListActionRunsParams) WithDefaults() *ActionListActionRunsParams
WithDefaults hydrates default values in the action list action runs params (not the query body).
All values with no default are reset to their zero value.
func (*ActionListActionRunsParams) WithHTTPClient ¶
func (o *ActionListActionRunsParams) WithHTTPClient(client *http.Client) *ActionListActionRunsParams
WithHTTPClient adds the HTTPClient to the action list action runs params
func (*ActionListActionRunsParams) WithNamespaceID ¶
func (o *ActionListActionRunsParams) WithNamespaceID(namespaceID string) *ActionListActionRunsParams
WithNamespaceID adds the namespaceID to the action list action runs params
func (*ActionListActionRunsParams) WithTimeout ¶
func (o *ActionListActionRunsParams) WithTimeout(timeout time.Duration) *ActionListActionRunsParams
WithTimeout adds the timeout to the action list action runs params
func (*ActionListActionRunsParams) WriteToRequest ¶
func (o *ActionListActionRunsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionListActionRunsReader ¶
type ActionListActionRunsReader struct {
// contains filtered or unexported fields
}
ActionListActionRunsReader is a Reader for the ActionListActionRuns structure.
func (*ActionListActionRunsReader) ReadResponse ¶
func (o *ActionListActionRunsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActionRunActionDefault ¶
type ActionRunActionDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ActionRunActionDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewActionRunActionDefault ¶
func NewActionRunActionDefault(code int) *ActionRunActionDefault
NewActionRunActionDefault creates a ActionRunActionDefault with default headers values
func (*ActionRunActionDefault) Code ¶
func (o *ActionRunActionDefault) Code() int
Code gets the status code for the action run action default response
func (*ActionRunActionDefault) Error ¶
func (o *ActionRunActionDefault) Error() string
func (*ActionRunActionDefault) GetPayload ¶
func (o *ActionRunActionDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ActionRunActionDefault) IsClientError ¶
func (o *ActionRunActionDefault) IsClientError() bool
IsClientError returns true when this action run action default response has a 4xx status code
func (*ActionRunActionDefault) IsCode ¶
func (o *ActionRunActionDefault) IsCode(code int) bool
IsCode returns true when this action run action default response a status code equal to that given
func (*ActionRunActionDefault) IsRedirect ¶
func (o *ActionRunActionDefault) IsRedirect() bool
IsRedirect returns true when this action run action default response has a 3xx status code
func (*ActionRunActionDefault) IsServerError ¶
func (o *ActionRunActionDefault) IsServerError() bool
IsServerError returns true when this action run action default response has a 5xx status code
func (*ActionRunActionDefault) IsSuccess ¶
func (o *ActionRunActionDefault) IsSuccess() bool
IsSuccess returns true when this action run action default response has a 2xx status code
func (*ActionRunActionDefault) String ¶
func (o *ActionRunActionDefault) String() string
type ActionRunActionOK ¶
type ActionRunActionOK struct {
Payload *models.HashicorpCloudWaypointActionsdriverRunActionResponse
}
ActionRunActionOK describes a response with status code 200, with default header values.
A successful response.
func NewActionRunActionOK ¶
func NewActionRunActionOK() *ActionRunActionOK
NewActionRunActionOK creates a ActionRunActionOK with default headers values
func (*ActionRunActionOK) Code ¶
func (o *ActionRunActionOK) Code() int
Code gets the status code for the action run action o k response
func (*ActionRunActionOK) Error ¶
func (o *ActionRunActionOK) Error() string
func (*ActionRunActionOK) GetPayload ¶
func (o *ActionRunActionOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverRunActionResponse
func (*ActionRunActionOK) IsClientError ¶
func (o *ActionRunActionOK) IsClientError() bool
IsClientError returns true when this action run action o k response has a 4xx status code
func (*ActionRunActionOK) IsCode ¶
func (o *ActionRunActionOK) IsCode(code int) bool
IsCode returns true when this action run action o k response a status code equal to that given
func (*ActionRunActionOK) IsRedirect ¶
func (o *ActionRunActionOK) IsRedirect() bool
IsRedirect returns true when this action run action o k response has a 3xx status code
func (*ActionRunActionOK) IsServerError ¶
func (o *ActionRunActionOK) IsServerError() bool
IsServerError returns true when this action run action o k response has a 5xx status code
func (*ActionRunActionOK) IsSuccess ¶
func (o *ActionRunActionOK) IsSuccess() bool
IsSuccess returns true when this action run action o k response has a 2xx status code
func (*ActionRunActionOK) String ¶
func (o *ActionRunActionOK) String() string
type ActionRunActionParams ¶
type ActionRunActionParams struct { // Body. Body *models.HashicorpCloudWaypointActionsdriverRunActionRequest /* NamespaceID. The namespace the action will run in */ NamespaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionRunActionParams contains all the parameters to send to the API endpoint
for the action run action operation. Typically these are written to a http.Request.
func NewActionRunActionParams ¶
func NewActionRunActionParams() *ActionRunActionParams
NewActionRunActionParams creates a new ActionRunActionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActionRunActionParamsWithContext ¶
func NewActionRunActionParamsWithContext(ctx context.Context) *ActionRunActionParams
NewActionRunActionParamsWithContext creates a new ActionRunActionParams object with the ability to set a context for a request.
func NewActionRunActionParamsWithHTTPClient ¶
func NewActionRunActionParamsWithHTTPClient(client *http.Client) *ActionRunActionParams
NewActionRunActionParamsWithHTTPClient creates a new ActionRunActionParams object with the ability to set a custom HTTPClient for a request.
func NewActionRunActionParamsWithTimeout ¶
func NewActionRunActionParamsWithTimeout(timeout time.Duration) *ActionRunActionParams
NewActionRunActionParamsWithTimeout creates a new ActionRunActionParams object with the ability to set a timeout on a request.
func (*ActionRunActionParams) SetBody ¶
func (o *ActionRunActionParams) SetBody(body *models.HashicorpCloudWaypointActionsdriverRunActionRequest)
SetBody adds the body to the action run action params
func (*ActionRunActionParams) SetContext ¶
func (o *ActionRunActionParams) SetContext(ctx context.Context)
SetContext adds the context to the action run action params
func (*ActionRunActionParams) SetDefaults ¶
func (o *ActionRunActionParams) SetDefaults()
SetDefaults hydrates default values in the action run action params (not the query body).
All values with no default are reset to their zero value.
func (*ActionRunActionParams) SetHTTPClient ¶
func (o *ActionRunActionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action run action params
func (*ActionRunActionParams) SetNamespaceID ¶
func (o *ActionRunActionParams) SetNamespaceID(namespaceID string)
SetNamespaceID adds the namespaceId to the action run action params
func (*ActionRunActionParams) SetTimeout ¶
func (o *ActionRunActionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action run action params
func (*ActionRunActionParams) WithBody ¶
func (o *ActionRunActionParams) WithBody(body *models.HashicorpCloudWaypointActionsdriverRunActionRequest) *ActionRunActionParams
WithBody adds the body to the action run action params
func (*ActionRunActionParams) WithContext ¶
func (o *ActionRunActionParams) WithContext(ctx context.Context) *ActionRunActionParams
WithContext adds the context to the action run action params
func (*ActionRunActionParams) WithDefaults ¶
func (o *ActionRunActionParams) WithDefaults() *ActionRunActionParams
WithDefaults hydrates default values in the action run action params (not the query body).
All values with no default are reset to their zero value.
func (*ActionRunActionParams) WithHTTPClient ¶
func (o *ActionRunActionParams) WithHTTPClient(client *http.Client) *ActionRunActionParams
WithHTTPClient adds the HTTPClient to the action run action params
func (*ActionRunActionParams) WithNamespaceID ¶
func (o *ActionRunActionParams) WithNamespaceID(namespaceID string) *ActionRunActionParams
WithNamespaceID adds the namespaceID to the action run action params
func (*ActionRunActionParams) WithTimeout ¶
func (o *ActionRunActionParams) WithTimeout(timeout time.Duration) *ActionRunActionParams
WithTimeout adds the timeout to the action run action params
func (*ActionRunActionParams) WriteToRequest ¶
func (o *ActionRunActionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionRunActionReader ¶
type ActionRunActionReader struct {
// contains filtered or unexported fields
}
ActionRunActionReader is a Reader for the ActionRunAction structure.
func (*ActionRunActionReader) ReadResponse ¶
func (o *ActionRunActionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActionSendStatusLogDefault ¶
type ActionSendStatusLogDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ActionSendStatusLogDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewActionSendStatusLogDefault ¶
func NewActionSendStatusLogDefault(code int) *ActionSendStatusLogDefault
NewActionSendStatusLogDefault creates a ActionSendStatusLogDefault with default headers values
func (*ActionSendStatusLogDefault) Code ¶
func (o *ActionSendStatusLogDefault) Code() int
Code gets the status code for the action send status log default response
func (*ActionSendStatusLogDefault) Error ¶
func (o *ActionSendStatusLogDefault) Error() string
func (*ActionSendStatusLogDefault) GetPayload ¶
func (o *ActionSendStatusLogDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ActionSendStatusLogDefault) IsClientError ¶
func (o *ActionSendStatusLogDefault) IsClientError() bool
IsClientError returns true when this action send status log default response has a 4xx status code
func (*ActionSendStatusLogDefault) IsCode ¶
func (o *ActionSendStatusLogDefault) IsCode(code int) bool
IsCode returns true when this action send status log default response a status code equal to that given
func (*ActionSendStatusLogDefault) IsRedirect ¶
func (o *ActionSendStatusLogDefault) IsRedirect() bool
IsRedirect returns true when this action send status log default response has a 3xx status code
func (*ActionSendStatusLogDefault) IsServerError ¶
func (o *ActionSendStatusLogDefault) IsServerError() bool
IsServerError returns true when this action send status log default response has a 5xx status code
func (*ActionSendStatusLogDefault) IsSuccess ¶
func (o *ActionSendStatusLogDefault) IsSuccess() bool
IsSuccess returns true when this action send status log default response has a 2xx status code
func (*ActionSendStatusLogDefault) String ¶
func (o *ActionSendStatusLogDefault) String() string
type ActionSendStatusLogOK ¶
type ActionSendStatusLogOK struct {
Payload models.HashicorpCloudWaypointActionsdriverSendStatusLogResponse
}
ActionSendStatusLogOK describes a response with status code 200, with default header values.
A successful response.
func NewActionSendStatusLogOK ¶
func NewActionSendStatusLogOK() *ActionSendStatusLogOK
NewActionSendStatusLogOK creates a ActionSendStatusLogOK with default headers values
func (*ActionSendStatusLogOK) Code ¶
func (o *ActionSendStatusLogOK) Code() int
Code gets the status code for the action send status log o k response
func (*ActionSendStatusLogOK) Error ¶
func (o *ActionSendStatusLogOK) Error() string
func (*ActionSendStatusLogOK) GetPayload ¶
func (o *ActionSendStatusLogOK) GetPayload() models.HashicorpCloudWaypointActionsdriverSendStatusLogResponse
func (*ActionSendStatusLogOK) IsClientError ¶
func (o *ActionSendStatusLogOK) IsClientError() bool
IsClientError returns true when this action send status log o k response has a 4xx status code
func (*ActionSendStatusLogOK) IsCode ¶
func (o *ActionSendStatusLogOK) IsCode(code int) bool
IsCode returns true when this action send status log o k response a status code equal to that given
func (*ActionSendStatusLogOK) IsRedirect ¶
func (o *ActionSendStatusLogOK) IsRedirect() bool
IsRedirect returns true when this action send status log o k response has a 3xx status code
func (*ActionSendStatusLogOK) IsServerError ¶
func (o *ActionSendStatusLogOK) IsServerError() bool
IsServerError returns true when this action send status log o k response has a 5xx status code
func (*ActionSendStatusLogOK) IsSuccess ¶
func (o *ActionSendStatusLogOK) IsSuccess() bool
IsSuccess returns true when this action send status log o k response has a 2xx status code
func (*ActionSendStatusLogOK) String ¶
func (o *ActionSendStatusLogOK) String() string
type ActionSendStatusLogParams ¶
type ActionSendStatusLogParams struct { /* ActionConfigID. ULID of the action config id */ ActionConfigID string /* ActionRunSeq. The run sequence to attach this run to Format: uint64 */ ActionRunSeq string // Body. Body *models.HashicorpCloudWaypointActionsdriverSendStatusLogRequest /* NamespaceID. The namespace the action to be listed in */ NamespaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionSendStatusLogParams contains all the parameters to send to the API endpoint
for the action send status log operation. Typically these are written to a http.Request.
func NewActionSendStatusLogParams ¶
func NewActionSendStatusLogParams() *ActionSendStatusLogParams
NewActionSendStatusLogParams creates a new ActionSendStatusLogParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActionSendStatusLogParamsWithContext ¶
func NewActionSendStatusLogParamsWithContext(ctx context.Context) *ActionSendStatusLogParams
NewActionSendStatusLogParamsWithContext creates a new ActionSendStatusLogParams object with the ability to set a context for a request.
func NewActionSendStatusLogParamsWithHTTPClient ¶
func NewActionSendStatusLogParamsWithHTTPClient(client *http.Client) *ActionSendStatusLogParams
NewActionSendStatusLogParamsWithHTTPClient creates a new ActionSendStatusLogParams object with the ability to set a custom HTTPClient for a request.
func NewActionSendStatusLogParamsWithTimeout ¶
func NewActionSendStatusLogParamsWithTimeout(timeout time.Duration) *ActionSendStatusLogParams
NewActionSendStatusLogParamsWithTimeout creates a new ActionSendStatusLogParams object with the ability to set a timeout on a request.
func (*ActionSendStatusLogParams) SetActionConfigID ¶
func (o *ActionSendStatusLogParams) SetActionConfigID(actionConfigID string)
SetActionConfigID adds the actionConfigId to the action send status log params
func (*ActionSendStatusLogParams) SetActionRunSeq ¶
func (o *ActionSendStatusLogParams) SetActionRunSeq(actionRunSeq string)
SetActionRunSeq adds the actionRunSeq to the action send status log params
func (*ActionSendStatusLogParams) SetBody ¶
func (o *ActionSendStatusLogParams) SetBody(body *models.HashicorpCloudWaypointActionsdriverSendStatusLogRequest)
SetBody adds the body to the action send status log params
func (*ActionSendStatusLogParams) SetContext ¶
func (o *ActionSendStatusLogParams) SetContext(ctx context.Context)
SetContext adds the context to the action send status log params
func (*ActionSendStatusLogParams) SetDefaults ¶
func (o *ActionSendStatusLogParams) SetDefaults()
SetDefaults hydrates default values in the action send status log params (not the query body).
All values with no default are reset to their zero value.
func (*ActionSendStatusLogParams) SetHTTPClient ¶
func (o *ActionSendStatusLogParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action send status log params
func (*ActionSendStatusLogParams) SetNamespaceID ¶
func (o *ActionSendStatusLogParams) SetNamespaceID(namespaceID string)
SetNamespaceID adds the namespaceId to the action send status log params
func (*ActionSendStatusLogParams) SetTimeout ¶
func (o *ActionSendStatusLogParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action send status log params
func (*ActionSendStatusLogParams) WithActionConfigID ¶
func (o *ActionSendStatusLogParams) WithActionConfigID(actionConfigID string) *ActionSendStatusLogParams
WithActionConfigID adds the actionConfigID to the action send status log params
func (*ActionSendStatusLogParams) WithActionRunSeq ¶
func (o *ActionSendStatusLogParams) WithActionRunSeq(actionRunSeq string) *ActionSendStatusLogParams
WithActionRunSeq adds the actionRunSeq to the action send status log params
func (*ActionSendStatusLogParams) WithBody ¶
func (o *ActionSendStatusLogParams) WithBody(body *models.HashicorpCloudWaypointActionsdriverSendStatusLogRequest) *ActionSendStatusLogParams
WithBody adds the body to the action send status log params
func (*ActionSendStatusLogParams) WithContext ¶
func (o *ActionSendStatusLogParams) WithContext(ctx context.Context) *ActionSendStatusLogParams
WithContext adds the context to the action send status log params
func (*ActionSendStatusLogParams) WithDefaults ¶
func (o *ActionSendStatusLogParams) WithDefaults() *ActionSendStatusLogParams
WithDefaults hydrates default values in the action send status log params (not the query body).
All values with no default are reset to their zero value.
func (*ActionSendStatusLogParams) WithHTTPClient ¶
func (o *ActionSendStatusLogParams) WithHTTPClient(client *http.Client) *ActionSendStatusLogParams
WithHTTPClient adds the HTTPClient to the action send status log params
func (*ActionSendStatusLogParams) WithNamespaceID ¶
func (o *ActionSendStatusLogParams) WithNamespaceID(namespaceID string) *ActionSendStatusLogParams
WithNamespaceID adds the namespaceID to the action send status log params
func (*ActionSendStatusLogParams) WithTimeout ¶
func (o *ActionSendStatusLogParams) WithTimeout(timeout time.Duration) *ActionSendStatusLogParams
WithTimeout adds the timeout to the action send status log params
func (*ActionSendStatusLogParams) WriteToRequest ¶
func (o *ActionSendStatusLogParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionSendStatusLogReader ¶
type ActionSendStatusLogReader struct {
// contains filtered or unexported fields
}
ActionSendStatusLogReader is a Reader for the ActionSendStatusLog structure.
func (*ActionSendStatusLogReader) ReadResponse ¶
func (o *ActionSendStatusLogReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ActionUpdateActionConfigDefault ¶
type ActionUpdateActionConfigDefault struct { Payload *cloud.GrpcGatewayRuntimeError // contains filtered or unexported fields }
ActionUpdateActionConfigDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewActionUpdateActionConfigDefault ¶
func NewActionUpdateActionConfigDefault(code int) *ActionUpdateActionConfigDefault
NewActionUpdateActionConfigDefault creates a ActionUpdateActionConfigDefault with default headers values
func (*ActionUpdateActionConfigDefault) Code ¶
func (o *ActionUpdateActionConfigDefault) Code() int
Code gets the status code for the action update action config default response
func (*ActionUpdateActionConfigDefault) Error ¶
func (o *ActionUpdateActionConfigDefault) Error() string
func (*ActionUpdateActionConfigDefault) GetPayload ¶
func (o *ActionUpdateActionConfigDefault) GetPayload() *cloud.GrpcGatewayRuntimeError
func (*ActionUpdateActionConfigDefault) IsClientError ¶
func (o *ActionUpdateActionConfigDefault) IsClientError() bool
IsClientError returns true when this action update action config default response has a 4xx status code
func (*ActionUpdateActionConfigDefault) IsCode ¶
func (o *ActionUpdateActionConfigDefault) IsCode(code int) bool
IsCode returns true when this action update action config default response a status code equal to that given
func (*ActionUpdateActionConfigDefault) IsRedirect ¶
func (o *ActionUpdateActionConfigDefault) IsRedirect() bool
IsRedirect returns true when this action update action config default response has a 3xx status code
func (*ActionUpdateActionConfigDefault) IsServerError ¶
func (o *ActionUpdateActionConfigDefault) IsServerError() bool
IsServerError returns true when this action update action config default response has a 5xx status code
func (*ActionUpdateActionConfigDefault) IsSuccess ¶
func (o *ActionUpdateActionConfigDefault) IsSuccess() bool
IsSuccess returns true when this action update action config default response has a 2xx status code
func (*ActionUpdateActionConfigDefault) String ¶
func (o *ActionUpdateActionConfigDefault) String() string
type ActionUpdateActionConfigOK ¶
type ActionUpdateActionConfigOK struct {
Payload *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigResponse
}
ActionUpdateActionConfigOK describes a response with status code 200, with default header values.
A successful response.
func NewActionUpdateActionConfigOK ¶
func NewActionUpdateActionConfigOK() *ActionUpdateActionConfigOK
NewActionUpdateActionConfigOK creates a ActionUpdateActionConfigOK with default headers values
func (*ActionUpdateActionConfigOK) Code ¶
func (o *ActionUpdateActionConfigOK) Code() int
Code gets the status code for the action update action config o k response
func (*ActionUpdateActionConfigOK) Error ¶
func (o *ActionUpdateActionConfigOK) Error() string
func (*ActionUpdateActionConfigOK) GetPayload ¶
func (o *ActionUpdateActionConfigOK) GetPayload() *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigResponse
func (*ActionUpdateActionConfigOK) IsClientError ¶
func (o *ActionUpdateActionConfigOK) IsClientError() bool
IsClientError returns true when this action update action config o k response has a 4xx status code
func (*ActionUpdateActionConfigOK) IsCode ¶
func (o *ActionUpdateActionConfigOK) IsCode(code int) bool
IsCode returns true when this action update action config o k response a status code equal to that given
func (*ActionUpdateActionConfigOK) IsRedirect ¶
func (o *ActionUpdateActionConfigOK) IsRedirect() bool
IsRedirect returns true when this action update action config o k response has a 3xx status code
func (*ActionUpdateActionConfigOK) IsServerError ¶
func (o *ActionUpdateActionConfigOK) IsServerError() bool
IsServerError returns true when this action update action config o k response has a 5xx status code
func (*ActionUpdateActionConfigOK) IsSuccess ¶
func (o *ActionUpdateActionConfigOK) IsSuccess() bool
IsSuccess returns true when this action update action config o k response has a 2xx status code
func (*ActionUpdateActionConfigOK) String ¶
func (o *ActionUpdateActionConfigOK) String() string
type ActionUpdateActionConfigParams ¶
type ActionUpdateActionConfigParams struct { // Body. Body *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigRequest /* NamespaceID. The namespace the action to be updated in */ NamespaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ActionUpdateActionConfigParams contains all the parameters to send to the API endpoint
for the action update action config operation. Typically these are written to a http.Request.
func NewActionUpdateActionConfigParams ¶
func NewActionUpdateActionConfigParams() *ActionUpdateActionConfigParams
NewActionUpdateActionConfigParams creates a new ActionUpdateActionConfigParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewActionUpdateActionConfigParamsWithContext ¶
func NewActionUpdateActionConfigParamsWithContext(ctx context.Context) *ActionUpdateActionConfigParams
NewActionUpdateActionConfigParamsWithContext creates a new ActionUpdateActionConfigParams object with the ability to set a context for a request.
func NewActionUpdateActionConfigParamsWithHTTPClient ¶
func NewActionUpdateActionConfigParamsWithHTTPClient(client *http.Client) *ActionUpdateActionConfigParams
NewActionUpdateActionConfigParamsWithHTTPClient creates a new ActionUpdateActionConfigParams object with the ability to set a custom HTTPClient for a request.
func NewActionUpdateActionConfigParamsWithTimeout ¶
func NewActionUpdateActionConfigParamsWithTimeout(timeout time.Duration) *ActionUpdateActionConfigParams
NewActionUpdateActionConfigParamsWithTimeout creates a new ActionUpdateActionConfigParams object with the ability to set a timeout on a request.
func (*ActionUpdateActionConfigParams) SetBody ¶
func (o *ActionUpdateActionConfigParams) SetBody(body *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigRequest)
SetBody adds the body to the action update action config params
func (*ActionUpdateActionConfigParams) SetContext ¶
func (o *ActionUpdateActionConfigParams) SetContext(ctx context.Context)
SetContext adds the context to the action update action config params
func (*ActionUpdateActionConfigParams) SetDefaults ¶
func (o *ActionUpdateActionConfigParams) SetDefaults()
SetDefaults hydrates default values in the action update action config params (not the query body).
All values with no default are reset to their zero value.
func (*ActionUpdateActionConfigParams) SetHTTPClient ¶
func (o *ActionUpdateActionConfigParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the action update action config params
func (*ActionUpdateActionConfigParams) SetNamespaceID ¶
func (o *ActionUpdateActionConfigParams) SetNamespaceID(namespaceID string)
SetNamespaceID adds the namespaceId to the action update action config params
func (*ActionUpdateActionConfigParams) SetTimeout ¶
func (o *ActionUpdateActionConfigParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the action update action config params
func (*ActionUpdateActionConfigParams) WithBody ¶
func (o *ActionUpdateActionConfigParams) WithBody(body *models.HashicorpCloudWaypointActionsdriverUpdateActionConfigRequest) *ActionUpdateActionConfigParams
WithBody adds the body to the action update action config params
func (*ActionUpdateActionConfigParams) WithContext ¶
func (o *ActionUpdateActionConfigParams) WithContext(ctx context.Context) *ActionUpdateActionConfigParams
WithContext adds the context to the action update action config params
func (*ActionUpdateActionConfigParams) WithDefaults ¶
func (o *ActionUpdateActionConfigParams) WithDefaults() *ActionUpdateActionConfigParams
WithDefaults hydrates default values in the action update action config params (not the query body).
All values with no default are reset to their zero value.
func (*ActionUpdateActionConfigParams) WithHTTPClient ¶
func (o *ActionUpdateActionConfigParams) WithHTTPClient(client *http.Client) *ActionUpdateActionConfigParams
WithHTTPClient adds the HTTPClient to the action update action config params
func (*ActionUpdateActionConfigParams) WithNamespaceID ¶
func (o *ActionUpdateActionConfigParams) WithNamespaceID(namespaceID string) *ActionUpdateActionConfigParams
WithNamespaceID adds the namespaceID to the action update action config params
func (*ActionUpdateActionConfigParams) WithTimeout ¶
func (o *ActionUpdateActionConfigParams) WithTimeout(timeout time.Duration) *ActionUpdateActionConfigParams
WithTimeout adds the timeout to the action update action config params
func (*ActionUpdateActionConfigParams) WriteToRequest ¶
func (o *ActionUpdateActionConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ActionUpdateActionConfigReader ¶
type ActionUpdateActionConfigReader struct {
// contains filtered or unexported fields
}
ActionUpdateActionConfigReader is a Reader for the ActionUpdateActionConfig structure.
func (*ActionUpdateActionConfigReader) ReadResponse ¶
func (o *ActionUpdateActionConfigReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for action API
func (*Client) ActionCreateActionConfig ¶
func (a *Client) ActionCreateActionConfig(params *ActionCreateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionCreateActionConfigOK, error)
ActionCreateActionConfig action create action config API
func (*Client) ActionDeleteActionConfig ¶
func (a *Client) ActionDeleteActionConfig(params *ActionDeleteActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionDeleteActionConfigOK, error)
ActionDeleteActionConfig action delete action config API
func (*Client) ActionGetActionConfig ¶
func (a *Client) ActionGetActionConfig(params *ActionGetActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionGetActionConfigOK, error)
ActionGetActionConfig configs endpoints
func (*Client) ActionListActionConfigs ¶
func (a *Client) ActionListActionConfigs(params *ActionListActionConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionListActionConfigsOK, error)
ActionListActionConfigs action list action configs API
func (*Client) ActionListActionRuns ¶
func (a *Client) ActionListActionRuns(params *ActionListActionRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionListActionRunsOK, error)
ActionListActionRuns action list action runs API
func (*Client) ActionRunAction ¶
func (a *Client) ActionRunAction(params *ActionRunActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionRunActionOK, error)
ActionRunAction runnings actions
func (*Client) ActionSendStatusLog ¶
func (a *Client) ActionSendStatusLog(params *ActionSendStatusLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionSendStatusLogOK, error)
ActionSendStatusLog statuses logs for action runs
func (*Client) ActionUpdateActionConfig ¶
func (a *Client) ActionUpdateActionConfig(params *ActionUpdateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionUpdateActionConfigOK, error)
ActionUpdateActionConfig action update action config API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { ActionCreateActionConfig(params *ActionCreateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionCreateActionConfigOK, error) ActionDeleteActionConfig(params *ActionDeleteActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionDeleteActionConfigOK, error) ActionGetActionConfig(params *ActionGetActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionGetActionConfigOK, error) ActionListActionConfigs(params *ActionListActionConfigsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionListActionConfigsOK, error) ActionListActionRuns(params *ActionListActionRunsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionListActionRunsOK, error) ActionRunAction(params *ActionRunActionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionRunActionOK, error) ActionSendStatusLog(params *ActionSendStatusLogParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionSendStatusLogOK, error) ActionUpdateActionConfig(params *ActionUpdateActionConfigParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ActionUpdateActionConfigOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new action API client.
Source Files ¶
- action_client.go
- action_create_action_config_parameters.go
- action_create_action_config_responses.go
- action_delete_action_config_parameters.go
- action_delete_action_config_responses.go
- action_get_action_config_parameters.go
- action_get_action_config_responses.go
- action_list_action_configs_parameters.go
- action_list_action_configs_responses.go
- action_list_action_runs_parameters.go
- action_list_action_runs_responses.go
- action_run_action_parameters.go
- action_run_action_responses.go
- action_send_status_log_parameters.go
- action_send_status_log_responses.go
- action_update_action_config_parameters.go
- action_update_action_config_responses.go