Documentation ¶
Index ¶
- Constants
- func Delete(operatorConfig OperatorConfig, apiName string, keepCache bool, force bool) (schema.DeleteResponse, error)
- func Deploy(operatorConfig OperatorConfig, configPath string, ...) ([]schema.DeployResult, error)
- func ErrorFailedToConnectOperator(originalError error, envName string, operatorURL string) error
- func ErrorOperatorResponseUnknown(body string, statusCode int) error
- func ErrorOperatorSocketRead(err error) error
- func ErrorOperatorStreamResponseUnknown(body string, statusCode int) error
- func ErrorResponseUnknown(body string, statusCode int) error
- func GetAPI(operatorConfig OperatorConfig, apiName string) ([]schema.APIResponse, error)
- func GetAPIByID(operatorConfig OperatorConfig, apiName string, apiID string) ([]schema.APIResponse, error)
- func GetAPIs(operatorConfig OperatorConfig) ([]schema.APIResponse, error)
- func GetBatchJob(operatorConfig OperatorConfig, apiName string, jobID string) (schema.BatchJobResponse, error)
- func GetTaskJob(operatorConfig OperatorConfig, apiName string, jobID string) (schema.TaskJobResponse, error)
- func HTTPDelete(operatorConfig OperatorConfig, endpoint string, qParams ...map[string]string) ([]byte, error)
- func HTTPGet(operatorConfig OperatorConfig, endpoint string, qParams ...map[string]string) ([]byte, error)
- func HTTPPostJSON(operatorConfig OperatorConfig, endpoint string, jsonRequestData []byte, ...) ([]byte, error)
- func HTTPPostNoBody(operatorConfig OperatorConfig, endpoint string, qParams ...map[string]string) ([]byte, error)
- func HTTPPostObjAsJSON(operatorConfig OperatorConfig, endpoint string, requestData interface{}, ...) ([]byte, error)
- func HTTPUpload(operatorConfig OperatorConfig, endpoint string, input *HTTPUploadInput, ...) ([]byte, error)
- func HTTPUploadZip(operatorConfig OperatorConfig, endpoint string, zipInput *archive.Input, ...) ([]byte, error)
- func Info(operatorConfig OperatorConfig) (*schema.InfoResponse, error)
- func InfoGCP(operatorConfig OperatorConfig) (*schema.InfoGCPResponse, error)
- func Patch(operatorConfig OperatorConfig, configPath string, force bool) ([]schema.DeployResult, error)
- func Refresh(operatorConfig OperatorConfig, apiName string, force bool) (schema.RefreshResponse, error)
- func StopJob(operatorConfig OperatorConfig, kind userconfig.Kind, apiName string, ...) (schema.DeleteResponse, error)
- func StreamJobLogs(operatorConfig OperatorConfig, apiName string, jobID string) error
- func StreamLogs(operatorConfig OperatorConfig, apiName string) error
- type HTTPUploadInput
- type OperatorClient
- type OperatorConfig
Constants ¶
View Source
const ( ErrFailedToConnectOperator = "cli.failed_to_connect_operator" ErrOperatorSocketRead = "cli.operator_socket_read" ErrResponseUnknown = "cli.response_unknown" ErrOperatorResponseUnknown = "cli.operator_response_unknown" ErrOperatorStreamResponseUnknown = "cli.operator_stream_response_unknown" )
Variables ¶
This section is empty.
Functions ¶
func Delete ¶
func Delete(operatorConfig OperatorConfig, apiName string, keepCache bool, force bool) (schema.DeleteResponse, error)
func Deploy ¶
func Deploy(operatorConfig OperatorConfig, configPath string, deploymentBytesMap map[string][]byte, force bool) ([]schema.DeployResult, error)
func ErrorOperatorSocketRead ¶
func ErrorResponseUnknown ¶
func GetAPI ¶
func GetAPI(operatorConfig OperatorConfig, apiName string) ([]schema.APIResponse, error)
func GetAPIByID ¶ added in v0.23.0
func GetAPIByID(operatorConfig OperatorConfig, apiName string, apiID string) ([]schema.APIResponse, error)
func GetAPIs ¶
func GetAPIs(operatorConfig OperatorConfig) ([]schema.APIResponse, error)
func GetBatchJob ¶ added in v0.27.0
func GetBatchJob(operatorConfig OperatorConfig, apiName string, jobID string) (schema.BatchJobResponse, error)
func GetTaskJob ¶ added in v0.27.0
func GetTaskJob(operatorConfig OperatorConfig, apiName string, jobID string) (schema.TaskJobResponse, error)
func HTTPDelete ¶
func HTTPPostJSON ¶
func HTTPPostNoBody ¶
func HTTPPostObjAsJSON ¶
func HTTPUpload ¶
func HTTPUpload(operatorConfig OperatorConfig, endpoint string, input *HTTPUploadInput, qParams ...map[string]string) ([]byte, error)
func HTTPUploadZip ¶
func Info ¶
func Info(operatorConfig OperatorConfig) (*schema.InfoResponse, error)
func InfoGCP ¶ added in v0.24.0
func InfoGCP(operatorConfig OperatorConfig) (*schema.InfoGCPResponse, error)
func Patch ¶ added in v0.24.0
func Patch(operatorConfig OperatorConfig, configPath string, force bool) ([]schema.DeployResult, error)
func Refresh ¶
func Refresh(operatorConfig OperatorConfig, apiName string, force bool) (schema.RefreshResponse, error)
func StopJob ¶ added in v0.19.0
func StopJob(operatorConfig OperatorConfig, kind userconfig.Kind, apiName string, jobID string) (schema.DeleteResponse, error)
func StreamJobLogs ¶ added in v0.21.0
func StreamJobLogs(operatorConfig OperatorConfig, apiName string, jobID string) error
func StreamLogs ¶
func StreamLogs(operatorConfig OperatorConfig, apiName string) error
Types ¶
type HTTPUploadInput ¶
type OperatorClient ¶
type OperatorConfig ¶
Click to show internal directories.
Click to hide internal directories.