Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIPath = "api/kubefox/admin/v1alpha1" JSONContentType = "application/json; charset=utf-8" TextContentType = "text/plain; charset=utf-8" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { Ping() (*Response, error) Get(uri.URI, any) (*Response, error) List(uri.URI) (*Response, error) Create(uri.URI, any) (*Response, error) Apply(uri.URI, any) (*Response, error) Patch(uri.URI, any) (*Response, error) Delete(uri.URI) (*Response, error) }
func NewClient ¶
func NewClient(cfg ClientConfig) Client
type ClientConfig ¶
Click to show internal directories.
Click to hide internal directories.