v1alpha1

package
v0.0.0-...-b90a9eb Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

+groupName=lineq.io

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeGroupVersion = schema.GroupVersion{
		Group:   waitingroom.GroupName,
		Version: waitingroom.V1alpha1,
	}
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)

Functions

func Resource

func Resource(resource string) schema.GroupResource

Types

type WaitingRoom

type WaitingRoom struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata"`

	Spec WaitingRoomSpec `json:"spec"`
}

+genclient +genclient:noStatus +k8s:deepcopy-gen=true +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*WaitingRoom) DeepCopy

func (in *WaitingRoom) DeepCopy() *WaitingRoom

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WaitingRoom.

func (*WaitingRoom) DeepCopyInto

func (in *WaitingRoom) DeepCopyInto(out *WaitingRoom)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WaitingRoom) DeepCopyObject

func (in *WaitingRoom) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type WaitingRoomList

type WaitingRoomList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []WaitingRoom `json:"items"`
}

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*WaitingRoomList) DeepCopy

func (in *WaitingRoomList) DeepCopy() *WaitingRoomList

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WaitingRoomList.

func (*WaitingRoomList) DeepCopyInto

func (in *WaitingRoomList) DeepCopyInto(out *WaitingRoomList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*WaitingRoomList) DeepCopyObject

func (in *WaitingRoomList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type WaitingRoomSpec

type WaitingRoomSpec struct {
	Path           string `json:"path"`
	ActiveUsers    int    `json:"activeUsers"`
	Schema         string `json:"schema"`
	Host           string `json:"host"`
	BackendSvcAddr string `json:"backendSvcAddr"`
	BackendSvcPort int    `json:"backendSvcPort"`
}

func (*WaitingRoomSpec) DeepCopy

func (in *WaitingRoomSpec) DeepCopy() *WaitingRoomSpec

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WaitingRoomSpec.

func (*WaitingRoomSpec) DeepCopyInto

func (in *WaitingRoomSpec) DeepCopyInto(out *WaitingRoomSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Directories

Path Synopsis
apis
clientset/versioned/fake
This package has the automatically generated fake clientset.
This package has the automatically generated fake clientset.
clientset/versioned/scheme
This package contains the scheme of the automatically generated clientset.
This package contains the scheme of the automatically generated clientset.
clientset/versioned/typed/waitingroom/v1alpha1
This package has the automatically generated typed clients.
This package has the automatically generated typed clients.
clientset/versioned/typed/waitingroom/v1alpha1/fake
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