k8s-pilot

by bourbonkk

get_namespace_resource_quota

Retrieve current resource quotas and usage for a specified namespace in a Kubernetes cluster. Input Kubernetes context and namespace to receive JSON output with detailed quota information.

Instructions

Get current resource quotas for a namespace.

Args: context_name: The Kubernetes context name namespace: The name of the namespace

Returns: JSON string containing the current resource quotas and their usage

Input Schema

NameRequiredDescriptionDefault
context_nameYes
namespaceYes

Input Schema (JSON Schema)

{ "properties": { "context_name": { "title": "Context Name", "type": "string" }, "namespace": { "title": "Namespace", "type": "string" } }, "required": [ "context_name", "namespace" ], "title": "get_namespace_resource_quotaArguments", "type": "object" }
ID: varavj97rf