Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) Node(params *NodeParams, authInfo runtime.ClientAuthInfoWriter) (*NodeOK, error) + func (a *Client) Nodes(params *NodesParams, authInfo runtime.ClientAuthInfoWriter) (*NodesOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type NodeNotFound struct + func NewNodeNotFound() *NodeNotFound + func (o *NodeNotFound) Error() string + type NodeOK struct + Payload *models.NodeSummary + func NewNodeOK() *NodeOK + func (o *NodeOK) Error() string + type NodeParams struct + Context context.Context + HTTPClient *http.Client + NodeID string + func NewNodeParams() *NodeParams + func NewNodeParamsWithContext(ctx context.Context) *NodeParams + func NewNodeParamsWithHTTPClient(client *http.Client) *NodeParams + func NewNodeParamsWithTimeout(timeout time.Duration) *NodeParams + func (o *NodeParams) SetContext(ctx context.Context) + func (o *NodeParams) SetHTTPClient(client *http.Client) + func (o *NodeParams) SetNodeID(nodeID string) + func (o *NodeParams) SetTimeout(timeout time.Duration) + func (o *NodeParams) WithContext(ctx context.Context) *NodeParams + func (o *NodeParams) WithHTTPClient(client *http.Client) *NodeParams + func (o *NodeParams) WithNodeID(nodeID string) *NodeParams + func (o *NodeParams) WithTimeout(timeout time.Duration) *NodeParams + func (o *NodeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodeReader struct + func (o *NodeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type NodesOK struct + Payload *models.NodeSummaryList + func NewNodesOK() *NodesOK + func (o *NodesOK) Error() string + type NodesParams struct + Context context.Context + HTTPClient *http.Client + func NewNodesParams() *NodesParams + func NewNodesParamsWithContext(ctx context.Context) *NodesParams + func NewNodesParamsWithHTTPClient(client *http.Client) *NodesParams + func NewNodesParamsWithTimeout(timeout time.Duration) *NodesParams + func (o *NodesParams) SetContext(ctx context.Context) + func (o *NodesParams) SetHTTPClient(client *http.Client) + func (o *NodesParams) SetTimeout(timeout time.Duration) + func (o *NodesParams) WithContext(ctx context.Context) *NodesParams + func (o *NodesParams) WithHTTPClient(client *http.Client) *NodesParams + func (o *NodesParams) WithTimeout(timeout time.Duration) *NodesParams + func (o *NodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type NodesReader struct + func (o *NodesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)