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 LicenseSpec + 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 License struct + Spec LicenseSpec + Status LicenseStatus + func (in *License) DeepCopy() *License + func (in *License) DeepCopyInto(out *License) + func (in *License) DeepCopyObject() runtime.Object + func (r *License) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *License) ValidateCreate() error + func (r *License) ValidateDelete() error + func (r *License) ValidateUpdate(old runtime.Object) error + type LicenseList struct + Items []License + func (in *LicenseList) DeepCopy() *LicenseList + func (in *LicenseList) DeepCopyInto(out *LicenseList) + func (in *LicenseList) DeepCopyObject() runtime.Object + type LicenseSpec struct + ProviderRef core.LocalObjectReference + Resource LicenseSpecResource + State *LicenseSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *LicenseSpec) DeepCopy() *LicenseSpec + func (in *LicenseSpec) DeepCopyInto(out *LicenseSpec) + type LicenseSpecResource struct + EditionKey *string + ID string + Labels *map[string]string + LicenseKey *string + Name *string + Total *int64 + Used *int64 + func (in *LicenseSpecResource) DeepCopy() *LicenseSpecResource + func (in *LicenseSpecResource) DeepCopyInto(out *LicenseSpecResource) + type LicenseStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *LicenseStatus) DeepCopy() *LicenseStatus + func (in *LicenseStatus) DeepCopyInto(out *LicenseStatus)