oauth2providers

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 License: Apache-2.0 Imports: 15 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
}

func New

func New(client client.Client, namespace string) *Client

func (*Client) Create added in v0.2.5

func (c *Client) Create(ctx context.Context, organizationName string, request *generated.Oauth2ProviderCreate) error

func (*Client) Delete added in v0.2.5

func (c *Client) Delete(ctx context.Context, organizationName, name string) error

func (*Client) List

func (c *Client) List(ctx context.Context, organizationName string) (generated.Oauth2Providers, error)

func (*Client) ListGlobal added in v0.2.5

func (c *Client) ListGlobal(ctx context.Context) ([]generated.Oauth2Provider, error)

func (*Client) Update added in v0.2.5

func (c *Client) Update(ctx context.Context, organizationName string, name string, request *generated.Oauth2ProviderCreate) error

Jump to

Keyboard shortcuts

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