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 ¶
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
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Exporter.
func (*Exporter) DeepCopyInto ¶ added in v0.4.0
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JVB.
func (*JVB) DeepCopyInto ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Jibri.
func (*Jibri) DeepCopyInto ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Jicofo.
func (*Jicofo) DeepCopyInto ¶
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
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Jigasi.
func (*Jigasi) DeepCopyInto ¶ added in v0.7.0
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Jitsi.
func (*Jitsi) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Jitsi) DeepCopyObject ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JitsiList.
func (*JitsiList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*JitsiList) DeepCopyObject ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new JitsiSpec.
func (*JitsiSpec) DeepCopyInto ¶
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
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Port.
func (*Port) DeepCopyInto ¶ added in v0.5.0
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Prosody.
func (*Prosody) DeepCopyInto ¶
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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Web.
func (*Web) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.