v1alpha1

package
v0.3.11 Latest Latest
Warning

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

Go to latest
Published: May 11, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the v1alpha1 API group +kubebuilder:object:generate=true +groupName=meeting.ko

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "meeting.ko", Version: "v1alpha1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type JVB

type JVB struct {
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/jvb:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Resources          v1.ResourceList           `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Service     Service        `json:"service,omitempty"`
}

func (*JVB) DeepCopy

func (in *JVB) DeepCopy() *JVB

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

func (*JVB) DeepCopyInto

func (in *JVB) DeepCopyInto(out *JVB)

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

type Jibri

type Jibri struct {
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/jibri:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Storage            *StorageSpec              `json:"storage,omitempty"`
	Resources          v1.ResourceList           `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Services    []Service      `json:"services,omitempty"`
}

func (*Jibri) DeepCopy

func (in *Jibri) DeepCopy() *Jibri

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

func (*Jibri) DeepCopyInto

func (in *Jibri) DeepCopyInto(out *Jibri)

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

type Jicofo

type Jicofo struct {
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/jicofo:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Resources          v1.ResourceList           `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Services    []Service      `json:"services,omitempty"`
}

func (*Jicofo) DeepCopy

func (in *Jicofo) DeepCopy() *Jicofo

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

func (*Jicofo) DeepCopyInto

func (in *Jicofo) DeepCopyInto(out *Jicofo)

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

type Jitsi

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

	Spec   JitsiSpec   `json:"spec,omitempty"`
	Status JitsiStatus `json:"status,omitempty"`
}

Jitsi is the Schema for the jitsis API

func (*Jitsi) DeepCopy

func (in *Jitsi) DeepCopy() *Jitsi

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

func (*Jitsi) DeepCopyInto

func (in *Jitsi) DeepCopyInto(out *Jitsi)

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

func (*Jitsi) DeepCopyObject

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

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

type JitsiList

type JitsiList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Jitsi `json:"items"`
}

JitsiList contains a list of Jitsi

func (*JitsiList) DeepCopy

func (in *JitsiList) DeepCopy() *JitsiList

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

func (*JitsiList) DeepCopyInto

func (in *JitsiList) DeepCopyInto(out *JitsiList)

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

func (*JitsiList) DeepCopyObject

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

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

type JitsiSpec

type JitsiSpec struct {
	Web     `json:"web"`
	Prosody `json:"prosody"`
	Jicofo  `json:"jicofo"`
	Jibri   `json:"jibri"`
	JVB     `json:"jvb"`
}

func (*JitsiSpec) DeepCopy

func (in *JitsiSpec) DeepCopy() *JitsiSpec

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

func (*JitsiSpec) DeepCopyInto

func (in *JitsiSpec) DeepCopyInto(out *JitsiSpec)

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

type JitsiStatus

type JitsiStatus struct {
}

JitsiStatus defines the observed state of Jitsi

func (*JitsiStatus) DeepCopy

func (in *JitsiStatus) DeepCopy() *JitsiStatus

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

func (*JitsiStatus) DeepCopyInto

func (in *JitsiStatus) DeepCopyInto(out *JitsiStatus)

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

type Prosody

type Prosody struct {
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/prosody:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Resources          v1.ResourceList           `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Services    []Service      `json:"services,omitempty"`
}

func (*Prosody) DeepCopy

func (in *Prosody) DeepCopy() *Prosody

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

func (*Prosody) DeepCopyInto

func (in *Prosody) DeepCopyInto(out *Prosody)

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

type Service

type Service struct {
	//+kubebuilder:default:="ClusterIP"
	Type     v1.ServiceType `json:"type,omitempty"`
	Protocol v1.Protocol    `json:"protocol,omitempty"`
	//+kubebuilder:default="http"
	PortName string `json:"port_name,omitempty"`
	//+kubebuilder:default=80
	Port int32 `json:"port,omitempty"`
}

func (*Service) DeepCopy

func (in *Service) DeepCopy() *Service

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

func (*Service) DeepCopyInto

func (in *Service) DeepCopyInto(out *Service)

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

type StorageSpec

type StorageSpec struct {
	EmptyDir *v1.EmptyDirVolumeSource `json:"empty_dir,omitempty"`
	PVC      v1.PersistentVolumeClaim `json:"pvc,omitempty"`
}

func (*StorageSpec) DeepCopy

func (in *StorageSpec) DeepCopy() *StorageSpec

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

func (*StorageSpec) DeepCopyInto

func (in *StorageSpec) DeepCopyInto(out *StorageSpec)

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

type Web

type Web struct {
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/web:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Resources          v1.ResourceList           `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Services    []Service      `json:"services,omitempty"`
}

func (*Web) DeepCopy

func (in *Web) DeepCopy() *Web

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

func (*Web) DeepCopyInto

func (in *Web) DeepCopyInto(out *Web)

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

Jump to

Keyboard shortcuts

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