Documentation
¶
Index ¶
- Constants
- type App
- type Apps
- type Branches
- type ConfigMap
- type GetRepoBranchesRequest
- type GetRepoBranchesResponse
- type GetRepositoryAppsRequest
- type GetRepositoryAppsResponse
- type HomeResponse
- type Organization
- type OrganizationInfos
- type PodLogRequest
- type PullRequestConfig
- type Repo
- type Repositories
- type Usage
- type UsageRequest
- type UsageResponse
Constants ¶
View Source
const ( QueryOrganization string = "organization" QueryRepository string = "repository" QueryPull string = "pull" QueryPod string = "pod" )
View Source
const ( ParamOrganization string = "organization" ParamRepository string = "repository" ParamPod string = "pod" ParamDeploymentName string = "deploymentName" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMap ¶
type ConfigMap struct {
Name string `json:"name" conf:"key"`
Value string `json:"value" conf:"value"`
}
func SetConfigMap ¶
type GetRepoBranchesRequest ¶
type GetRepoBranchesResponse ¶
type GetRepoBranchesResponse struct {
Branches []Branches `json:"branches"`
}
type GetRepositoryAppsRequest ¶
type GetRepositoryAppsRequest struct {
Organization string `json:"organization"`
}
type GetRepositoryAppsResponse ¶
type GetRepositoryAppsResponse struct {
Repositories []Repositories `json:"repositories"`
Apps []Apps `json:"apps"`
}
type HomeResponse ¶
type HomeResponse struct {
OrganizationInfos []OrganizationInfos `json:"organizationInfos"`
}
type Organization ¶
type OrganizationInfos ¶
type PodLogRequest ¶
type PullRequestConfig ¶
type PullRequestConfig struct {
BuildFilePath string `json:"build_file_path" conf:"BUILD_FILE_PATH"`
BuildFileDir string `json:"build_file_dir" conf:"BUILD_FILE_DIR"`
Replicas int32 `json:"replicas" conf:"REPLICAS"`
ExposePort []int32 `json:"expose_port" conf:"EXPOSE_PORT"`
ConfigMaps []ConfigMap `json:"config_map" conf:"[config-map]"`
}
type Repositories ¶
type UsageRequest ¶
Click to show internal directories.
Click to hide internal directories.