Skip to main content

Kubernetes CRDs API

Project description

ark-sdk

OpenAPI spec for Kubernetes custom resources

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Package version: 1.0.0
  • Generator version: 7.14.0
  • Build package: org.openapitools.codegen.languages.PythonClientCodegen

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git)

Then import the package:

import ark_sdk

Setuptools

Install via Setuptools.

python setup.py install --user

(or sudo python setup.py install to install the package for all users)

Then import the package:

import ark_sdk

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import ark_sdk
from ark_sdk.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = ark_sdk.Configuration(
    host = "http://localhost"
)



# Enter a context with an instance of the API client
with ark_sdk.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = ark_sdk.DefaultApi(api_client)
    a2_a_server_v1prealpha1 = ark_sdk.A2AServerV1prealpha1() # A2AServerV1prealpha1 |  (optional)

    try:
        # Create A2AServer
        api_response = api_instance.create_a2aserver_v1prealpha1(a2_a_server_v1prealpha1=a2_a_server_v1prealpha1)
        print("The response of DefaultApi->create_a2aserver_v1prealpha1:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling DefaultApi->create_a2aserver_v1prealpha1: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
DefaultApi create_a2aserver_v1prealpha1 POST /apis/ark.mckinsey.com/v1prealpha1/a2aservers Create A2AServer
DefaultApi create_agent_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/agents Create Agent
DefaultApi create_evaluation_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/evaluations Create Evaluation
DefaultApi create_evaluator_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/evaluators Create Evaluator
DefaultApi create_executionengine_v1prealpha1 POST /apis/ark.mckinsey.com/v1prealpha1/executionengines Create ExecutionEngine
DefaultApi create_mcpserver_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/mcpservers Create MCPServer
DefaultApi create_memory_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/memories Create Memory
DefaultApi create_model_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/models Create Model
DefaultApi create_query_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/queries Create Query
DefaultApi create_team_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/teams Create Team
DefaultApi create_tool_v1alpha1 POST /apis/ark.mckinsey.com/v1alpha1/tools Create Tool
DefaultApi delete_a2aserver_v1prealpha1 DELETE /apis/ark.mckinsey.com/v1prealpha1/a2aservers/{name} Delete A2AServer
DefaultApi delete_agent_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/agents/{name} Delete Agent
DefaultApi delete_evaluation_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/evaluations/{name} Delete Evaluation
DefaultApi delete_evaluator_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/evaluators/{name} Delete Evaluator
DefaultApi delete_executionengine_v1prealpha1 DELETE /apis/ark.mckinsey.com/v1prealpha1/executionengines/{name} Delete ExecutionEngine
DefaultApi delete_mcpserver_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/mcpservers/{name} Delete MCPServer
DefaultApi delete_memory_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/memories/{name} Delete Memory
DefaultApi delete_model_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/models/{name} Delete Model
DefaultApi delete_query_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/queries/{name} Delete Query
DefaultApi delete_team_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/teams/{name} Delete Team
DefaultApi delete_tool_v1alpha1 DELETE /apis/ark.mckinsey.com/v1alpha1/tools/{name} Delete Tool
DefaultApi get_a2aserver_v1prealpha1 GET /apis/ark.mckinsey.com/v1prealpha1/a2aservers/{name} Get A2AServer
DefaultApi get_agent_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/agents/{name} Get Agent
DefaultApi get_evaluation_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/evaluations/{name} Get Evaluation
DefaultApi get_evaluator_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/evaluators/{name} Get Evaluator
DefaultApi get_executionengine_v1prealpha1 GET /apis/ark.mckinsey.com/v1prealpha1/executionengines/{name} Get ExecutionEngine
DefaultApi get_mcpserver_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/mcpservers/{name} Get MCPServer
DefaultApi get_memory_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/memories/{name} Get Memory
DefaultApi get_model_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/models/{name} Get Model
DefaultApi get_query_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/queries/{name} Get Query
DefaultApi get_team_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/teams/{name} Get Team
DefaultApi get_tool_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/tools/{name} Get Tool
DefaultApi list_a2aservers_v1prealpha1 GET /apis/ark.mckinsey.com/v1prealpha1/a2aservers List a2aservers
DefaultApi list_agents_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/agents List agents
DefaultApi list_evaluations_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/evaluations List evaluations
DefaultApi list_evaluators_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/evaluators List evaluators
DefaultApi list_executionengines_v1prealpha1 GET /apis/ark.mckinsey.com/v1prealpha1/executionengines List executionengines
DefaultApi list_mcpservers_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/mcpservers List mcpservers
DefaultApi list_memories_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/memories List memories
DefaultApi list_models_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/models List models
DefaultApi list_queries_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/queries List queries
DefaultApi list_teams_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/teams List teams
DefaultApi list_tools_v1alpha1 GET /apis/ark.mckinsey.com/v1alpha1/tools List tools
DefaultApi update_a2aserver_v1prealpha1 PUT /apis/ark.mckinsey.com/v1prealpha1/a2aservers/{name} Update A2AServer
DefaultApi update_agent_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/agents/{name} Update Agent
DefaultApi update_evaluation_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/evaluations/{name} Update Evaluation
DefaultApi update_evaluator_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/evaluators/{name} Update Evaluator
DefaultApi update_executionengine_v1prealpha1 PUT /apis/ark.mckinsey.com/v1prealpha1/executionengines/{name} Update ExecutionEngine
DefaultApi update_mcpserver_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/mcpservers/{name} Update MCPServer
DefaultApi update_memory_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/memories/{name} Update Memory
DefaultApi update_model_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/models/{name} Update Model
DefaultApi update_query_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/queries/{name} Update Query
DefaultApi update_team_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/teams/{name} Update Team
DefaultApi update_tool_v1alpha1 PUT /apis/ark.mckinsey.com/v1alpha1/tools/{name} Update Tool

Documentation For Models

Documentation For Authorization

Endpoints do not require authorization.

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ark_sdk-0.1.31-py3-none-any.whl (167.2 kB view details)

Uploaded Python 3

File details

Details for the file ark_sdk-0.1.31-py3-none-any.whl.

File metadata

  • Download URL: ark_sdk-0.1.31-py3-none-any.whl
  • Upload date:
  • Size: 167.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for ark_sdk-0.1.31-py3-none-any.whl
Algorithm Hash digest
SHA256 4c939ddb73693be4bd62c0592a01e8a27e8669b9d9ff25af19ea032ecc5e7179
MD5 1e50c23bea49f65f5d11f59889af4829
BLAKE2b-256 7a7081ec8dd05aa27d4af1440a80072592fd3927865a2990515b3b15429897c9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page