Changes: - Correct handling of */* mime types - The API module split into submodules - Allow non-unique operation IDs. Previously when there was one monolithic API module, operations with the same IDs under different prefixes (e.g. getAPIGroup) were appended numbers to disambiguate them. Now they live in different modules, it's OK for them to have the same IDs.
30 lines
666 B
Haskell
30 lines
666 B
Haskell
{-
|
|
Kubernetes
|
|
|
|
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
|
|
OpenAPI spec version: 2.0
|
|
Kubernetes API version: v1.9.2
|
|
Generated by Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
-}
|
|
|
|
{-|
|
|
Module : Kubernetes
|
|
-}
|
|
|
|
module Kubernetes
|
|
( module Kubernetes.Client
|
|
, module Kubernetes.Core
|
|
, module Kubernetes.Logging
|
|
, module Kubernetes.MimeTypes
|
|
, module Kubernetes.Model
|
|
, module Kubernetes.ModelLens
|
|
) where
|
|
|
|
|
|
import Kubernetes.Client
|
|
import Kubernetes.Core
|
|
import Kubernetes.Logging
|
|
import Kubernetes.MimeTypes
|
|
import Kubernetes.Model
|
|
import Kubernetes.ModelLens |