Update hypersh provider
This commit is contained in:
@@ -139,8 +139,8 @@ func (p *HyperProvider) GetPod(namespace, name string) (*v1.Pod, error) {
|
|||||||
return nil, nil
|
return nil, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetPodLogs returns the logs of a pod by name.
|
// GetContainerLogs retrieves the logs of a container by name from the provider.
|
||||||
func (p *HyperProvider) GetPodLogs(namespace, name string) (string, error) {
|
func (p *HyperProvider) GetContainerLogs(namespace, podName, containerName string) (string, error) {
|
||||||
return "", nil
|
return "", nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user