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 OrganizationSpec + 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 Organization struct + Spec OrganizationSpec + Status OrganizationStatus + func (in *Organization) DeepCopy() *Organization + func (in *Organization) DeepCopyInto(out *Organization) + func (in *Organization) DeepCopyObject() runtime.Object + func (r *Organization) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Organization) ValidateCreate() error + func (r *Organization) ValidateDelete() error + func (r *Organization) ValidateUpdate(old runtime.Object) error + type OrganizationList struct + Items []Organization + func (in *OrganizationList) DeepCopy() *OrganizationList + func (in *OrganizationList) DeepCopyInto(out *OrganizationList) + func (in *OrganizationList) DeepCopyObject() runtime.Object + type OrganizationSpec struct + ProviderRef core.LocalObjectReference + Resource OrganizationSpecResource + State *OrganizationSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *OrganizationSpec) DeepCopy() *OrganizationSpec + func (in *OrganizationSpec) DeepCopyInto(out *OrganizationSpec) + type OrganizationSpecResource struct + AdminUser *string + Admins []string + CreateUsers *bool + Editors []string + ID string + Name *string + OrgID *int64 + Viewers []string + func (in *OrganizationSpecResource) DeepCopy() *OrganizationSpecResource + func (in *OrganizationSpecResource) DeepCopyInto(out *OrganizationSpecResource) + type OrganizationStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *OrganizationStatus) DeepCopy() *OrganizationStatus + func (in *OrganizationStatus) DeepCopyInto(out *OrganizationStatus)