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

Kubernetes client library for Dart. Maintained by Nopso team.

6
likes
120/ 160
pub points
12
downloads

We analyzed this package 3 days ago, and awarded it 120 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: k8s,
    • contains a version property, and,
    • does not contain a publish_to property.

pubspec.yaml from the repository URL mismatch: expected https://github.com/nopso/k8s-dart but got https://github.com/kubeec/k8s-dart.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/nopso/k8s-dart/issues was unreachable. Make sure that the website is reachable via HEAD requests.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Passed report section
Provide documentation
20 / 20trigger folding of the section

Passed check 10/10 points: 20% or more of the public API has dartdoc comments

3781 out of 6207 API elements (60.9 %) have documentation comments.

Some symbols that are missing documentation: k8s.$AuthInfoCopyWith, k8s.$AuthProviderConfigCopyWith, k8s.$ClusterCopyWith, k8s.$ContextCopyWith, k8s.$ExecCopyWith.

Passed check 10/10 points: Package has an example and has no issues with screenshots

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:k8s/k8s.dart that imports:
  • package:kubeconfig/kubeconfig.dart that imports:
  • package:kubeconfig/src/models/models.dart that imports:
  • package:kubeconfig/src/models/kubeconfig.dart that imports:
  • package:kubeconfig/src/kubeconfig_util.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:k8s/k8s.dart that imports:
  • package:kubeconfig/kubeconfig.dart that imports:
  • package:kubeconfig/src/models/models.dart that imports:
  • package:kubeconfig/src/models/kubeconfig.dart that imports:
  • package:kubeconfig/src/kubeconfig_util.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
30 / 50trigger folding of the section

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 3583 issues. Showing the first 2:

WARNING: Unused import: 'package:k8s/src/deserialize.dart'.

lib/src/api/logs_api.dart:9:8

  ╷
9 │ import 'package:k8s/src/deserialize.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/logs_api.dart

INFO: 'DioError' is deprecated and shouldn't be used. Use DioException instead. This will be removed in 6.0.0.

lib/src/api/admissionregistration_api.dart:32:15

   ╷
32 │   /// Throws [DioError] if API call or serialization fails
   │               ^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/admissionregistration_api.dart

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest Notes
collection ^1.18.0 1.19.1 1.19.1
dio ^5.4.0 5.8.0+1 5.8.0+1
json_annotation ^4.8.1 4.9.0 4.9.0
kubeconfig ^1.0.2 1.0.3 1.0.3
logging ^1.2.0 1.3.0 1.3.0
path ^1.9.0 1.9.1 1.9.1
socks5_proxy ^1.0.4 1.0.6 2.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
copy_with_extension - 5.0.4 6.0.1
dio_web_adapter - 2.1.1 2.1.1
equatable - 2.0.7 2.0.7
http_parser - 4.1.2 4.1.2
meta - 1.16.0 1.16.0
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1
yaml - 3.1.3 3.1.3

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `^1.0.4` on socks5_proxy does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions socks5_proxy to update the constraint.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
120
points
12
downloads
screenshot

Publisher

verified publisherfatihsever.com

Weekly Downloads

Kubernetes client library for Dart. Maintained by Nopso team.

Topics

#kubernetes

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on k8s