Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
RestService *restserver.HTTPRestService
}
Client implements APIClient interface. Used to update CNS state
func (*Client) CreateOrUpdateNC ¶ added in v1.1.6
func (client *Client) CreateOrUpdateNC(ncRequest cns.CreateNetworkContainerRequest, scalar nnc.Scaler, spec nnc.NodeNetworkConfigSpec) error
CreateOrUpdateNC updates cns state
func (*Client) ReconcileNCState ¶ added in v1.1.7
func (client *Client) ReconcileNCState(ncRequest *cns.CreateNetworkContainerRequest, podInfoByIP map[string]cns.KubernetesPodInfo, scalar nnc.Scaler, spec nnc.NodeNetworkConfigSpec) error
ReconcileNCState initializes cns state
Click to show internal directories.
Click to hide internal directories.