Update the runtime for k8s name formatting and move Get to Read endpoint (#978)
* Update the runtime for k8s name formatting and move Get to Read endpoint * strip regex validation
This commit is contained in:
@@ -16,8 +16,8 @@ type Runtime interface {
|
||||
Init(...Option) error
|
||||
// Create registers a service
|
||||
Create(*Service, ...CreateOption) error
|
||||
// Get returns service or fails with error
|
||||
Get(string, ...GetOption) ([]*Service, error)
|
||||
// Read returns the service
|
||||
Read(string, ...ReadOption) ([]*Service, error)
|
||||
// Update the service in place
|
||||
Update(*Service) error
|
||||
// Remove a service
|
||||
|
Reference in New Issue
Block a user