Versions in this module Expand all Collapse all v1 v1.0.1 Apr 21, 2026 Changes in this version + const DefaultAudience + const DefaultTokenPath + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type FerrFlowConnection struct + Spec FerrFlowConnectionSpec + Status FerrFlowConnectionStatus + func (in *FerrFlowConnection) DeepCopy() *FerrFlowConnection + func (in *FerrFlowConnection) DeepCopyInto(out *FerrFlowConnection) + func (in *FerrFlowConnection) DeepCopyObject() runtime.Object + type FerrFlowConnectionList struct + Items []FerrFlowConnection + func (in *FerrFlowConnectionList) DeepCopy() *FerrFlowConnectionList + func (in *FerrFlowConnectionList) DeepCopyInto(out *FerrFlowConnectionList) + func (in *FerrFlowConnectionList) DeepCopyObject() runtime.Object + type FerrFlowConnectionSpec struct + OIDC *OIDCAuth + Organization string + TokenSecretRef *SecretKeyRef + URL string + func (in *FerrFlowConnectionSpec) DeepCopyInto(out *FerrFlowConnectionSpec) + type FerrFlowConnectionStatus struct + Conditions []metav1.Condition + LastCheckedAt *metav1.Time + func (in *FerrFlowConnectionStatus) DeepCopyInto(out *FerrFlowConnectionStatus) + type FerrFlowSecret struct + Spec FerrFlowSecretSpec + Status FerrFlowSecretStatus + func (in *FerrFlowSecret) DeepCopy() *FerrFlowSecret + func (in *FerrFlowSecret) DeepCopyInto(out *FerrFlowSecret) + func (in *FerrFlowSecret) DeepCopyObject() runtime.Object + type FerrFlowSecretList struct + Items []FerrFlowSecret + func (in *FerrFlowSecretList) DeepCopy() *FerrFlowSecretList + func (in *FerrFlowSecretList) DeepCopyInto(out *FerrFlowSecretList) + func (in *FerrFlowSecretList) DeepCopyObject() runtime.Object + type FerrFlowSecretSpec struct + ConnectionRef LocalObjectReference + Project string + RefreshInterval string + RolloutRestart []WorkloadRef + Selector SecretSelector + Target SecretTarget + Transforms []SecretTransform + Vault string + func (in *FerrFlowSecretSpec) DeepCopyInto(out *FerrFlowSecretSpec) + type FerrFlowSecretStatus struct + Conditions []metav1.Condition + LastSyncedAt *metav1.Time + MissingKeys []string + ObservedGeneration int64 + SyncedKeys []string + func (in *FerrFlowSecretStatus) DeepCopyInto(out *FerrFlowSecretStatus) + type LocalObjectReference struct + Name string + type OIDCAuth struct + Audience string + ClusterID string + TokenPath string + type SecretKeyRef struct + Key string + Name string + type SecretSelector struct + Names []string + type SecretTarget struct + Name string + Type string + type SecretTransform struct + From string + Key string + Keys []string + To string + Type string + Value string + func (in *SecretTransform) DeepCopyInto(out *SecretTransform) + type WorkloadRef struct + Kind string + Name string