k8s 1.26.1 copy "k8s: ^1.26.1" to clipboard
k8s: ^1.26.1 copied to clipboard

outdated

Kubernetes API client library for Dart. This Dart package is automatically generated by the OpenAPI Generator.

example/main.dart

import 'package:k8s/api.dart';

Future<void> main() async {
  final versionApi = VersionApi();

  try {
    final versionInfo = await versionApi.getCodeVersion();
    print(versionInfo?.gitVersion);
  } catch (e) {
    print('Exception when calling VersionApi->getCodeVersion: $e\n');
  }
}
5
likes
0
points
10
downloads

Publisher

verified publisherfatihsever.com

Weekly Downloads

Kubernetes API client library for Dart. This Dart package is automatically generated by the OpenAPI Generator.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

http, intl, meta

More

Packages that depend on k8s