metadata

package
v1.10.5-pre.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for metadata API

func (*Client) Prometheus

func (a *Client) Prometheus(params *PrometheusParams, opts ...ClientOption) (*PrometheusOK, error)
Prometheus gets snapshot metrics from the service if you re using k8s you can then add annotations to your deployment like so

```

metadata: annotations: prometheus.io/port: "4434" prometheus.io/path: "/metrics/prometheus" ```

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	Prometheus(params *PrometheusParams, opts ...ClientOption) (*PrometheusOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new metadata API client.

type PrometheusOK

type PrometheusOK struct {
}
PrometheusOK describes a response with status code 200, with default header values.

Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is

typically 201.

func NewPrometheusOK

func NewPrometheusOK() *PrometheusOK

NewPrometheusOK creates a PrometheusOK with default headers values

func (*PrometheusOK) Error

func (o *PrometheusOK) Error() string

type PrometheusParams

type PrometheusParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

PrometheusParams contains all the parameters to send to the API endpoint

for the prometheus operation.

Typically these are written to a http.Request.

func NewPrometheusParams

func NewPrometheusParams() *PrometheusParams

NewPrometheusParams creates a new PrometheusParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPrometheusParamsWithContext

func NewPrometheusParamsWithContext(ctx context.Context) *PrometheusParams

NewPrometheusParamsWithContext creates a new PrometheusParams object with the ability to set a context for a request.

func NewPrometheusParamsWithHTTPClient

func NewPrometheusParamsWithHTTPClient(client *http.Client) *PrometheusParams

NewPrometheusParamsWithHTTPClient creates a new PrometheusParams object with the ability to set a custom HTTPClient for a request.

func NewPrometheusParamsWithTimeout

func NewPrometheusParamsWithTimeout(timeout time.Duration) *PrometheusParams

NewPrometheusParamsWithTimeout creates a new PrometheusParams object with the ability to set a timeout on a request.

func (*PrometheusParams) SetContext

func (o *PrometheusParams) SetContext(ctx context.Context)

SetContext adds the context to the prometheus params

func (*PrometheusParams) SetDefaults

func (o *PrometheusParams) SetDefaults()

SetDefaults hydrates default values in the prometheus params (not the query body).

All values with no default are reset to their zero value.

func (*PrometheusParams) SetHTTPClient

func (o *PrometheusParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the prometheus params

func (*PrometheusParams) SetTimeout

func (o *PrometheusParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the prometheus params

func (*PrometheusParams) WithContext

func (o *PrometheusParams) WithContext(ctx context.Context) *PrometheusParams

WithContext adds the context to the prometheus params

func (*PrometheusParams) WithDefaults

func (o *PrometheusParams) WithDefaults() *PrometheusParams

WithDefaults hydrates default values in the prometheus params (not the query body).

All values with no default are reset to their zero value.

func (*PrometheusParams) WithHTTPClient

func (o *PrometheusParams) WithHTTPClient(client *http.Client) *PrometheusParams

WithHTTPClient adds the HTTPClient to the prometheus params

func (*PrometheusParams) WithTimeout

func (o *PrometheusParams) WithTimeout(timeout time.Duration) *PrometheusParams

WithTimeout adds the timeout to the prometheus params

func (*PrometheusParams) WriteToRequest

func (o *PrometheusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PrometheusReader

type PrometheusReader struct {
	// contains filtered or unexported fields
}

PrometheusReader is a Reader for the Prometheus structure.

func (*PrometheusReader) ReadResponse

func (o *PrometheusReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL