Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rancher2 ¶
type Rancher2 struct {
// contains filtered or unexported fields
}
func NewRancher2 ¶
func (*Rancher2) CreateInstance ¶
type Request ¶
type Request struct {
Name string `json:"name,omitempty"`
NamespaceId string `json:"namespaceId,omitempty"`
Containers []Container `json:"containers,omitempty"`
Labels map[string]string `json:"labels,omitempty"`
Selector Selector `json:"selector,omitempty"`
Scheduling Scheduling `json:"scheduling,omitempty"`
}
type Scheduling ¶
Click to show internal directories.
Click to hide internal directories.