Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 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 Account struct + Spec AccountSpec + Status AccountStatus + func (in *Account) DeepCopy() *Account + func (in *Account) DeepCopyInto(out *Account) + func (in *Account) DeepCopyObject() runtime.Object + func (r *Account) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Account) ValidateCreate() error + func (r *Account) ValidateDelete() error + func (r *Account) ValidateUpdate(old runtime.Object) error + type AccountList struct + Items []Account + func (in *AccountList) DeepCopy() *AccountList + func (in *AccountList) DeepCopyInto(out *AccountList) + func (in *AccountList) DeepCopyObject() runtime.Object + type AccountSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource AccountSpecResource + SecretRef *core.LocalObjectReference + State *AccountSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *AccountSpec) DeepCopy() *AccountSpec + func (in *AccountSpec) DeepCopyInto(out *AccountSpec) + type AccountSpecResource struct + AccessKeyID *string + AccessSecretKey *string + ConsolePassword *string + ConsoleUsername *string + ID string + Name *string + ProviderType *string + SignInLoginURL *string + Status *string + Timeouts *base.ResourceTimeout + func (in *AccountSpecResource) DeepCopy() *AccountSpecResource + func (in *AccountSpecResource) DeepCopyInto(out *AccountSpecResource) + type AccountStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *AccountStatus) DeepCopy() *AccountStatus + func (in *AccountStatus) DeepCopyInto(out *AccountStatus)