Documentation ¶
Index ¶
Constants ¶
View Source
const ( APIVersionV1alpha1 = "dapr.io/v1alpha1" APIVersionV2alpha1 = "dapr.io/v2alpha1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentUpdateEvent ¶ added in v1.13.0
type ComponentUpdateEvent struct { Component *componentsapi.Component EventType operatorv1pb.ResourceEventType }
type Server ¶ added in v0.2.0
type Server interface { Run(context.Context) error Ready(context.Context) error OnComponentUpdated(context.Context, operatorv1pb.ResourceEventType, *componentsapi.Component) OnHTTPEndpointUpdated(context.Context, *httpendpointsapi.HTTPEndpoint) }
Server runs the Dapr API server for components and configurations.
Click to show internal directories.
Click to hide internal directories.