Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default oshinko rest HTTP client.
Functions ¶
This section is empty.
Types ¶
type OshinkoRest ¶
type OshinkoRest struct { Clusters *clusters.Client Server *server.Client Transport runtime.ClientTransport }
OshinkoRest is a client for oshinko rest
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *OshinkoRest
New creates a new oshinko rest client
func NewHTTPClient ¶
func NewHTTPClient(formats strfmt.Registry) *OshinkoRest
NewHTTPClient creates a new oshinko rest HTTP client.
func (*OshinkoRest) SetTransport ¶
func (c *OshinkoRest) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client and all its subresources
Click to show internal directories.
Click to hide internal directories.