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 + 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 Quota struct + Spec QuotaSpec + Status QuotaStatus + func (in *Quota) DeepCopy() *Quota + func (in *Quota) DeepCopyInto(out *Quota) + func (in *Quota) DeepCopyObject() runtime.Object + func (r *Quota) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Quota) ValidateCreate() error + func (r *Quota) ValidateDelete() error + func (r *Quota) ValidateUpdate(old runtime.Object) error + type QuotaList struct + Items []Quota + func (in *QuotaList) DeepCopy() *QuotaList + func (in *QuotaList) DeepCopyInto(out *QuotaList) + func (in *QuotaList) DeepCopyObject() runtime.Object + type QuotaSpec struct + BackendRef *core.LocalObjectReference + ProviderRef core.LocalObjectReference + Resource QuotaSpecResource + State *QuotaSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *QuotaSpec) DeepCopy() *QuotaSpec + func (in *QuotaSpec) DeepCopyInto(out *QuotaSpec) + type QuotaSpecResource struct + CompartmentID *string + DefinedTags map[string]string + Description *string + FreeformTags map[string]string + ID string + Name *string + State *string + Statements []string + TimeCreated *string + Timeouts *base.ResourceTimeout + func (in *QuotaSpecResource) DeepCopy() *QuotaSpecResource + func (in *QuotaSpecResource) DeepCopyInto(out *QuotaSpecResource) + type QuotaStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *QuotaStatus) DeepCopy() *QuotaStatus + func (in *QuotaStatus) DeepCopyInto(out *QuotaStatus)