Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ApplyRequest ¶
type ApplyRequest struct {
Resources []*Item `json:"resources"`
}
type ApplyResponse ¶
type ApplyResponse struct { Done bool `json:"done"` Items []ApplyResponseItem `json:"items"` }
type ApplyResponseItem ¶
type ApplyResponseItemValidationError ¶
type ApplyResponseItemValidationError struct {
Message string `json:"message"`
}
type Item ¶
type Item map[string]interface{}
Item is a Marketplace item we use a map[string]interface{} to represent the item this allows to avoid changes in the code in case of a change in the resource structure
func (*Item) GetVersionName ¶ added in v0.10.0
Click to show internal directories.
Click to hide internal directories.