projectKeys

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 26, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddProjectBlockList

func AddProjectBlockList(
	jwtToken string,
	reqBody request.AddProjectListReqBody,
	projectListParam common.ResourceIdParam,
) (response.ProjectList, error)

func ArchiveProjectList

func ArchiveProjectList(jwtToken string, projectListParam request.ProjectListIdParam) error

func BulkCopyPodsInProjectList

func BulkCopyPodsInProjectList(jwtToken string, projectListParam request.CopyMoveProjectListPodsParam) error

func BulkMovePodsInProjectList

func BulkMovePodsInProjectList(jwtToken string, projectListParam request.CopyMoveProjectListPodsParam) error

func CopyPodsInProjectList

func CopyPodsInProjectList(jwtToken string, projectListParam request.CopyMoveProjectListPodsParam) error

func GetProjectList

func GetProjectList(
	jwtToken string,
	projectListParam request.ProjectListIdParam,
) (response.ProjectList, error)

func GetProjectLists

func GetProjectLists(
	jwtToken string,
	projectListParam common.ResourceIdParam,
) ([]response.ProjectList, error)

func MovePodsInProjectList

func MovePodsInProjectList(jwtToken string, projectListParam request.CopyMoveProjectListPodsParam) error

func MoveProjectList

func MoveProjectList(jwtToken string, projectListParam request.CopyMoveProjectListParam) error

func RenameProjectList

func RenameProjectList(
	jwtToken string,
	reqBody request.AddProjectListReqBody,
	projectListParam request.ProjectListIdParam,
) (response.ProjectList, error)

func ReorderProjectLists

func ReorderProjectLists(
	jwtToken string,
	reqBody ReorderProjectListsReqBody,
	projectListParam common.ResourceIdParam,
) ([]response.ProjectList, error)

Types

type ReorderProjectListsReqBody

type ReorderProjectListsReqBody struct {
	ProjectListIds string `json:"projectListIds"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL