v1beta2

package
v0.0.0-...-bf1c9b8 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FlowSchemaClusterInterface

type FlowSchemaClusterInterface interface {
	Cluster(logicalcluster.Path) flowcontrolv1beta2client.FlowSchemaInterface
	List(ctx context.Context, opts metav1.ListOptions) (*flowcontrolv1beta2.FlowSchemaList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

FlowSchemaClusterInterface can operate on FlowSchemas across all clusters, or scope down to one cluster and return a flowcontrolv1beta2client.FlowSchemaInterface.

type FlowSchemasClusterGetter

type FlowSchemasClusterGetter interface {
	FlowSchemas() FlowSchemaClusterInterface
}

FlowSchemasClusterGetter has a method to return a FlowSchemaClusterInterface. A group's cluster client should implement this interface.

type FlowcontrolV1beta2ClusterClient

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

func NewForConfig

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

NewForConfig creates a new FlowcontrolV1beta2ClusterClient for the given config. NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), where httpClient was generated with rest.HTTPClientFor(c).

func NewForConfigAndClient

func NewForConfigAndClient(c *rest.Config, h *http.Client) (*FlowcontrolV1beta2ClusterClient, error)

NewForConfigAndClient creates a new FlowcontrolV1beta2ClusterClient for the given config and http client. Note the http client provided takes precedence over the configured transport values.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *FlowcontrolV1beta2ClusterClient

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

func (*FlowcontrolV1beta2ClusterClient) Cluster

func (c *FlowcontrolV1beta2ClusterClient) Cluster(clusterPath logicalcluster.Path) flowcontrolv1beta2.FlowcontrolV1beta2Interface

func (*FlowcontrolV1beta2ClusterClient) FlowSchemas

func (*FlowcontrolV1beta2ClusterClient) PriorityLevelConfigurations

type FlowcontrolV1beta2ClusterScoper

type FlowcontrolV1beta2ClusterScoper interface {
	Cluster(logicalcluster.Path) flowcontrolv1beta2.FlowcontrolV1beta2Interface
}

type PriorityLevelConfigurationClusterInterface

type PriorityLevelConfigurationClusterInterface interface {
	Cluster(logicalcluster.Path) flowcontrolv1beta2client.PriorityLevelConfigurationInterface
	List(ctx context.Context, opts metav1.ListOptions) (*flowcontrolv1beta2.PriorityLevelConfigurationList, error)
	Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}

PriorityLevelConfigurationClusterInterface can operate on PriorityLevelConfigurations across all clusters, or scope down to one cluster and return a flowcontrolv1beta2client.PriorityLevelConfigurationInterface.

type PriorityLevelConfigurationsClusterGetter

type PriorityLevelConfigurationsClusterGetter interface {
	PriorityLevelConfigurations() PriorityLevelConfigurationClusterInterface
}

PriorityLevelConfigurationsClusterGetter has a method to return a PriorityLevelConfigurationClusterInterface. A group's cluster client should implement this interface.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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