e0e362d700
SDK Tests / changes (push) Successful in 2m29s
Real E2E Tests / changes (push) Successful in 2m29s
Deploy Docs Pages / build (push) Has been cancelled
Deploy Docs Pages / deploy (push) Has been cancelled
Real E2E Tests / JavaScript E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Python E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Java E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / C# E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Go E2E (docker bridge) (push) Has been cancelled
Real E2E Tests / Real E2E CI (push) Has been cancelled
SDK Tests / SDK CI (push) Has been cancelled
SDK Tests / CLI Tests (push) Has been cancelled
SDK Tests / Python SDK Quality (code-interpreter) (push) Has been cancelled
SDK Tests / Python SDK Quality (sandbox) (push) Has been cancelled
SDK Tests / Python SDK Tests (code-interpreter) (push) Has been cancelled
SDK Tests / JavaScript SDK Quality And Tests (code-interpreter) (push) Has been cancelled
SDK Tests / JavaScript SDK Quality And Tests (sandbox) (push) Has been cancelled
SDK Tests / Python SDK Tests (sandbox) (push) Has been cancelled
SDK Tests / CLI Quality (push) Has been cancelled
SDK Tests / Kotlin SDK Quality And Tests (sandbox) (push) Has been cancelled
SDK Tests / Kotlin SDK Quality And Tests (code-interpreter) (push) Has been cancelled
SDK Tests / C# SDK Quality And Tests (code-interpreter) (push) Has been cancelled
SDK Tests / C# SDK Quality And Tests (sandbox) (push) Has been cancelled
SDK Tests / Go SDK Quality And Tests (push) Has been cancelled
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
apiVersion: v2
|
|
name: opensandbox-controller
|
|
description: A Kubernetes operator for managing sandbox environments with resource pooling and batch delivery
|
|
type: application
|
|
version: 0.2.0
|
|
appVersion: "0.2.0"
|
|
|
|
keywords:
|
|
- sandbox
|
|
- kubernetes
|
|
- operator
|
|
- resource-pool
|
|
- batch-sandbox
|
|
- task-orchestration
|
|
|
|
home: https://github.com/opensandbox-group/OpenSandbox
|
|
sources:
|
|
- https://github.com/opensandbox-group/OpenSandbox/tree/main/kubernetes
|
|
|
|
maintainers:
|
|
- name: OpenSandbox Team
|
|
email: opensandbox@example.com
|
|
|
|
icon: https://raw.githubusercontent.com/opensandbox-group/OpenSandbox/main/kubernetes/images/logo.png
|
|
|
|
# Kubernetes version constraints
|
|
kubeVersion: ">=1.21.1-0"
|
|
|
|
annotations:
|
|
# Category for Artifact Hub
|
|
artifacthub.io/category: integration-delivery
|
|
artifacthub.io/license: Apache-2.0
|
|
artifacthub.io/signKey: |
|
|
fingerprint: [your-gpg-fingerprint]
|
|
artifacthub.io/prerelease: "false"
|
|
artifacthub.io/operator: "true"
|
|
artifacthub.io/operatorCapabilities: Full Lifecycle
|
|
artifacthub.io/recommendations: |
|
|
- url: https://github.com/kubernetes-sigs/kind
|
|
artifacthub.io/links: |
|
|
- name: Documentation
|
|
url: https://github.com/opensandbox-group/OpenSandbox/blob/main/kubernetes/README.md
|
|
- name: Support
|
|
url: https://github.com/opensandbox-group/OpenSandbox/issues
|