v1alpha1

package
v0.0.0-...-c395a66 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConferenceAdminV1Alpha1Client

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

func (*ConferenceAdminV1Alpha1Client) Environments

func (c *ConferenceAdminV1Alpha1Client) Environments(namespace string) EnvironmentInterface

type ConferenceAdminV1Alpha1Interface

type ConferenceAdminV1Alpha1Interface interface {
	Environments(namespace string) EnvironmentInterface
}

type EnvironmentInterface

type EnvironmentInterface interface {
	List(opts metav1.ListOptions) (*v1alpha1.EnvironmentList, error)
	Get(name string, options metav1.GetOptions) (*v1alpha1.Environment, error)
	Create(*v1alpha1.Environment) (*v1alpha1.Environment, error)
	Delete(name string, opts metav1.DeleteOptions) error
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

Jump to

Keyboard shortcuts

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