Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 28, 2021 Changes in this version type UserSpec + BackendRef *core.LocalObjectReference v0.3.0 Jul 29, 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 User struct + Spec UserSpec + Status UserStatus + func (in *User) DeepCopy() *User + func (in *User) DeepCopyInto(out *User) + func (in *User) DeepCopyObject() runtime.Object + func (r *User) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *User) ValidateCreate() error + func (r *User) ValidateDelete() error + func (r *User) ValidateUpdate(old runtime.Object) error + type UserList struct + Items []User + func (in *UserList) DeepCopy() *UserList + func (in *UserList) DeepCopyInto(out *UserList) + func (in *UserList) DeepCopyObject() runtime.Object + type UserSpec struct + ProviderRef core.LocalObjectReference + Resource UserSpecResource + SecretRef *core.LocalObjectReference + State *UserSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *UserSpec) DeepCopy() *UserSpec + func (in *UserSpec) DeepCopyInto(out *UserSpec) + type UserSpecResource struct + Acl []string + ApiEnabled *bool + ApiKey *string + Email *string + ID string + Name *string + Password *string + func (in *UserSpecResource) DeepCopy() *UserSpecResource + func (in *UserSpecResource) DeepCopyInto(out *UserSpecResource) + type UserStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *UserStatus) DeepCopy() *UserStatus + func (in *UserStatus) DeepCopyInto(out *UserStatus)