Documentation
¶
Index ¶
- type Azurecontainer
- func (azurecontainer *Azurecontainer) CreateCluster(request interface{}) (resp interface{}, err error)
- func (azurecontainer *Azurecontainer) CreateService(request interface{}) (resp interface{}, err error)
- func (azurecontainer *Azurecontainer) DeleteCluster(request interface{}) (resp interface{}, err error)
- func (azurecontainer *Azurecontainer) DeleteService(request interface{}) (resp interface{}, err error)
- func (azurecontainer *Azurecontainer) RunTask(request interface{}) (resp interface{}, err error)
- func (azurecontainer *Azurecontainer) StartTask(request interface{}) (resp interface{}, err error)
- func (azurecontainer *Azurecontainer) StopTask(request interface{}) (resp interface{}, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Azurecontainer ¶
type Azurecontainer struct { }
Azurecontainer struct represents a Azure container.
func (*Azurecontainer) CreateCluster ¶
func (azurecontainer *Azurecontainer) CreateCluster(request interface{}) (resp interface{}, err error)
CreateCluster function creates a new cluster.
func (*Azurecontainer) CreateService ¶
func (azurecontainer *Azurecontainer) CreateService(request interface{}) (resp interface{}, err error)
CreateService function creates a new service.
func (*Azurecontainer) DeleteCluster ¶
func (azurecontainer *Azurecontainer) DeleteCluster(request interface{}) (resp interface{}, err error)
DeleteCluster function deletes a cluster.
func (*Azurecontainer) DeleteService ¶
func (azurecontainer *Azurecontainer) DeleteService(request interface{}) (resp interface{}, err error)
DeleteService function deletes a service.
func (*Azurecontainer) RunTask ¶
func (azurecontainer *Azurecontainer) RunTask(request interface{}) (resp interface{}, err error)
RunTask function runs a task.
func (*Azurecontainer) StartTask ¶
func (azurecontainer *Azurecontainer) StartTask(request interface{}) (resp interface{}, err error)
StartTask function starts a task.
func (*Azurecontainer) StopTask ¶
func (azurecontainer *Azurecontainer) StopTask(request interface{}) (resp interface{}, err error)
StopTask function stops a task.
Click to show internal directories.
Click to hide internal directories.