k8s 1.27.0+dev.2 copy "k8s: ^1.27.0+dev.2" to clipboard
k8s: ^1.27.0+dev.2 copied to clipboard

Kubernetes client library for Dart. Maintained by Kubeec Team.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add k8s

With Flutter:

 $ flutter pub add k8s

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  k8s: ^1.27.0+dev.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:k8s/k8s.dart';
5
likes
130
points
2
downloads
screenshot

Publisher

verified publisherfatihsever.com

Weekly Downloads

Kubernetes client library for Dart. Maintained by Kubeec Team.

Repository (GitHub)
View/report issues

Topics

#kubernetes

Documentation

API reference

License

MIT (license)

Dependencies

collection, dio, json_annotation, kubeconfig, logging, path, socks5_proxy

More

Packages that depend on k8s