Documentation
¶
Index ¶
- func GetApplicationDetail(ctx *command.Context, application string, project string) (apistructs.ApplicationFetchResponse, error)
- func GetApplicationList(ctx *command.Context, project string) ([]apistructs.ApplicationDTO, error)
- func GetBuildDetail(ctx *command.Context, buildID string) (*apistructs.PipelineDetailDTO, error)
- func GetClusterDetail(ctx *command.Context, cluster string) (apistructs.GetClusterResponse, error)
- func GetClusters(ctx *command.Context, orgid string) (apistructs.ClusterListResponse, error)
- func GetOrgDetail(ctx *command.Context, org string) (apistructs.OrgFetchResponse, error)
- func GetProjectDetail(ctx *command.Context, project string, orgID string) (apistructs.ProjectDetailResponse, error)
- func GetProjectList(ctx *command.Context) ([]apistructs.ProjectDTO, error)
- func GetRuntimeDetail(ctx *command.Context, runtime string, app string) (apistructs.RuntimeInspectResponse, error)
- func GetUserDetail(ctx *command.Context, user string) (apistructs.UserGetResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetApplicationDetail ¶
func GetApplicationDetail(ctx *command.Context, application string, project string) ( apistructs.ApplicationFetchResponse, error)
func GetApplicationList ¶
func GetApplicationList(ctx *command.Context, project string) ([]apistructs.ApplicationDTO, error)
func GetBuildDetail ¶
func GetBuildDetail(ctx *command.Context, buildID string) (*apistructs.PipelineDetailDTO, error)
func GetClusterDetail ¶
func GetClusterDetail(ctx *command.Context, cluster string) (apistructs.GetClusterResponse, error)
func GetClusters ¶
func GetClusters(ctx *command.Context, orgid string) (apistructs.ClusterListResponse, error)
func GetOrgDetail ¶
func GetOrgDetail(ctx *command.Context, org string) (apistructs.OrgFetchResponse, error)
func GetProjectDetail ¶
func GetProjectDetail(ctx *command.Context, project string, orgID string) (apistructs.ProjectDetailResponse, error)
func GetProjectList ¶
func GetProjectList(ctx *command.Context) ([]apistructs.ProjectDTO, error)
func GetRuntimeDetail ¶
func GetRuntimeDetail(ctx *command.Context, runtime string, app string) (apistructs.RuntimeInspectResponse, error)
func GetUserDetail ¶
func GetUserDetail(ctx *command.Context, user string) (apistructs.UserGetResponse, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.