v1alpha1

package
v0.11.0 Latest Latest
Warning

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

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

Documentation

Overview

This package has the automatically generated typed clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActiveDirectoryIdentityProviderExpansion added in v0.11.0

type ActiveDirectoryIdentityProviderExpansion interface{}

type ActiveDirectoryIdentityProviderInterface added in v0.11.0

ActiveDirectoryIdentityProviderInterface has methods to work with ActiveDirectoryIdentityProvider resources.

type ActiveDirectoryIdentityProvidersGetter added in v0.11.0

type ActiveDirectoryIdentityProvidersGetter interface {
	ActiveDirectoryIdentityProviders(namespace string) ActiveDirectoryIdentityProviderInterface
}

ActiveDirectoryIdentityProvidersGetter has a method to return a ActiveDirectoryIdentityProviderInterface. A group's client should implement this interface.

type IDPV1alpha1Client

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

IDPV1alpha1Client is used to interact with features provided by the idp.supervisor.pinniped.dev group.

func New

New creates a new IDPV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new IDPV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *IDPV1alpha1Client

NewForConfigOrDie creates a new IDPV1alpha1Client for the given config and panics if there is an error in the config.

func (*IDPV1alpha1Client) ActiveDirectoryIdentityProviders added in v0.11.0

func (c *IDPV1alpha1Client) ActiveDirectoryIdentityProviders(namespace string) ActiveDirectoryIdentityProviderInterface

func (*IDPV1alpha1Client) LDAPIdentityProviders added in v0.9.0

func (c *IDPV1alpha1Client) LDAPIdentityProviders(namespace string) LDAPIdentityProviderInterface

func (*IDPV1alpha1Client) OIDCIdentityProviders

func (c *IDPV1alpha1Client) OIDCIdentityProviders(namespace string) OIDCIdentityProviderInterface

func (*IDPV1alpha1Client) RESTClient

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

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

type LDAPIdentityProviderExpansion added in v0.9.0

type LDAPIdentityProviderExpansion interface{}

type LDAPIdentityProviderInterface added in v0.9.0

type LDAPIdentityProviderInterface interface {
	Create(ctx context.Context, lDAPIdentityProvider *v1alpha1.LDAPIdentityProvider, opts v1.CreateOptions) (*v1alpha1.LDAPIdentityProvider, error)
	Update(ctx context.Context, lDAPIdentityProvider *v1alpha1.LDAPIdentityProvider, opts v1.UpdateOptions) (*v1alpha1.LDAPIdentityProvider, error)
	UpdateStatus(ctx context.Context, lDAPIdentityProvider *v1alpha1.LDAPIdentityProvider, opts v1.UpdateOptions) (*v1alpha1.LDAPIdentityProvider, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.LDAPIdentityProvider, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.LDAPIdentityProviderList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LDAPIdentityProvider, err error)
	LDAPIdentityProviderExpansion
}

LDAPIdentityProviderInterface has methods to work with LDAPIdentityProvider resources.

type LDAPIdentityProvidersGetter added in v0.9.0

type LDAPIdentityProvidersGetter interface {
	LDAPIdentityProviders(namespace string) LDAPIdentityProviderInterface
}

LDAPIdentityProvidersGetter has a method to return a LDAPIdentityProviderInterface. A group's client should implement this interface.

type OIDCIdentityProviderExpansion

type OIDCIdentityProviderExpansion interface{}

type OIDCIdentityProviderInterface

type OIDCIdentityProviderInterface interface {
	Create(ctx context.Context, oIDCIdentityProvider *v1alpha1.OIDCIdentityProvider, opts v1.CreateOptions) (*v1alpha1.OIDCIdentityProvider, error)
	Update(ctx context.Context, oIDCIdentityProvider *v1alpha1.OIDCIdentityProvider, opts v1.UpdateOptions) (*v1alpha1.OIDCIdentityProvider, error)
	UpdateStatus(ctx context.Context, oIDCIdentityProvider *v1alpha1.OIDCIdentityProvider, opts v1.UpdateOptions) (*v1alpha1.OIDCIdentityProvider, error)
	Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
	DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1alpha1.OIDCIdentityProvider, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.OIDCIdentityProviderList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.OIDCIdentityProvider, err error)
	OIDCIdentityProviderExpansion
}

OIDCIdentityProviderInterface has methods to work with OIDCIdentityProvider resources.

type OIDCIdentityProvidersGetter

type OIDCIdentityProvidersGetter interface {
	OIDCIdentityProviders(namespace string) OIDCIdentityProviderInterface
}

OIDCIdentityProvidersGetter has a method to return a OIDCIdentityProviderInterface. A group's client should implement this interface.

Directories

Path Synopsis
Package fake has the automatically generated clients.
Package fake has the automatically generated clients.

Jump to

Keyboard shortcuts

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