Merge pull request #95605 from duboc/quota-cleanup

Remove debug print from create quota
This commit is contained in:
Kubernetes Prow Robot 2020-11-02 13:41:26 -08:00 committed by GitHub
commit 2380b00297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,6 @@ func (o *QuotaOpts) createQuota() (*corev1.ResourceQuota, error) {
if o.EnforceNamespace {
namespace = o.Namespace
}
fmt.Println(corev1.SchemeGroupVersion.String())
resourceQuota := &corev1.ResourceQuota{
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ResourceQuota"},
ObjectMeta: metav1.ObjectMeta{