Documentation
¶
Index ¶
- func ComponentContainerLogUrl(appName, envName, componentName, replicaName, containerID string, ...) string
- func ComponentInventoryUrl(appName, envName, componentName string, options ...UrlOption) string
- func ComponentLogUrl(appName, envName, componentName string, options ...UrlOption) string
- func ComponentReplicaLogUrl(appName, envName, componentName, replicaName string, options ...UrlOption) string
- func JobContainerLogUrl(appName, envName, jobComponentName, jobName, replicaName, containerID string, ...) string
- func JobInventoryUrl(appName, envName, jobComponentName, jobName string, options ...UrlOption) string
- func JobLogUrl(appName, envName, jobComponentName, jobName string, options ...UrlOption) string
- func JobReplicaLogUrl(appName, envName, jobComponentName, jobName, replicaName string, ...) string
- func New(url string, options ...RequestOption) (*http.Request, error)
- func PipelineJobContainerLogUrl(appName, pipelineJobName, replicaName, containerID string, ...) string
- func PipelineJobInventoryUrl(appName, pipelineJobName string, options ...UrlOption) string
- func URL(path string, options ...UrlOption) string
- type RequestOption
- type UrlOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComponentInventoryUrl ¶
func ComponentLogUrl ¶
func ComponentReplicaLogUrl ¶
func JobContainerLogUrl ¶
func JobInventoryUrl ¶
func JobReplicaLogUrl ¶
func PipelineJobInventoryUrl ¶
Types ¶
type RequestOption ¶
func WithAuthorization ¶
func WithAuthorization(value string) RequestOption
func WithBearerAuthorization ¶
func WithBearerAuthorization(token string) RequestOption
Click to show internal directories.
Click to hide internal directories.