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 LinkSpec + 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 Link struct + Spec LinkSpec + Status LinkStatus + func (in *Link) DeepCopy() *Link + func (in *Link) DeepCopyInto(out *Link) + func (in *Link) DeepCopyObject() runtime.Object + func (r *Link) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Link) ValidateCreate() error + func (r *Link) ValidateDelete() error + func (r *Link) ValidateUpdate(old runtime.Object) error + type LinkList struct + Items []Link + func (in *LinkList) DeepCopy() *LinkList + func (in *LinkList) DeepCopyInto(out *LinkList) + func (in *LinkList) DeepCopyObject() runtime.Object + type LinkSpec struct + ProviderRef core.LocalObjectReference + Resource LinkSpecResource + State *LinkSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *LinkSpec) DeepCopy() *LinkSpec + func (in *LinkSpec) DeepCopyInto(out *LinkSpec) + type LinkSpecResource struct + Description *string + ID string + IsLogIntegration *bool + MetricFilterRegex *string + Name *string + PointTagFilterRegexes *map[string]string + SourceFilterRegex *string + Template *string + func (in *LinkSpecResource) DeepCopy() *LinkSpecResource + func (in *LinkSpecResource) DeepCopyInto(out *LinkSpecResource) + type LinkStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *LinkStatus) DeepCopy() *LinkStatus + func (in *LinkStatus) DeepCopyInto(out *LinkStatus)