Versions in this module Expand all Collapse all v0 v0.1.0 Aug 4, 2022 Changes in this version + const ConditionReconciled + const ReconcileCompleteMessage + const ReconciledReasonComplete + const ReconciledReasonError + var AddToScheme = SchemeBuilder.AddToScheme + var BuxLabel = "getbux.io/server" + var GroupVersion = schema.GroupVersion + var Kind = "Bux" + var SchemeBuilder = &scheme.Builder + type Agent struct + Spec AgentSpec + Status AgentStatus + func (in *Agent) DeepCopy() *Agent + func (in *Agent) DeepCopyInto(out *Agent) + func (in *Agent) DeepCopyObject() runtime.Object + type AgentConfig struct + URL string + func (in *AgentConfig) DeepCopy() *AgentConfig + func (in *AgentConfig) DeepCopyInto(out *AgentConfig) + type AgentList struct + Items []Agent + func (in *AgentList) DeepCopy() *AgentList + func (in *AgentList) DeepCopyInto(out *AgentList) + func (in *AgentList) DeepCopyObject() runtime.Object + type AgentSpec struct + Foo string + func (in *AgentSpec) DeepCopy() *AgentSpec + func (in *AgentSpec) DeepCopyInto(out *AgentSpec) + type AgentStatus struct + func (in *AgentStatus) DeepCopy() *AgentStatus + func (in *AgentStatus) DeepCopyInto(out *AgentStatus) + type Bux struct + Spec BuxSpec + Status BuxStatus + func (in *Bux) DeepCopy() *Bux + func (in *Bux) DeepCopyInto(out *Bux) + func (in *Bux) DeepCopyObject() runtime.Object + type BuxConfig struct + AdminXpub string + AutoMigrate bool + Datastore string + Paymail *PaymailConfig + RequireSigning bool + func (in *BuxConfig) DeepCopy() *BuxConfig + func (in *BuxConfig) DeepCopyInto(out *BuxConfig) + type BuxList struct + Items []Bux + func (in *BuxList) DeepCopy() *BuxList + func (in *BuxList) DeepCopyInto(out *BuxList) + func (in *BuxList) DeepCopyObject() runtime.Object + type BuxSpec struct + ClusterIssuer string + Configuration *BuxConfig + Console bool + Domain string + func (in *BuxSpec) DeepCopy() *BuxSpec + func (in *BuxSpec) DeepCopyInto(out *BuxSpec) + type BuxStatus struct + Conditions []metav1.Condition + Route string + func (in *BuxStatus) DeepCopy() *BuxStatus + func (in *BuxStatus) DeepCopyInto(out *BuxStatus) + type PaymailConfig struct + DefaultFromPaymail string + DefaultNote string + DomainValidationEnabled bool + Domains []string + Enabled bool + SenderValidationEnabled bool + func (in *PaymailConfig) DeepCopy() *PaymailConfig + func (in *PaymailConfig) DeepCopyInto(out *PaymailConfig)