api

package
v1.13.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 28 Imported by: 0

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 Options added in v1.13.0

type Options struct {
	Client   client.Client
	Security security.Provider
	Port     int
}

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.

func NewAPIServer

func NewAPIServer(opts Options) Server

NewAPIServer returns a new API server.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL