Documentation ¶
Index ¶
- func AddPodType(jwtToken string, reqBody request.PodTypeReqBody) (response.PodType, error)
- func DeletePodType(jwtToken string, podTypeId string) error
- func GetPodTypes(jwtToken string, includeCounts bool) ([]response.PodType, error)
- func GetPodsUsingPodType(jwtToken string, podTypeId string) ([]response.Pod, error)
- func UpdatePodType(jwtToken string, reqBody request.PodTypeReqBody, podTypeId string) (response.PodType, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPodType ¶
func DeletePodType ¶
func GetPodTypes ¶
func GetPodsUsingPodType ¶
func UpdatePodType ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.