Versions in this module Expand all Collapse all v0 v0.0.5 Apr 15, 2019 Changes in this version type FluxSpec + JaegerEndpoint string v0.0.4 Feb 10, 2019 Changes in this version type FluxCloud + BodyTemplate string + TitleTemplate string v0.0.3 Feb 10, 2019 Changes in this version type FluxCloud + MatrixRoomId string + MatrixToken string + MatrixURL string v0.0.2 Dec 22, 2018 Changes in this version type FluxSpec + KnownHosts string v0.0.1 Aug 26, 2018 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) + var SchemeGroupVersion = schema.GroupVersion + func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition + type Flux struct + Spec FluxSpec + Status FluxStatus + func (in *Flux) DeepCopy() *Flux + func (in *Flux) DeepCopyInto(out *Flux) + func (in *Flux) DeepCopyObject() runtime.Object + type FluxCloud struct + Enabled bool + FluxCloudImage string + FluxCloudVersion string + GithubURL string + SlackChannel string + SlackIconEmoji string + SlackURL string + SlackUsername string + type FluxList struct + Items []Flux + func (in *FluxList) DeepCopy() *FluxList + func (in *FluxList) DeepCopyInto(out *FluxList) + func (in *FluxList) DeepCopyObject() runtime.Object + type FluxRole struct + Enabled bool + Rules []rbacv1.PolicyRule + func (in *FluxRole) DeepCopy() *FluxRole + func (in *FluxRole) DeepCopyInto(out *FluxRole) + type FluxSpec struct + Args map[string]string + ClusterRole FluxRole + FluxCloud FluxCloud + FluxImage string + FluxVersion string + GitBranch string + GitPath string + GitPollInterval string + GitSecret string + GitUrl string + HelmOperator HelmOperator + Namespace string + Resources *corev1.ResourceRequirements + Role FluxRole + SyncInterval string + Tiller Tiller + func (in *FluxSpec) DeepCopy() *FluxSpec + func (in *FluxSpec) DeepCopyInto(out *FluxSpec) + type FluxStatus struct + func (in *FluxStatus) DeepCopy() *FluxStatus + func (in *FluxStatus) DeepCopyInto(out *FluxStatus) + type HelmOperator struct + ChartPath string + ChartsSyncInterval string + Enabled bool + GitPollInterval string + GitUrl string + HelmOperatorImage string + HelmOperatorVersion string + Resources *corev1.ResourceRequirements + type Tiller struct + Enabled bool + TillerImage string + TillerVersion string