get_statefulsets
Retrieve all StatefulSets in a specified Kubernetes namespace using a simplified interface for managing clusters via natural language commands.
Instructions
Get all statefulsets in the specified namespace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
namespace | No | default |
Input Schema (JSON Schema)
{
"properties": {
"namespace": {
"default": "default",
"title": "Namespace",
"type": "string"
}
},
"title": "get_statefulsetsArguments",
"type": "object"
}