Skip to content

Commit 01b367b

Browse files
authored
Merge pull request #50 from akshaymankar/client-readme
Add README to client package, also add me to maintainers
2 parents 4dc78bd + 5d1508e commit 01b367b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

kubernetes-client/package.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: kubernetes-client
2-
version: 0.1.0.0
2+
version: 0.1.0.1
33
description: |
44
Client library for interacting with a Kubernetes cluster.
55
66
This package contains hand-written code while kubernetes-client-core contains code auto-generated from the OpenAPI spec.
77
synopsis: Client library for Kubernetes
8-
maintainer: Shimin Guo <[email protected]>
8+
maintainer:
9+
- Shimin Guo <[email protected]>
10+
- Akshay Mankar <[email protected]>
911
category: Web
1012
license: Apache-2.0
1113
license-file: LICENSE
@@ -26,6 +28,7 @@ tests:
2628
- kubernetes-client
2729
extra-source-files:
2830
- test/testdata/*
31+
- README.md
2932
dependencies:
3033
- base >=4.7 && <5.0
3134
- bytestring >=0.10.0 && <0.11

kubernetes/kubernetes-client-core.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ description: .
1515
category: Web
1616
homepage: https://github.com/kubernetes-client/haskell
1717
author: Auto Generated
18-
maintainer: Shimin Guo <[email protected]>
18+
maintainer: Shimin Guo <[email protected]>,
19+
Akshay Mankar <[email protected]>
1920
license: Apache-2.0
2021
license-file: LICENSE
2122
build-type: Simple

0 commit comments

Comments
 (0)