v1

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 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 IamV1Client

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

func NewForConfig

func NewForConfig(c *rest.Config) (*IamV1Client, error)

func (*IamV1Client) RESTClient

func (c *IamV1Client) RESTClient() rest.Interface

func (*IamV1Client) Tokens

func (c *IamV1Client) Tokens() TokenInterface

type IamV1Interface

type IamV1Interface interface {
	RESTClient() rest.Interface
	TokensGetter
}

func New

type TokenInterface

type TokenInterface interface {
	Get(ctx context.Context, name string, opts v1.GetOptions) (*iamv1.Token, error)
	List(ctx context.Context, opts v1.ListOptions) (*iamv1.TokenList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
}

type TokensGetter

type TokensGetter interface {
	Tokens() TokenInterface
}

Jump to

Keyboard shortcuts

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