Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BBBFrontend ¶
type BBBFrontend struct {
metav1.ObjectMeta `json:"metadata"`
Kind string `json:"kind"`
APIVersion string `json:"apiVersion"`
Spec BBBFrontendSpecs `json:"spec"`
Status BBBFrontendStatus `json:"status"`
}
type BBBFrontendSpecs ¶
type BBBFrontendSpecs struct {
Settings FrontendSettings `json:"settings"`
Credentials *Credentials `json:"credentials"`
}
type BBBFrontendStatus ¶
type Credentials ¶
type Credentials struct {
Key string `json:"key"`
SecretRef v1.SecretKeySelector `json:"secretRef"`
}
type FrontendSettings ¶
type FrontendSettings struct {
RequiredTags []string `json:"required_tags"`
DefaultPresentation *DefaultPresentationSettings `json:"default_presentation"`
CreateDefaultParams *bbb.Params `json:"create_default_params"`
CreateOverrideParams *bbb.Params `json:"create_override_params"`
}
func (*FrontendSettings) ToAPIFrontendSettings ¶
func (f *FrontendSettings) ToAPIFrontendSettings() store.FrontendSettings
Click to show internal directories.
Click to hide internal directories.