v1beta1

package
v0.0.0-...-ded4385 Latest Latest
Warning

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

Go to latest
Published: May 18, 2021 License: Apache-2.0 Imports: 7 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 KafkaExpansion

type KafkaExpansion interface{}

type KafkaInterface

type KafkaInterface interface {
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.Kafka, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.KafkaList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	KafkaExpansion
}

KafkaInterface has methods to work with Kafka resources.

type KafkaTopicExpansion

type KafkaTopicExpansion interface{}

type KafkaTopicInterface

type KafkaTopicInterface interface {
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.KafkaTopic, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.KafkaTopicList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	KafkaTopicExpansion
}

KafkaTopicInterface has methods to work with KafkaTopic resources.

type KafkaTopicsGetter

type KafkaTopicsGetter interface {
	KafkaTopics(namespace string) KafkaTopicInterface
}

KafkaTopicsGetter has a method to return a KafkaTopicInterface. A group's client should implement this interface.

type KafkaUserExpansion

type KafkaUserExpansion interface{}

type KafkaUserInterface

type KafkaUserInterface interface {
	Get(ctx context.Context, name string, opts v1.GetOptions) (*v1beta1.KafkaUser, error)
	List(ctx context.Context, opts v1.ListOptions) (*v1beta1.KafkaUserList, error)
	Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
	KafkaUserExpansion
}

KafkaUserInterface has methods to work with KafkaUser resources.

type KafkaUsersGetter

type KafkaUsersGetter interface {
	KafkaUsers(namespace string) KafkaUserInterface
}

KafkaUsersGetter has a method to return a KafkaUserInterface. A group's client should implement this interface.

type KafkaV1beta1Client

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

KafkaV1beta1Client is used to interact with features provided by the kafka.strimzi.io group.

func New

New creates a new KafkaV1beta1Client for the given RESTClient.

func NewForConfig

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

NewForConfig creates a new KafkaV1beta1Client for the given config.

func NewForConfigOrDie

func NewForConfigOrDie(c *rest.Config) *KafkaV1beta1Client

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

func (*KafkaV1beta1Client) KafkaTopics

func (c *KafkaV1beta1Client) KafkaTopics(namespace string) KafkaTopicInterface

func (*KafkaV1beta1Client) Kafkas

func (c *KafkaV1beta1Client) Kafkas(namespace string) KafkaInterface

func (*KafkaV1beta1Client) RESTClient

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

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

type KafkaV1beta1Interface

type KafkaV1beta1Interface interface {
	RESTClient() rest.Interface
	KafkasGetter
	KafkaTopicsGetter
}

type KafkasGetter

type KafkasGetter interface {
	Kafkas(namespace string) KafkaInterface
}

KafkasGetter has a method to return a KafkaInterface. 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