k8s 1.27.0+dev.1
k8s: ^1.27.0+dev.1 copied to clipboard
Kubernetes client library for Dart. Maintained by Nopso team.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add k8sWith Flutter:
$ flutter pub add k8sThis 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.1Alternatively, 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';