2019-03-11 22:43:41 -07:00
|
|
|
name: kubernetes-client-core
|
2019-01-30 13:04:51 -08:00
|
|
|
version: 0.1.0.0
|
2019-03-11 22:43:41 -07:00
|
|
|
synopsis: Auto-generated kubernetes-client-core API Client
|
2019-01-30 13:04:51 -08:00
|
|
|
description: .
|
|
|
|
|
Client library for calling the Kubernetes API based on http-client.
|
|
|
|
|
.
|
2019-03-11 22:43:41 -07:00
|
|
|
host: localhost
|
2019-01-30 13:04:51 -08:00
|
|
|
.
|
2019-03-11 22:43:41 -07:00
|
|
|
base path: http://localhost
|
2019-01-30 13:04:51 -08:00
|
|
|
.
|
|
|
|
|
Kubernetes API version: v1.9.12
|
|
|
|
|
.
|
2019-03-11 22:43:41 -07:00
|
|
|
OpenAPI version: 3.0.1
|
2019-01-30 13:04:51 -08:00
|
|
|
.
|
|
|
|
|
category: Web
|
|
|
|
|
homepage: https://github.com/kubernetes-client/haskell
|
|
|
|
|
author: Auto Generated
|
|
|
|
|
maintainer: Shimin Guo <smguo2001@gmail.com>
|
|
|
|
|
license: Apache-2.0
|
2019-03-11 22:43:41 -07:00
|
|
|
license-file: LICENSE
|
2019-01-30 13:04:51 -08:00
|
|
|
build-type: Simple
|
|
|
|
|
cabal-version: >= 1.10
|
|
|
|
|
|
|
|
|
|
extra-source-files:
|
|
|
|
|
README.md
|
2019-03-11 22:43:41 -07:00
|
|
|
openapi.yaml
|
|
|
|
|
|
|
|
|
|
Flag UseKatip
|
|
|
|
|
Description: Use the katip package to provide logging (if false, use the default monad-logger package)
|
|
|
|
|
Default: True
|
|
|
|
|
Manual: True
|
2019-01-30 13:04:51 -08:00
|
|
|
|
|
|
|
|
library
|
|
|
|
|
hs-source-dirs:
|
|
|
|
|
lib
|
|
|
|
|
ghc-options: -Wall -funbox-strict-fields
|
|
|
|
|
build-depends:
|
|
|
|
|
aeson >=1.0 && <2.0
|
|
|
|
|
, base >=4.7 && <5.0
|
|
|
|
|
, base64-bytestring >1.0 && <2.0
|
|
|
|
|
, bytestring >=0.10.0 && <0.11
|
|
|
|
|
, case-insensitive
|
2019-03-11 22:43:41 -07:00
|
|
|
, containers >=0.5.0.0 && <0.8
|
2019-01-30 13:04:51 -08:00
|
|
|
, deepseq >= 1.4 && <1.6
|
|
|
|
|
, exceptions >= 0.4
|
2019-03-11 22:43:41 -07:00
|
|
|
, http-api-data >= 0.3.4 && <0.5
|
2019-01-30 13:04:51 -08:00
|
|
|
, http-client >=0.5 && <0.6
|
|
|
|
|
, http-client-tls
|
|
|
|
|
, http-media >= 0.4 && < 0.8
|
|
|
|
|
, http-types >=0.8 && <0.13
|
|
|
|
|
, iso8601-time >=0.1.3 && <0.2.0
|
|
|
|
|
, microlens >= 0.4.3 && <0.5
|
|
|
|
|
, mtl >=2.2.1
|
2019-03-11 22:43:41 -07:00
|
|
|
, network >=2.6.2 && <2.9
|
2019-01-30 13:04:51 -08:00
|
|
|
, random >=1.1
|
|
|
|
|
, safe-exceptions <0.2
|
|
|
|
|
, text >=0.11 && <1.3
|
|
|
|
|
, time >=1.5 && <1.10
|
|
|
|
|
, transformers >=0.4.0.0
|
|
|
|
|
, unordered-containers
|
|
|
|
|
, vector >=0.10.9 && <0.13
|
|
|
|
|
other-modules:
|
2019-03-11 22:43:41 -07:00
|
|
|
Paths_kubernetes_client_core
|
2019-01-30 13:04:51 -08:00
|
|
|
exposed-modules:
|
|
|
|
|
Kubernetes.OpenAPI
|
|
|
|
|
Kubernetes.OpenAPI.API.Admissionregistration
|
|
|
|
|
Kubernetes.OpenAPI.API.AdmissionregistrationV1alpha1
|
|
|
|
|
Kubernetes.OpenAPI.API.AdmissionregistrationV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Apiextensions
|
|
|
|
|
Kubernetes.OpenAPI.API.ApiextensionsV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Apiregistration
|
|
|
|
|
Kubernetes.OpenAPI.API.ApiregistrationV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Apis
|
|
|
|
|
Kubernetes.OpenAPI.API.Apps
|
|
|
|
|
Kubernetes.OpenAPI.API.AppsV1
|
|
|
|
|
Kubernetes.OpenAPI.API.AppsV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.AppsV1beta2
|
|
|
|
|
Kubernetes.OpenAPI.API.Authentication
|
|
|
|
|
Kubernetes.OpenAPI.API.AuthenticationV1
|
|
|
|
|
Kubernetes.OpenAPI.API.AuthenticationV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Authorization
|
|
|
|
|
Kubernetes.OpenAPI.API.AuthorizationV1
|
|
|
|
|
Kubernetes.OpenAPI.API.AuthorizationV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Autoscaling
|
|
|
|
|
Kubernetes.OpenAPI.API.AutoscalingV1
|
|
|
|
|
Kubernetes.OpenAPI.API.AutoscalingV2beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Batch
|
|
|
|
|
Kubernetes.OpenAPI.API.BatchV1
|
|
|
|
|
Kubernetes.OpenAPI.API.BatchV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.BatchV2alpha1
|
|
|
|
|
Kubernetes.OpenAPI.API.Certificates
|
|
|
|
|
Kubernetes.OpenAPI.API.CertificatesV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Core
|
|
|
|
|
Kubernetes.OpenAPI.API.CoreV1
|
|
|
|
|
Kubernetes.OpenAPI.API.CustomObjects
|
|
|
|
|
Kubernetes.OpenAPI.API.Events
|
|
|
|
|
Kubernetes.OpenAPI.API.EventsV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Extensions
|
|
|
|
|
Kubernetes.OpenAPI.API.ExtensionsV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Logs
|
|
|
|
|
Kubernetes.OpenAPI.API.Networking
|
|
|
|
|
Kubernetes.OpenAPI.API.NetworkingV1
|
|
|
|
|
Kubernetes.OpenAPI.API.Policy
|
|
|
|
|
Kubernetes.OpenAPI.API.PolicyV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.RbacAuthorization
|
|
|
|
|
Kubernetes.OpenAPI.API.RbacAuthorizationV1
|
|
|
|
|
Kubernetes.OpenAPI.API.RbacAuthorizationV1alpha1
|
|
|
|
|
Kubernetes.OpenAPI.API.RbacAuthorizationV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Scheduling
|
|
|
|
|
Kubernetes.OpenAPI.API.SchedulingV1alpha1
|
|
|
|
|
Kubernetes.OpenAPI.API.Settings
|
|
|
|
|
Kubernetes.OpenAPI.API.SettingsV1alpha1
|
|
|
|
|
Kubernetes.OpenAPI.API.Storage
|
|
|
|
|
Kubernetes.OpenAPI.API.StorageV1
|
|
|
|
|
Kubernetes.OpenAPI.API.StorageV1alpha1
|
|
|
|
|
Kubernetes.OpenAPI.API.StorageV1beta1
|
|
|
|
|
Kubernetes.OpenAPI.API.Version
|
|
|
|
|
Kubernetes.OpenAPI.Client
|
|
|
|
|
Kubernetes.OpenAPI.Core
|
|
|
|
|
Kubernetes.OpenAPI.Logging
|
|
|
|
|
Kubernetes.OpenAPI.MimeTypes
|
|
|
|
|
Kubernetes.OpenAPI.Model
|
|
|
|
|
Kubernetes.OpenAPI.ModelLens
|
|
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
2019-03-11 22:43:41 -07:00
|
|
|
if flag(UseKatip)
|
|
|
|
|
build-depends: katip >=0.8 && < 1.0
|
|
|
|
|
other-modules: Kubernetes.OpenAPI.LoggingKatip
|
|
|
|
|
cpp-options: -DUSE_KATIP
|
|
|
|
|
else
|
|
|
|
|
build-depends: monad-logger >=0.3 && <0.4
|
|
|
|
|
other-modules: Kubernetes.OpenAPI.LoggingMonadLogger
|
|
|
|
|
cpp-options: -DUSE_MONAD_LOGGER
|
|
|
|
|
|
2019-01-30 13:04:51 -08:00
|
|
|
test-suite tests
|
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
|
main-is: Test.hs
|
|
|
|
|
hs-source-dirs:
|
|
|
|
|
tests
|
|
|
|
|
ghc-options: -Wall -fno-warn-orphans
|
|
|
|
|
build-depends:
|
2019-03-11 22:43:41 -07:00
|
|
|
kubernetes-client-core
|
2019-01-30 13:04:51 -08:00
|
|
|
, QuickCheck
|
|
|
|
|
, aeson
|
|
|
|
|
, base >=4.7 && <5.0
|
|
|
|
|
, bytestring >=0.10.0 && <0.11
|
|
|
|
|
, containers
|
|
|
|
|
, hspec >=1.8
|
|
|
|
|
, iso8601-time
|
|
|
|
|
, mtl >=2.2.1
|
|
|
|
|
, semigroups
|
|
|
|
|
, text
|
|
|
|
|
, time
|
|
|
|
|
, transformers >=0.4.0.0
|
|
|
|
|
, unordered-containers
|
|
|
|
|
, vector
|
|
|
|
|
other-modules:
|
|
|
|
|
ApproxEq
|
|
|
|
|
Instances
|
|
|
|
|
PropMime
|
|
|
|
|
default-language: Haskell2010
|