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 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 ¶
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 { //+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 ¶
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 { //+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 ¶
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 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"` 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 { }
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 ¶
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 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 ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Service.
func (*Service) 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 { //+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 ¶
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.