v1beta2

package
v0.0.0-...-b5015ec Latest Latest
Warning

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

Go to latest
Published: May 9, 2024 License: Apache-2.0 Imports: 8 Imported by: 3

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 FederatedNotificationConfigExpansion

type FederatedNotificationConfigExpansion interface{}

type FederatedNotificationConfigInterface

type FederatedNotificationConfigInterface interface {
	Create(ctx context.Context, federatedNotificationConfig *v1beta2.FederatedNotificationConfig, opts v1.CreateOptions) (*v1beta2.FederatedNotificationConfig, error)
	Update(ctx context.Context, federatedNotificationConfig *v1beta2.FederatedNotificationConfig, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationConfig, error)
	UpdateStatus(ctx context.Context, federatedNotificationConfig *v1beta2.FederatedNotificationConfig, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationConfig, 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) (*v1beta2.FederatedNotificationConfig, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta2.FederatedNotificationConfigList, 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 *v1beta2.FederatedNotificationConfig, err error)
	FederatedNotificationConfigExpansion
}

FederatedNotificationConfigInterface has methods to work with FederatedNotificationConfig resources.

type FederatedNotificationConfigsGetter

type FederatedNotificationConfigsGetter interface {
	FederatedNotificationConfigs() FederatedNotificationConfigInterface
}

FederatedNotificationConfigsGetter has a method to return a FederatedNotificationConfigInterface. A group's client should implement this interface.

type FederatedNotificationManagerExpansion

type FederatedNotificationManagerExpansion interface{}

type FederatedNotificationManagerInterface

type FederatedNotificationManagerInterface interface {
	Create(ctx context.Context, federatedNotificationManager *v1beta2.FederatedNotificationManager, opts v1.CreateOptions) (*v1beta2.FederatedNotificationManager, error)
	Update(ctx context.Context, federatedNotificationManager *v1beta2.FederatedNotificationManager, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationManager, error)
	UpdateStatus(ctx context.Context, federatedNotificationManager *v1beta2.FederatedNotificationManager, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationManager, 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) (*v1beta2.FederatedNotificationManager, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta2.FederatedNotificationManagerList, 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 *v1beta2.FederatedNotificationManager, err error)
	FederatedNotificationManagerExpansion
}

FederatedNotificationManagerInterface has methods to work with FederatedNotificationManager resources.

type FederatedNotificationManagersGetter

type FederatedNotificationManagersGetter interface {
	FederatedNotificationManagers() FederatedNotificationManagerInterface
}

FederatedNotificationManagersGetter has a method to return a FederatedNotificationManagerInterface. A group's client should implement this interface.

type FederatedNotificationReceiverExpansion

type FederatedNotificationReceiverExpansion interface{}

type FederatedNotificationReceiverInterface

type FederatedNotificationReceiverInterface interface {
	Create(ctx context.Context, federatedNotificationReceiver *v1beta2.FederatedNotificationReceiver, opts v1.CreateOptions) (*v1beta2.FederatedNotificationReceiver, error)
	Update(ctx context.Context, federatedNotificationReceiver *v1beta2.FederatedNotificationReceiver, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationReceiver, error)
	UpdateStatus(ctx context.Context, federatedNotificationReceiver *v1beta2.FederatedNotificationReceiver, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationReceiver, 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) (*v1beta2.FederatedNotificationReceiver, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta2.FederatedNotificationReceiverList, 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 *v1beta2.FederatedNotificationReceiver, err error)
	FederatedNotificationReceiverExpansion
}

FederatedNotificationReceiverInterface has methods to work with FederatedNotificationReceiver resources.

type FederatedNotificationReceiversGetter

type FederatedNotificationReceiversGetter interface {
	FederatedNotificationReceivers() FederatedNotificationReceiverInterface
}

FederatedNotificationReceiversGetter has a method to return a FederatedNotificationReceiverInterface. A group's client should implement this interface.

type FederatedNotificationRouterExpansion

type FederatedNotificationRouterExpansion interface{}

type FederatedNotificationRouterInterface

type FederatedNotificationRouterInterface interface {
	Create(ctx context.Context, federatedNotificationRouter *v1beta2.FederatedNotificationRouter, opts v1.CreateOptions) (*v1beta2.FederatedNotificationRouter, error)
	Update(ctx context.Context, federatedNotificationRouter *v1beta2.FederatedNotificationRouter, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationRouter, error)
	UpdateStatus(ctx context.Context, federatedNotificationRouter *v1beta2.FederatedNotificationRouter, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationRouter, 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) (*v1beta2.FederatedNotificationRouter, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta2.FederatedNotificationRouterList, 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 *v1beta2.FederatedNotificationRouter, err error)
	FederatedNotificationRouterExpansion
}

FederatedNotificationRouterInterface has methods to work with FederatedNotificationRouter resources.

type FederatedNotificationRoutersGetter

type FederatedNotificationRoutersGetter interface {
	FederatedNotificationRouters() FederatedNotificationRouterInterface
}

FederatedNotificationRoutersGetter has a method to return a FederatedNotificationRouterInterface. A group's client should implement this interface.

type FederatedNotificationSilenceExpansion

type FederatedNotificationSilenceExpansion interface{}

type FederatedNotificationSilenceInterface

type FederatedNotificationSilenceInterface interface {
	Create(ctx context.Context, federatedNotificationSilence *v1beta2.FederatedNotificationSilence, opts v1.CreateOptions) (*v1beta2.FederatedNotificationSilence, error)
	Update(ctx context.Context, federatedNotificationSilence *v1beta2.FederatedNotificationSilence, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationSilence, error)
	UpdateStatus(ctx context.Context, federatedNotificationSilence *v1beta2.FederatedNotificationSilence, opts v1.UpdateOptions) (*v1beta2.FederatedNotificationSilence, 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) (*v1beta2.FederatedNotificationSilence, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta2.FederatedNotificationSilenceList, 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 *v1beta2.FederatedNotificationSilence, err error)
	FederatedNotificationSilenceExpansion
}

FederatedNotificationSilenceInterface has methods to work with FederatedNotificationSilence resources.

type FederatedNotificationSilencesGetter

type FederatedNotificationSilencesGetter interface {
	FederatedNotificationSilences() FederatedNotificationSilenceInterface
}

FederatedNotificationSilencesGetter has a method to return a FederatedNotificationSilenceInterface. A group's client should implement this interface.

type TypesV1beta2Client

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

TypesV1beta2Client is used to interact with features provided by the types.kubefed.io group.

func New

New creates a new TypesV1beta2Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new TypesV1beta2Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *TypesV1beta2Client

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

func (*TypesV1beta2Client) FederatedNotificationConfigs

func (c *TypesV1beta2Client) FederatedNotificationConfigs() FederatedNotificationConfigInterface

func (*TypesV1beta2Client) FederatedNotificationManagers

func (c *TypesV1beta2Client) FederatedNotificationManagers() FederatedNotificationManagerInterface

func (*TypesV1beta2Client) FederatedNotificationReceivers

func (c *TypesV1beta2Client) FederatedNotificationReceivers() FederatedNotificationReceiverInterface

func (*TypesV1beta2Client) FederatedNotificationRouters

func (c *TypesV1beta2Client) FederatedNotificationRouters() FederatedNotificationRouterInterface

func (*TypesV1beta2Client) FederatedNotificationSilences

func (c *TypesV1beta2Client) FederatedNotificationSilences() FederatedNotificationSilenceInterface

func (*TypesV1beta2Client) RESTClient

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

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

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