Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Renderer ¶
Renderer is the renderers.Renderer implementation for the dapr sidecar extension.
func (Renderer) GetDependencyIDs ¶
func (r Renderer) GetDependencyIDs(ctx context.Context, dm v1.DataModelInterface) ([]resources.ID, []resources.ID, error)
GetDependencyIDs returns the radius and azure dependency IDs, or an error if one occurs.
func (*Renderer) Render ¶
func (r *Renderer) Render(ctx context.Context, dm v1.DataModelInterface, options renderers.RenderOptions) (renderers.RendererOutput, error)
Render checks if the given DataModelInterface is a ContainerResource, then renders it using the Inner renderer, finds the Dapr Sidecar extension if any, and updates the Kubernetes deployment with the desired annotations.
Click to show internal directories.
Click to hide internal directories.