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: README.md
+6-48Lines changed: 6 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,17 @@ The OCM SDK for Go provides essential building blocks for:
17
17
18
18
### CloudEvents Clients
19
19
20
-
The SDK includes comprehensive CloudEvents-based clients for implementing event-driven communication between hub clusters and managed clusters. This supports the Event Based ManifestWork architecture.
20
+
The SDK includes comprehensive CloudEvents-based clients for implementing event-driven communication between hub clusters and managed clusters.
21
21
22
22
**Supported Protocols:**
23
23
- MQTT Protocol/Driver
24
-
- gRPC Protocol/Driver
24
+
- gRPC Protocol/Driver
25
+
- Google Cloud Pub/Sub Protocol/Driver
25
26
26
27
**Key Features:**
27
28
- Generic CloudEvents clients for custom resources
28
-
- Specialized ManifestWork clients
29
-
-Source and agent client implementations
29
+
- Specialized kube style clients, e.g. ManifestWork, etc
30
+
-Protocol-agnostic design with pluggable transports
30
31
- Automatic reconnection handling
31
32
- Resource synchronization capabilities
32
33
@@ -61,55 +62,12 @@ Common utilities for OCM development:
61
62
-**Testing Utilities**: Helper functions and mocks for testing OCM components
62
63
-**Serving Certificates**: Certificate management for webhooks and APIs
0 commit comments