Documentation ¶
Overview ¶
Retrieves information about service accounts.
Index ¶
- Variables
- type GetServiceAccounts
- func (r GetServiceAccounts) Do(providedCtx context.Context) (Response, error)
- func (r *GetServiceAccounts) Header(key, value string) *GetServiceAccounts
- func (r *GetServiceAccounts) HttpRequest(ctx context.Context) (*http.Request, error)
- func (r GetServiceAccounts) IsSuccess(providedCtx context.Context) (bool, error)
- func (r *GetServiceAccounts) Namespace(namespace string) *GetServiceAccounts
- func (r GetServiceAccounts) Perform(providedCtx context.Context) (*http.Response, error)
- func (r *GetServiceAccounts) Service(service string) *GetServiceAccounts
- type NewGetServiceAccounts
- type Response
Constants ¶
This section is empty.
Variables ¶
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 New ¶
func New(tp elastictransport.Interface) *GetServiceAccounts
Retrieves information about service accounts.
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 ¶
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 ¶
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 ¶
type Response map[string]types.RoleDescriptorWrapper