-
Notifications
You must be signed in to change notification settings - Fork 45
Updates to the following golang test framework extensions: defaults, kubeconfig, and provisioning #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
3214384 to
a54ff3f
Compare
72c3e59 to
06e5fe0
Compare
06e5fe0 to
d7dd482
Compare
d5be1ca to
82ba209
Compare
| return logs, nil | ||
| } | ||
|
|
||
| func GetPodLogsWithOpts(client *rancher.Client, clusterID string, podName string, namespace string, bufferSizeStr string, opts *corev1.PodLogOptions) (string, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a go doc comment here?
igomez06
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good just add some go doc comments and we're good.
| k8Scheme "k8s.io/client-go/kubernetes/scheme" | ||
| ) | ||
|
|
||
| func GetPods(client *rancher.Client, clusterID string, namespace string, listOptions *metav1.ListOptions) ([]corev1.Pod, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same with the functions here.
6746674 to
0c61553
Compare
Issue:
Problem
Solution
extensions/kubeconfigextensions/kubeconfigTesting
Engineering Testing
Manual Testing
Automated Testing
QA Testing Considerations
Regressions Considerations