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 OrgSpec + BackendRef *core.LocalObjectReference v0.3.0 Aug 2, 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 Org struct + Spec OrgSpec + Status OrgStatus + func (in *Org) DeepCopy() *Org + func (in *Org) DeepCopyInto(out *Org) + func (in *Org) DeepCopyObject() runtime.Object + func (r *Org) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Org) ValidateCreate() error + func (r *Org) ValidateDelete() error + func (r *Org) ValidateUpdate(old runtime.Object) error + type OrgList struct + Items []Org + func (in *OrgList) DeepCopy() *OrgList + func (in *OrgList) DeepCopyInto(out *OrgList) + func (in *OrgList) DeepCopyObject() runtime.Object + type OrgSpec struct + ProviderRef core.LocalObjectReference + Resource OrgSpecResource + State *OrgSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *OrgSpec) DeepCopy() *OrgSpec + func (in *OrgSpec) DeepCopyInto(out *OrgSpec) + type OrgSpecResource struct + Auditors []string + BillingManagers []string + ID string + Managers []string + Name *string + OrgQuotaDefinitionGuid *string + Tags []string + Users []string + func (in *OrgSpecResource) DeepCopy() *OrgSpecResource + func (in *OrgSpecResource) DeepCopyInto(out *OrgSpecResource) + type OrgStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *OrgStatus) DeepCopy() *OrgStatus + func (in *OrgStatus) DeepCopyInto(out *OrgStatus)