package
0.0.0-20221010213025-b339f66a810a
Repository: https://github.com/kubermatic/go-kubermatic.git
Documentation: pkg.go.dev

# Functions

New creates a new get API client.
NewGatesDefault creates a GatesDefault with default headers values.
NewGatesForbidden creates a GatesForbidden with default headers values.
NewGatesOK creates a GatesOK with default headers values.
NewGatesParams creates a new GatesParams object, with the default timeout for this client.
NewGatesParamsWithContext creates a new GatesParams object with the ability to set a context for a request.
NewGatesParamsWithHTTPClient creates a new GatesParams object with the ability to set a custom HTTPClient for a request.
NewGatesParamsWithTimeout creates a new GatesParams object with the ability to set a timeout on a request.
NewGatesUnauthorized creates a GatesUnauthorized with default headers values.

# Structs

Client for get API */.
GatesDefault describes a response with status code -1, with default header values.
GatesForbidden describes a response with status code 403, with default header values.
GatesOK describes a response with status code 200, with default header values.
GatesParams contains all the parameters to send to the API endpoint for the gates operation.
GatesReader is a Reader for the Gates structure.
GatesUnauthorized describes a response with status code 401, with default header values.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.