# Functions
Create a new item
@Summary create new item @Description create new item @Tags TODO_ADD_TAGNAME @Accept json @Produce json @Param a path string true "A" @Param accountId path int true "AccountId" @Param body body dto.KubeImageForm true "KubeImageForm" @Success 200 {string} KubeImageID @Router /clusters/{a}/b/{accountId} [post].
# Constants
No description provided by the author