You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1alpha1/serviceintegration_types.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,9 @@ type ServiceIntegrationStatus struct {
103
103
// +kubebuilder:object:root=true
104
104
// +kubebuilder:subresource:status
105
105
106
-
// ServiceIntegration is the Schema for the serviceintegrations API
106
+
// ServiceIntegration is the Schema for the serviceintegrations API.
107
+
//
108
+
// info "Adoption of existing integrations": If a ServiceIntegration resource is created with configuration matching an existing Aiven integration (created outside the operator), the operator will adopt the existing integration.
Copy file name to clipboardExpand all lines: charts/aiven-operator-crds/templates/aiven.io_serviceintegrations.yaml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,11 @@ spec:
36
36
name: v1alpha1
37
37
schema:
38
38
openAPIV3Schema:
39
-
description:
40
-
ServiceIntegration is the Schema for the serviceintegrations
41
-
API
39
+
description: |-
40
+
ServiceIntegration is the Schema for the serviceintegrations API.
41
+
42
+
43
+
info "Adoption of existing integrations": If a ServiceIntegration resource is created with configuration matching an existing Aiven integration (created outside the operator), the operator will adopt the existing integration.
Copy file name to clipboardExpand all lines: config/crd/bases/aiven.io_serviceintegrations.yaml
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,11 @@ spec:
36
36
name: v1alpha1
37
37
schema:
38
38
openAPIV3Schema:
39
-
description:
40
-
ServiceIntegration is the Schema for the serviceintegrations
41
-
API
39
+
description: |-
40
+
ServiceIntegration is the Schema for the serviceintegrations API.
41
+
42
+
43
+
info "Adoption of existing integrations": If a ServiceIntegration resource is created with configuration matching an existing Aiven integration (created outside the operator), the operator will adopt the existing integration.
0 commit comments