mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-06-11 01:41:45 -04:00
Remove debug print
Kubernetes-commit: 32b8d5ae20105c88fd33c1a34f245639c4a0f6f7
This commit is contained in:
parent
5656dff604
commit
5d79d7168d
1 changed files with 0 additions and 1 deletions
|
|
@ -196,7 +196,6 @@ func (o *ServiceAccountOpts) createServiceAccount() (*corev1.ServiceAccount, err
|
|||
if o.EnforceNamespace {
|
||||
namespace = o.Namespace
|
||||
}
|
||||
fmt.Println(corev1.SchemeGroupVersion.String())
|
||||
serviceAccount := &corev1.ServiceAccount{
|
||||
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ServiceAccount"},
|
||||
ObjectMeta: metav1.ObjectMeta{
|
||||
|
|
|
|||
Loading…
Reference in a new issue