v1alpha1

package
v0.11.3 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 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 Exporter added in v0.4.0

type Exporter struct {
	Type          string `json:"type,omitempty"`
	ConfigMapName string `json:"config_map_name,omitempty"`
	//+kubebuilder:default:="systemli/prometheus-jitsi-meet-exporter:latest"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default:=9888
	Port int32 `json:"port,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy  v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	SecurityContext  v1.SecurityContext        `json:"security_context,omitempty"`
	Environments     []v1.EnvVar               `json:"environments,omitempty"`
	Resources        v1.ResourceRequirements   `json:"resources,omitempty"`
}

func (*Exporter) DeepCopy added in v0.4.0

func (in *Exporter) DeepCopy() *Exporter

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

func (*Exporter) DeepCopyInto added in v0.4.0

func (in *Exporter) DeepCopyInto(out *Exporter)

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

type JVB

type JVB struct {
	Annotations map[string]string `json:"annotations,omitempty"`
	Exporter    Exporter          `json:"exporter,omitempty"`
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/jvb:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default:=60
	TerminationGracePeriodSeconds int64 `json:"terminationGracePeriodSeconds,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	SecurityContext    v1.SecurityContext        `json:"security_context,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	CustomSIP          []string                  `json:"custom_sip,omitempty"`
	Resources          v1.ResourceRequirements   `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Port        Port           `json:"port,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 {
	Annotations map[string]string `json:"annotations,omitempty"`
	//+kubebuilder:default:=0
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/jibri:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default:=60
	TerminationGracePeriodSeconds int64 `json:"terminationGracePeriodSeconds,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	SecurityContext    v1.SecurityContext        `json:"security_context,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Storage            *StorageSpec              `json:"storage,omitempty"`
	Resources          v1.ResourceRequirements   `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Ports       []Port         `json:"ports,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 {
	Annotations map[string]string `json:"annotations,omitempty"`
	Exporter    Exporter          `json:"exporter,omitempty"`
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/jicofo:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default:=60
	TerminationGracePeriodSeconds int64 `json:"terminationGracePeriodSeconds,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	SecurityContext    v1.SecurityContext        `json:"security_context,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Resources          v1.ResourceRequirements   `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Ports       []Port         `json:"ports,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 Jigasi added in v0.7.0

type Jigasi struct {
	Annotations map[string]string `json:"annotations,omitempty"`
	//+kubebuilder:default:=0
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/jigasi:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default:=60
	TerminationGracePeriodSeconds int64 `json:"terminationGracePeriodSeconds,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	SecurityContext    v1.SecurityContext        `json:"security_context,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Storage            *StorageSpec              `json:"storage,omitempty"`
	Resources          v1.ResourceRequirements   `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Ports       []Port         `json:"ports,omitempty"`
}

func (*Jigasi) DeepCopy added in v0.7.0

func (in *Jigasi) DeepCopy() *Jigasi

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

func (*Jigasi) DeepCopyInto added in v0.7.0

func (in *Jigasi) DeepCopyInto(out *Jigasi)

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,omitempty"`
	Jigasi  `json:"jigasi,omitempty"`
	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 {
	JVBReplicas int32 `json:"jvb_replicas,omitempty"`
}

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 Port added in v0.5.0

type Port struct {
	//+kubebuilder:default="http"
	Name     string      `json:"name,omitempty"`
	Protocol v1.Protocol `json:"protocol,omitempty"`
	Port     int32       `json:"port,omitempty"`
}

func (*Port) DeepCopy added in v0.5.0

func (in *Port) DeepCopy() *Port

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

func (*Port) DeepCopyInto added in v0.5.0

func (in *Port) DeepCopyInto(out *Port)

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

type Prosody

type Prosody struct {
	Annotations map[string]string `json:"annotations,omitempty"`
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/prosody:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default:=60
	TerminationGracePeriodSeconds int64 `json:"terminationGracePeriodSeconds,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	SecurityContext    v1.SecurityContext        `json:"security_context,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Resources          v1.ResourceRequirements   `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Ports       []Port         `json:"ports,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 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 {
	Annotations map[string]string `json:"annotations,omitempty"`
	//+kubebuilder:default:=1
	Replicas int32 `json:"replicas,omitempty"`
	//+kubebuilder:default="jitsi/web:stable-5390-3"
	Image string `json:"image,omitempty"`
	//+kubebuilder:default:=60
	TerminationGracePeriodSeconds int64 `json:"terminationGracePeriodSeconds,omitempty"`
	//+kubebuilder:default="IfNotPresent"
	ImagePullPolicy    v1.PullPolicy             `json:"image_pull_policy,omitempty"`
	ImagePullSecrets   []v1.LocalObjectReference `json:"image_pull_secrets,omitempty"`
	SecurityContext    v1.SecurityContext        `json:"security_context,omitempty"`
	Environments       []v1.EnvVar               `json:"environments,omitempty"`
	Resources          v1.ResourceRequirements   `json:"resources,omitempty"`
	ServiceAnnotations map[string]string         `json:"service_annotations,omitempty"`
	//+kubebuilder:default:="ClusterIP"
	ServiceType v1.ServiceType `json:"service_type,omitempty"`
	Ports       []Port         `json:"ports,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