Signed-off-by: Soujanya Mangipudi <somangip@microsoft.com>
pull/11322/head
Soujanya Mangipudi 3 years ago
parent f58bc39614
commit ca14389edd

@ -48,7 +48,7 @@ func (p *PrintingKubeClient) Create(resources kube.ResourceList) (*kube.Result,
return &kube.Result{Created: resources}, nil
}
func (p *PrintingKubeClient) Get(resources kube.ResourceList, reader io.Reader) (string, error) {
func (p *PrintingKubeClient) Get(resources kube.ResourceList, reader io.Reader) (map[string][]runtime.Object, error) {
_, err := io.Copy(p.Out, bufferize(resources))
if err != nil {
return nil, err

Loading…
Cancel
Save