kubeconfig 1.0.0+2 copy "kubeconfig: ^1.0.0+2" to clipboard
kubeconfig: ^1.0.0+2 copied to clipboard

Kubeconfig utility library for Dart. Validate, convert, or merge kubeconfig files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kubeconfig

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

dependencies:
  kubeconfig: ^1.0.0+2

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

Import it

Now in your Dart code, you can use:

import 'package:kubeconfig/kubeconfig.dart';
4
likes
0
points
126
downloads

Publisher

verified publisherfatihsever.com

Weekly Downloads

Kubeconfig utility library for Dart. Validate, convert, or merge kubeconfig files.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

collection, copy_with_extension, equatable, json_annotation, meta, yaml

More

Packages that depend on kubeconfig