Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m3talsmith/kuberneteslib
A Kubernetes API library implementation for dart
https://github.com/m3talsmith/kuberneteslib
Last synced: about 2 months ago
JSON representation
A Kubernetes API library implementation for dart
- Host: GitHub
- URL: https://github.com/m3talsmith/kuberneteslib
- Owner: m3talsmith
- License: gpl-3.0
- Created: 2024-11-27T22:00:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T14:50:56.000Z (about 2 months ago)
- Last Synced: 2024-12-05T15:36:23.538Z (about 2 months ago)
- Language: Dart
- Size: 338 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# KubernetesLib
A Dart library that implements the Kubernetes API natively. Built using official Kubernetes specifications, it currently supports most V1 Core, Apps, and Batch resources.
[![Pub Version](https://img.shields.io/pub/v/kuberneteslib)](https://pub.dev/packages/kuberneteslib)
## Features
- Native Kubernetes API implementation
- Support for V1 Core Resources
- Support for V1 Apps Resources
- Support for V1 Batch Resources
- List, Show, and Delete operations
- Type-safe resource handling## Installation
Install with `dart pub add kuberneteslib`.
## Usage
See [kubectl_dashboard]
(https://github.com/m3talsmith/kubectl_dashboard) for usage examples.## Additional information
This is very much a beta product, being tested for a kubernetes dashboard. The dashboard is a good place to find working examples of this library.
Source: https://github.com/m3talsmith/kuberneteslib
Dashboard: https://github.com/m3talsmith/kubectl_dashboardExpect to see drastic improvements over the coming weeks.