Kubernetes: Resource quotas as default objects (#20951)
* Fixed the lack of `resourcequotas` Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com> * Fixed the lack of `resourcequotas` Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com> * Fixed the lack of `resourcequotas` Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com> * Fixed the lack of `resourcequotas` Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com> --------- Signed-off-by: Jente Sondervorst <jentesondervorst@gmail.com>
This commit is contained in:
@@ -341,6 +341,7 @@ export type KubernetesObjectTypes =
|
||||
| 'configmaps'
|
||||
| 'deployments'
|
||||
| 'limitranges'
|
||||
| 'resourcequotas'
|
||||
| 'replicasets'
|
||||
| 'horizontalpodautoscalers'
|
||||
| 'jobs'
|
||||
|
||||
@@ -78,6 +78,12 @@ export const DEFAULT_OBJECTS: ObjectToFetch[] = [
|
||||
plural: 'limitranges',
|
||||
objectType: 'limitranges',
|
||||
},
|
||||
{
|
||||
group: '',
|
||||
apiVersion: 'v1',
|
||||
plural: 'resourcequotas',
|
||||
objectType: 'resourcequotas',
|
||||
},
|
||||
{
|
||||
group: 'apps',
|
||||
apiVersion: 'v1',
|
||||
|
||||
@@ -95,6 +95,7 @@ export type KubernetesObjectTypes =
|
||||
| 'configmaps'
|
||||
| 'deployments'
|
||||
| 'limitranges'
|
||||
| 'resourcequotas'
|
||||
| 'replicasets'
|
||||
| 'horizontalpodautoscalers'
|
||||
| 'jobs'
|
||||
|
||||
Reference in New Issue
Block a user