Merge pull request #50 from akshaymankar/client-readme

Add README to client package, also add me to maintainers
This commit is contained in:
Kubernetes Prow Robot
2019-07-12 00:57:06 -07:00
committed by GitHub
2 changed files with 7 additions and 3 deletions

View File

@@ -1,11 +1,13 @@
name: kubernetes-client
version: 0.1.0.0
version: 0.1.0.1
description: |
Client library for interacting with a Kubernetes cluster.
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>
maintainer:
- Shimin Guo <smguo2001@gmail.com>
- Akshay Mankar <itsakshaymankar@gmail.com>
category: Web
license: Apache-2.0
license-file: LICENSE
@@ -26,6 +28,7 @@ tests:
- kubernetes-client
extra-source-files:
- test/testdata/*
- README.md
dependencies:
- base >=4.7 && <5.0
- bytestring >=0.10.0 && <0.11

View File

@@ -15,7 +15,8 @@ description: .
category: Web
homepage: https://github.com/kubernetes-client/haskell
author: Auto Generated
maintainer: Shimin Guo <smguo2001@gmail.com>
maintainer: Shimin Guo <smguo2001@gmail.com>,
Akshay Mankar <itsakshaymankar@gmail.com>
license: Apache-2.0
license-file: LICENSE
build-type: Simple