mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
remove debug print from create quota
This commit is contained in:
parent
28b46be97b
commit
d88da2855f
@ -204,7 +204,6 @@ func (o *QuotaOpts) createQuota() (*corev1.ResourceQuota, error) {
|
|||||||
if o.EnforceNamespace {
|
if o.EnforceNamespace {
|
||||||
namespace = o.Namespace
|
namespace = o.Namespace
|
||||||
}
|
}
|
||||||
fmt.Println(corev1.SchemeGroupVersion.String())
|
|
||||||
resourceQuota := &corev1.ResourceQuota{
|
resourceQuota := &corev1.ResourceQuota{
|
||||||
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ResourceQuota"},
|
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ResourceQuota"},
|
||||||
ObjectMeta: metav1.ObjectMeta{
|
ObjectMeta: metav1.ObjectMeta{
|
||||||
|
Loading…
Reference in New Issue
Block a user