devoptn/k8s-api
最新稳定版本:v0.0.3
Composer 安装命令:
composer require devoptn/k8s-api
包简介
Kubernetes API Client
README 文档
README
This package provides a simple way to interact with the Kubernetes API from a Laravel application.
Installation
To get started, you can install the package via composer:
composer require devoptn/k8s-api
(Optional) Next, you need to publish the configuration file:
php artisan vendor:publish --provider="DevOption\Kubernetes\KubernetesServiceProvider"
Note: The configuration file is optional. If you don't publish it, the package will use the default values.
Configuration
You can set the K8S_SERVICE_ACCOUNT_TOKEN in your .env file:
K8S_SERVICE_ACCOUNT_TOKEN=your-service-account-token
This service account token is used to authenticate with the Kubernetes API and should be a valid cluster-admin token.
Usage
Details coming soon.
License
This package is open-sourced software licensed under the MIT license.
Support
Please open an issue for support.
Contributing
Details coming soon.
Security Vulnerabilities
If you discover a security vulnerability within this package, please send an e-mail to security@devoption.io. All security vulnerabilities will be promptly addressed.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-09-30