cleaning up
parent
3cfc4e860c
commit
68da73952e
|
|
@ -32,7 +32,7 @@ func (r *Reference) List(ctx context.Context, ns string) ([]runtime.Object, erro
|
|||
}
|
||||
|
||||
// Get fetch a given reference.
|
||||
func (c *Reference) Get(ctx context.Context, path string) (runtime.Object, error) {
|
||||
func (r *Reference) Get(ctx context.Context, path string) (runtime.Object, error) {
|
||||
panic("NYI")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue