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 HybridConnectionAuthorizationRuleExpansion added in v0.5.0

type HybridConnectionAuthorizationRuleExpansion interface{}

type HybridConnectionAuthorizationRuleInterface added in v0.5.0

HybridConnectionAuthorizationRuleInterface has methods to work with HybridConnectionAuthorizationRule resources.

type HybridConnectionAuthorizationRulesGetter added in v0.5.0

type HybridConnectionAuthorizationRulesGetter interface {
	HybridConnectionAuthorizationRules(namespace string) HybridConnectionAuthorizationRuleInterface
}

HybridConnectionAuthorizationRulesGetter has a method to return a HybridConnectionAuthorizationRuleInterface. A group's client should implement this interface.

type HybridConnectionExpansion

type HybridConnectionExpansion interface{}

type HybridConnectionInterface

type HybridConnectionInterface interface {
	Create(ctx context.Context, hybridConnection *v1alpha1.HybridConnection, opts v1.CreateOptions) (*v1alpha1.HybridConnection, error)
	Update(ctx context.Context, hybridConnection *v1alpha1.HybridConnection, opts v1.UpdateOptions) (*v1alpha1.HybridConnection, error)
	UpdateStatus(ctx context.Context, hybridConnection *v1alpha1.HybridConnection, opts v1.UpdateOptions) (*v1alpha1.HybridConnection, 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.HybridConnection, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.HybridConnectionList, 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.HybridConnection, err error)
	HybridConnectionExpansion
}

HybridConnectionInterface has methods to work with HybridConnection resources.

type HybridConnectionsGetter

type HybridConnectionsGetter interface {
	HybridConnections(namespace string) HybridConnectionInterface
}

HybridConnectionsGetter has a method to return a HybridConnectionInterface. A group's client should implement this interface.

type NamespaceAuthorizationRuleExpansion added in v0.5.0

type NamespaceAuthorizationRuleExpansion interface{}

type NamespaceAuthorizationRuleInterface added in v0.5.0

type NamespaceAuthorizationRuleInterface interface {
	Create(ctx context.Context, namespaceAuthorizationRule *v1alpha1.NamespaceAuthorizationRule, opts v1.CreateOptions) (*v1alpha1.NamespaceAuthorizationRule, error)
	Update(ctx context.Context, namespaceAuthorizationRule *v1alpha1.NamespaceAuthorizationRule, opts v1.UpdateOptions) (*v1alpha1.NamespaceAuthorizationRule, error)
	UpdateStatus(ctx context.Context, namespaceAuthorizationRule *v1alpha1.NamespaceAuthorizationRule, opts v1.UpdateOptions) (*v1alpha1.NamespaceAuthorizationRule, 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.NamespaceAuthorizationRule, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1alpha1.NamespaceAuthorizationRuleList, 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.NamespaceAuthorizationRule, err error)
	NamespaceAuthorizationRuleExpansion
}

NamespaceAuthorizationRuleInterface has methods to work with NamespaceAuthorizationRule resources.

type NamespaceAuthorizationRulesGetter added in v0.5.0

type NamespaceAuthorizationRulesGetter interface {
	NamespaceAuthorizationRules(namespace string) NamespaceAuthorizationRuleInterface
}

NamespaceAuthorizationRulesGetter has a method to return a NamespaceAuthorizationRuleInterface. 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 RelayV1alpha1Client

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

RelayV1alpha1Client is used to interact with features provided by the relay.azurerm.kubeform.com group.

func New

New creates a new RelayV1alpha1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new RelayV1alpha1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *RelayV1alpha1Client

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

func (*RelayV1alpha1Client) HybridConnectionAuthorizationRules added in v0.5.0

func (c *RelayV1alpha1Client) HybridConnectionAuthorizationRules(namespace string) HybridConnectionAuthorizationRuleInterface

func (*RelayV1alpha1Client) HybridConnections

func (c *RelayV1alpha1Client) HybridConnections(namespace string) HybridConnectionInterface

func (*RelayV1alpha1Client) NamespaceAuthorizationRules added in v0.5.0

func (c *RelayV1alpha1Client) NamespaceAuthorizationRules(namespace string) NamespaceAuthorizationRuleInterface

func (*RelayV1alpha1Client) Namespaces added in v0.1.1

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

func (*RelayV1alpha1Client) RESTClient

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

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

type RelayV1alpha1Interface

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