v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 2022 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 AuthorizationRuleExpansion

type AuthorizationRuleExpansion interface{}

type AuthorizationRuleInterface

type AuthorizationRuleInterface interface {
	Create(ctx context.Context, authorizationRule *v1alpha1.AuthorizationRule, opts v1.CreateOptions) (*v1alpha1.AuthorizationRule, error)
	Update(ctx context.Context, authorizationRule *v1alpha1.AuthorizationRule, opts v1.UpdateOptions) (*v1alpha1.AuthorizationRule, error)
	UpdateStatus(ctx context.Context, authorizationRule *v1alpha1.AuthorizationRule, opts v1.UpdateOptions) (*v1alpha1.AuthorizationRule, 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.AuthorizationRule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.AuthorizationRuleList, 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.AuthorizationRule, err error)
	AuthorizationRuleExpansion
}

AuthorizationRuleInterface has methods to work with AuthorizationRule resources.

type AuthorizationRulesGetter

type AuthorizationRulesGetter interface {
	AuthorizationRules(namespace string) AuthorizationRuleInterface
}

AuthorizationRulesGetter has a method to return a AuthorizationRuleInterface. A group's client should implement this interface.

type NamespaceExpansion added in v0.1.1

type NamespaceExpansion interface{}

type NamespaceInterface added in v0.1.1

type NamespaceInterface interface {
	Create(ctx context.Context, namespace *v1alpha1.Namespace, opts v1.CreateOptions) (*v1alpha1.Namespace, error)
	Update(ctx context.Context, namespace *v1alpha1.Namespace, opts v1.UpdateOptions) (*v1alpha1.Namespace, error)
	UpdateStatus(ctx context.Context, namespace *v1alpha1.Namespace, opts v1.UpdateOptions) (*v1alpha1.Namespace, 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.Namespace, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NamespaceList, 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.Namespace, err error)
	NamespaceExpansion
}

NamespaceInterface has methods to work with Namespace resources.

type NamespacesGetter added in v0.1.1

type NamespacesGetter interface {
	Namespaces(namespace string) NamespaceInterface
}

NamespacesGetter has a method to return a NamespaceInterface. A group's client should implement this interface.

type NotificationHubExpansion

type NotificationHubExpansion interface{}

type NotificationHubInterface

type NotificationHubInterface interface {
	Create(ctx context.Context, notificationHub *v1alpha1.NotificationHub, opts v1.CreateOptions) (*v1alpha1.NotificationHub, error)
	Update(ctx context.Context, notificationHub *v1alpha1.NotificationHub, opts v1.UpdateOptions) (*v1alpha1.NotificationHub, error)
	UpdateStatus(ctx context.Context, notificationHub *v1alpha1.NotificationHub, opts v1.UpdateOptions) (*v1alpha1.NotificationHub, 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.NotificationHub, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NotificationHubList, 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.NotificationHub, err error)
	NotificationHubExpansion
}

NotificationHubInterface has methods to work with NotificationHub resources.

type NotificationHubsGetter

type NotificationHubsGetter interface {
	NotificationHubs(namespace string) NotificationHubInterface
}

NotificationHubsGetter has a method to return a NotificationHubInterface. A group's client should implement this interface.

type NotificationhubV1alpha1Client

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

NotificationhubV1alpha1Client is used to interact with features provided by the notificationhub.azurerm.kubeform.com group.

func New

New creates a new NotificationhubV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new NotificationhubV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *NotificationhubV1alpha1Client

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

func (*NotificationhubV1alpha1Client) AuthorizationRules

func (c *NotificationhubV1alpha1Client) AuthorizationRules(namespace string) AuthorizationRuleInterface

func (*NotificationhubV1alpha1Client) Namespaces added in v0.1.1

func (c *NotificationhubV1alpha1Client) Namespaces(namespace string) NamespaceInterface

func (*NotificationhubV1alpha1Client) NotificationHubs

func (c *NotificationhubV1alpha1Client) NotificationHubs(namespace string) NotificationHubInterface

func (*NotificationhubV1alpha1Client) RESTClient

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

type NotificationhubV1alpha1Interface

type NotificationhubV1alpha1Interface interface {
	RESTClient() rest.Interface
	AuthorizationRulesGetter
	NamespacesGetter
	NotificationHubsGetter
}

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