Versions in this module Expand all Collapse all v0 v0.1.0 Mar 9, 2026 Changes in this version + type ExampleController struct + Client client.Client + Metrics component.Recorder + Recorder record.EventRecorder + Scheme *runtime.Scheme + func (r *ExampleController) Reconcile(ctx context.Context, owner *ExamplePlatform) error + type ExamplePlatform struct + Spec ExamplePlatformSpec + Status ExamplePlatformStatus + func (cp *ExamplePlatform) DeepCopyObject() runtime.Object + func (cp *ExamplePlatform) GetKind() string + func (cp *ExamplePlatform) GetStatusConditions() *[]metav1.Condition + type ExamplePlatformSpec struct + EnableTracing bool + Suspended bool + Version string + type ExamplePlatformStatus struct + Conditions []metav1.Condition