Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOptsBuilder ¶
type CreateResult ¶
type CreateResult struct {
// contains filtered or unexported fields
}
func Create ¶
func Create(c *golangsdk.ServiceClient, opts CreateOptsBuilder) (r CreateResult)
Create accepts a CreateOpts struct and uses the values to intall ic agent in cluster.
type InstallParam ¶
type InstallParam struct { // The ID of Cluster ClusterId string `json:"clusterId" required:"true"` // Namespace for agent NameSpace string `json:"nameSpace" required:"true"` }
Installing parameters for ICagent in cce cluster
func (InstallParam) ToIcAgentIstallMap ¶
func (installParam InstallParam) ToIcAgentIstallMap() (map[string]interface{}, error)
ToIcAgentIstallMap builds a create request body from InstallParam.
Click to show internal directories.
Click to hide internal directories.