Documentation
¶
Index ¶
Constants ¶
View Source
const (
ApiRevisionExt = "x-revision"
)
Variables ¶
This section is empty.
Functions ¶
func LabelToLabelInput ¶
func LabelToLabelInput(key string, value string) cloudapi.LabelInput
func LabelsToLabelInput ¶
func LabelsToLabelInput(labels map[string]string) []cloudapi.LabelInput
Types ¶
type APIVersion ¶
func GetLocalAPIVersion ¶
func GetLocalAPIVersion() (APIVersion, error)
type Client ¶
type Client struct {
*cloudapi.ClientWithResponses
// contains filtered or unexported fields
}
func NewClientFromToken ¶
func (*Client) GetAPIVersion ¶
func (c *Client) GetAPIVersion() (APIVersion, error)
type ResponseBody ¶
type ResponseBody struct {
Errors []struct {
Message string `json:"message"`
} `json:"errors"`
}
Click to show internal directories.
Click to hide internal directories.