Versions in this module Expand all Collapse all v1 v1.4.0 Feb 26, 2026 v1.3.2 Feb 16, 2026 v1.3.1 Feb 10, 2026 v1.3.0 Feb 10, 2026 Changes in this version + const ConditionReady + const ReasonFailed + const ReasonInvalid + const ReasonSucceeded + var AddToScheme = SchemeBuilder.AddToScheme + var DKIMKeyKind = "DKIMKey" + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type DKIMKey struct + Spec DKIMKeySpec + Status DKIMKeyStatus + func (*DKIMKey) Hub() + func (d *DKIMKey) IsReady() bool + func (in *DKIMKey) DeepCopy() *DKIMKey + func (in *DKIMKey) DeepCopyInto(out *DKIMKey) + func (in *DKIMKey) DeepCopyObject() runtime.Object + type DKIMKeyList struct + Items []DKIMKey + func (in *DKIMKeyList) DeepCopy() *DKIMKeyList + func (in *DKIMKeyList) DeepCopyInto(out *DKIMKeyList) + func (in *DKIMKeyList) DeepCopyObject() runtime.Object + type DKIMKeySpec struct + Domain string + KeyLength dkim.KeyLength + KeyType dkim.KeyType + SecretName string + Selector string + TTL uint + func (in *DKIMKeySpec) DeepCopy() *DKIMKeySpec + func (in *DKIMKeySpec) DeepCopyInto(out *DKIMKeySpec) + type DKIMKeyStatus struct + Conditions []metav1.Condition + ObservedGeneration int64 + func (in *DKIMKeyStatus) DeepCopy() *DKIMKeyStatus + func (in *DKIMKeyStatus) DeepCopyInto(out *DKIMKeyStatus)