fixes to package.yaml
This commit is contained in:
1
kubernetes-client/LICENSE
Symbolic link
1
kubernetes-client/LICENSE
Symbolic link
@@ -0,0 +1 @@
|
||||
../LICENSE
|
||||
@@ -1,9 +1,14 @@
|
||||
name: kubernetes-client
|
||||
version: 0.1.0.0
|
||||
description: |
|
||||
This package contains functions for working with kubeconfig files.
|
||||
Client library for interacting with a Kubernetes cluster.
|
||||
|
||||
Usage of kubeconfig files are described at https://kubernetes.io/docs/concepts/configuration/organize-cluster-access-kubeconfig/
|
||||
This package contains hand-written code while kubernetes-client-core contains code auto-generated from the OpenAPI spec.
|
||||
synopsis: Client library for Kubernetes
|
||||
maintainer: Shimin Guo <smguo2001@gmail.com>
|
||||
category: Web
|
||||
license: Apache-2.0
|
||||
license-file: LICENSE
|
||||
library:
|
||||
source-dirs: src
|
||||
tests:
|
||||
@@ -14,6 +19,11 @@ tests:
|
||||
- kubernetes-client
|
||||
- hspec
|
||||
- yaml
|
||||
example:
|
||||
main: App.hs
|
||||
source-dirs: example
|
||||
dependencies:
|
||||
- kubernetes-client
|
||||
extra-source-files:
|
||||
- test/testdata/*
|
||||
dependencies:
|
||||
@@ -37,9 +47,3 @@ dependencies:
|
||||
- x509-system
|
||||
- x509-store
|
||||
- x509-validation
|
||||
executables:
|
||||
example:
|
||||
main: App.hs
|
||||
source-dirs: example
|
||||
dependencies:
|
||||
- kubernetes-client
|
||||
|
||||
@@ -8,4 +8,4 @@ OpenAPI-Specification: https://github.com/OAI/OpenAPI-Specification/blob/master/
|
||||
|
||||
## Usage
|
||||
|
||||
Please refer to the README of the `kubernetes-openapi-client` package.
|
||||
Please refer to the README of the `kubernetes-client` package.
|
||||
|
||||
Reference in New Issue
Block a user