v1

package
v0.0.0-...-312a475 Latest Latest
Warning

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

Go to latest
Published: Jan 12, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KafkaTopicInterface

type KafkaTopicInterface interface {
	List(opts metav1.ListOptions) (*v1.KafkaTopicList, error)
	Get(name string, options metav1.GetOptions) (*v1.KafkaTopic, error)
	Create(*v1.KafkaTopic) (*v1.KafkaTopic, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

type V1Alpha1Client

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

func NewForConfig

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

func (*V1Alpha1Client) KafkaTopics

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

type V1Alpha1Interface

type V1Alpha1Interface interface {
	KafkaTopics(namespace string) KafkaTopicInterface
}

Jump to

Keyboard shortcuts

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