Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentPodReq ¶
type AgtBulkPortsReq ¶
type AgtBulkPortsReq struct {
Ports []AgtPortReq `json:"ports"`
}
type AgtPortReq ¶
type AgtPortReq struct { TenantID string `json:"tenant_id"` NetworkName string `json:"network_name"` PortName string `json:"port_name"` VnicType string `json:"vnic_type"` // only used by physical port create-attach, logical port create ignore it NodeID string `json:"node_id"` // node id which send request PodNs string `json:"pod_ns"` PodName string `json:"pod_name"` FixIP string `json:"ip_addr"` ClusterID string `json:"cluster_id"` IPGroupName string `json:"ip_group_name"` }
type AttachPortReq ¶
type AttachPortReq struct { TenantID string `json:"tenant_id"` NetworkName string `json:"network_name"` PortName string `json:"port_name"` VnicType string `json:"vnic_type"` FixIP string `json:"ip_addr"` NodeID string `json:"node_id"` // node id which send request ClusterID string `json:"cluster_id"` }
Click to show internal directories.
Click to hide internal directories.