Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 20, 2021 Changes in this version type KeySpec + BackendRef *core.LocalObjectReference v0.3.0 Jul 30, 2021 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Key struct + Spec KeySpec + Status KeyStatus + func (in *Key) DeepCopy() *Key + func (in *Key) DeepCopyInto(out *Key) + func (in *Key) DeepCopyObject() runtime.Object + func (r *Key) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Key) ValidateCreate() error + func (r *Key) ValidateDelete() error + func (r *Key) ValidateUpdate(old runtime.Object) error + type KeyList struct + Items []Key + func (in *KeyList) DeepCopy() *KeyList + func (in *KeyList) DeepCopyInto(out *KeyList) + func (in *KeyList) DeepCopyObject() runtime.Object + type KeySpec struct + ProviderRef core.LocalObjectReference + Resource KeySpecResource + State *KeySpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *KeySpec) DeepCopy() *KeySpec + func (in *KeySpec) DeepCopyInto(out *KeySpec) + type KeySpecResource struct + Fingerprint *string + ID string + Labels map[string]string + Name *string + PublicKey *string + func (in *KeySpecResource) DeepCopy() *KeySpecResource + func (in *KeySpecResource) DeepCopyInto(out *KeySpecResource) + type KeyStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *KeyStatus) DeepCopy() *KeyStatus + func (in *KeyStatus) DeepCopyInto(out *KeyStatus)