Skip to content

YAML service? #155

@timburks

Description

@timburks

I wonder if we should add a service or methods to directly support Registry YAML. For modularity, I would suggest making this a separate service, perhaps like this:

service YAML {
  rpc Apply(ApplyRequestMessage) ApplyResponseMessage;
  rpc Get(GetRequestMessage) GetResponseMessage;
}

where the request and response messages correspond to the inputs and outputs of the registry apply and registry get -o yaml commands.

This could be prototyped here in the server directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions