getserviceaccounts

package
v8.13.1 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 11 Imported by: 3

Documentation

Overview

Retrieves information about service accounts.

Index

Constants

This section is empty.

Variables

View Source
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")

ErrBuildPath is returned in case of missing parameters within the build of the request.

Functions

This section is empty.

Types

type GetServiceAccounts

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

func (GetServiceAccounts) Do

func (r GetServiceAccounts) Do(providedCtx context.Context) (Response, error)

Do runs the request through the transport, handle the response and returns a getserviceaccounts.Response

func (*GetServiceAccounts) Header

func (r *GetServiceAccounts) Header(key, value string) *GetServiceAccounts

Header set a key, value pair in the GetServiceAccounts headers map.

func (*GetServiceAccounts) HttpRequest

func (r *GetServiceAccounts) HttpRequest(ctx context.Context) (*http.Request, error)

HttpRequest returns the http.Request object built from the given parameters.

func (GetServiceAccounts) IsSuccess

func (r GetServiceAccounts) IsSuccess(providedCtx context.Context) (bool, error)

IsSuccess allows to run a query with a context and retrieve the result as a boolean. This only exists for endpoints without a request payload and allows for quick control flow.

func (*GetServiceAccounts) Namespace

func (r *GetServiceAccounts) Namespace(namespace string) *GetServiceAccounts

Namespace Name of the namespace. Omit this parameter to retrieve information about all service accounts. If you omit this parameter, you must also omit the `service` parameter. API Name: namespace

func (GetServiceAccounts) Perform added in v8.7.0

func (r GetServiceAccounts) Perform(providedCtx context.Context) (*http.Response, error)

Perform runs the http.Request through the provided transport and returns an http.Response.

func (*GetServiceAccounts) Service

func (r *GetServiceAccounts) Service(service string) *GetServiceAccounts

Service Name of the service name. Omit this parameter to retrieve information about all service accounts that belong to the specified `namespace`. API Name: service

type NewGetServiceAccounts

type NewGetServiceAccounts func() *GetServiceAccounts

NewGetServiceAccounts type alias for index.

func NewGetServiceAccountsFunc

func NewGetServiceAccountsFunc(tp elastictransport.Interface) NewGetServiceAccounts

NewGetServiceAccountsFunc returns a new instance of GetServiceAccounts with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.

type Response added in v8.7.0

type Response map[string]types.RoleDescriptorWrapper

func NewResponse added in v8.7.0

func NewResponse() Response

NewResponse returns a Response

Jump to

Keyboard shortcuts

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