Skip to content

Commit

Permalink
Generate at Kubernetes release 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jun 14, 2024
1 parent 5c37e90 commit e4874a9
Show file tree
Hide file tree
Showing 92 changed files with 70,073 additions and 58,663 deletions.
8 changes: 4 additions & 4 deletions kubernetes-client/kubernetes-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: kubernetes-client
version: 1.20.0
version: 1.21.0
synopsis: Client library for Kubernetes
description: Client library for interacting with a Kubernetes cluster.
.
Expand Down Expand Up @@ -61,7 +61,7 @@ library
, http-client-tls >=0.3
, jose-jwt >=0.8
, jsonpath >=0.1 && <0.4
, kubernetes-client-core ==1.20.0
, kubernetes-client-core ==1.21.0
, megaparsec ==9.*
, microlens >=0.4
, mtl >=2.2
Expand Down Expand Up @@ -118,7 +118,7 @@ test-suite example
, jose-jwt >=0.8
, jsonpath >=0.1 && <0.4
, kubernetes-client
, kubernetes-client-core ==1.20.0
, kubernetes-client-core ==1.21.0
, megaparsec ==9.*
, microlens >=0.4
, mtl >=2.2
Expand Down Expand Up @@ -184,7 +184,7 @@ test-suite spec
, jose-jwt >=0.8
, jsonpath >=0.1 && <0.4
, kubernetes-client
, kubernetes-client-core ==1.20.0
, kubernetes-client-core ==1.21.0
, megaparsec ==9.*
, microlens >=0.4
, mtl >=2.2
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-client/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kubernetes-client
version: 1.20.0
version: 1.21.0
description: |
Client library for interacting with a Kubernetes cluster.
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies:
- http-client-tls >=0.3
- jose-jwt >=0.8
- jsonpath >=0.1 && <0.4
- kubernetes-client-core ==1.20.0
- kubernetes-client-core ==1.21.0
- megaparsec >=9 && <10
- microlens >=0.4
- mtl >=2.2
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ lib/Kubernetes/OpenAPI/API/AutoscalingV2beta2.hs
lib/Kubernetes/OpenAPI/API/Batch.hs
lib/Kubernetes/OpenAPI/API/BatchV1.hs
lib/Kubernetes/OpenAPI/API/BatchV1beta1.hs
lib/Kubernetes/OpenAPI/API/BatchV2alpha1.hs
lib/Kubernetes/OpenAPI/API/Certificates.hs
lib/Kubernetes/OpenAPI/API/CertificatesV1.hs
lib/Kubernetes/OpenAPI/API/CertificatesV1beta1.hs
Expand All @@ -40,14 +39,14 @@ lib/Kubernetes/OpenAPI/API/Core.hs
lib/Kubernetes/OpenAPI/API/CoreV1.hs
lib/Kubernetes/OpenAPI/API/CustomObjects.hs
lib/Kubernetes/OpenAPI/API/Discovery.hs
lib/Kubernetes/OpenAPI/API/DiscoveryV1.hs
lib/Kubernetes/OpenAPI/API/DiscoveryV1beta1.hs
lib/Kubernetes/OpenAPI/API/Events.hs
lib/Kubernetes/OpenAPI/API/EventsV1.hs
lib/Kubernetes/OpenAPI/API/EventsV1beta1.hs
lib/Kubernetes/OpenAPI/API/Extensions.hs
lib/Kubernetes/OpenAPI/API/ExtensionsV1beta1.hs
lib/Kubernetes/OpenAPI/API/FlowcontrolApiserver.hs
lib/Kubernetes/OpenAPI/API/FlowcontrolApiserverV1alpha1.hs
lib/Kubernetes/OpenAPI/API/FlowcontrolApiserverV1beta1.hs
lib/Kubernetes/OpenAPI/API/InternalApiserver.hs
lib/Kubernetes/OpenAPI/API/InternalApiserverV1alpha1.hs
Expand All @@ -61,6 +60,7 @@ lib/Kubernetes/OpenAPI/API/NodeV1alpha1.hs
lib/Kubernetes/OpenAPI/API/NodeV1beta1.hs
lib/Kubernetes/OpenAPI/API/Openid.hs
lib/Kubernetes/OpenAPI/API/Policy.hs
lib/Kubernetes/OpenAPI/API/PolicyV1.hs
lib/Kubernetes/OpenAPI/API/PolicyV1beta1.hs
lib/Kubernetes/OpenAPI/API/RbacAuthorization.hs
lib/Kubernetes/OpenAPI/API/RbacAuthorizationV1.hs
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/.openapi-generator/swagger.json-default.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19f91fe5110cab07889fb5816d54a140ac5072c7e6e791580eaca741a56bd203
f62a9c2e5ad26a7a90e54d5529d38fab9da80f0475aa5a9f2d0fc5adf4543ce9
8 changes: 4 additions & 4 deletions kubernetes/kubernetes-client-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kubernetes-client-core
version: 1.20.0
version: 1.21.0
synopsis: Auto-generated kubernetes-client-core API Client
description: .
Client library for calling the Kubernetes API based on http-client.
Expand All @@ -8,7 +8,7 @@ description: .
.
base path: http://localhost
.
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
.
OpenAPI version: 3.0.1
.
Expand Down Expand Up @@ -91,7 +91,6 @@ library
Kubernetes.OpenAPI.API.Batch
Kubernetes.OpenAPI.API.BatchV1
Kubernetes.OpenAPI.API.BatchV1beta1
Kubernetes.OpenAPI.API.BatchV2alpha1
Kubernetes.OpenAPI.API.Certificates
Kubernetes.OpenAPI.API.CertificatesV1
Kubernetes.OpenAPI.API.CertificatesV1beta1
Expand All @@ -102,14 +101,14 @@ library
Kubernetes.OpenAPI.API.CoreV1
Kubernetes.OpenAPI.API.CustomObjects
Kubernetes.OpenAPI.API.Discovery
Kubernetes.OpenAPI.API.DiscoveryV1
Kubernetes.OpenAPI.API.DiscoveryV1beta1
Kubernetes.OpenAPI.API.Events
Kubernetes.OpenAPI.API.EventsV1
Kubernetes.OpenAPI.API.EventsV1beta1
Kubernetes.OpenAPI.API.Extensions
Kubernetes.OpenAPI.API.ExtensionsV1beta1
Kubernetes.OpenAPI.API.FlowcontrolApiserver
Kubernetes.OpenAPI.API.FlowcontrolApiserverV1alpha1
Kubernetes.OpenAPI.API.FlowcontrolApiserverV1beta1
Kubernetes.OpenAPI.API.InternalApiserver
Kubernetes.OpenAPI.API.InternalApiserverV1alpha1
Expand All @@ -123,6 +122,7 @@ library
Kubernetes.OpenAPI.API.NodeV1beta1
Kubernetes.OpenAPI.API.Openid
Kubernetes.OpenAPI.API.Policy
Kubernetes.OpenAPI.API.PolicyV1
Kubernetes.OpenAPI.API.PolicyV1beta1
Kubernetes.OpenAPI.API.RbacAuthorization
Kubernetes.OpenAPI.API.RbacAuthorizationV1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/lib/Kubernetes/OpenAPI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down
22 changes: 1 addition & 21 deletions kubernetes/lib/Kubernetes/OpenAPI/API/AdmissionregistrationV1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down Expand Up @@ -771,16 +771,6 @@ data ReadMutatingWebhookConfiguration
instance HasOptionalParam ReadMutatingWebhookConfiguration Pretty where
applyOptionalParam req (Pretty xs) =
req `addQuery` toQuery ("pretty", Just xs)

-- | /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadMutatingWebhookConfiguration Exact where
applyOptionalParam req (Exact xs) =
req `addQuery` toQuery ("exact", Just xs)

-- | /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadMutatingWebhookConfiguration Export where
applyOptionalParam req (Export xs) =
req `addQuery` toQuery ("export", Just xs)
-- | @application/json@
instance Produces ReadMutatingWebhookConfiguration MimeJSON
-- | @application/vnd.kubernetes.protobuf@
Expand Down Expand Up @@ -811,16 +801,6 @@ data ReadValidatingWebhookConfiguration
instance HasOptionalParam ReadValidatingWebhookConfiguration Pretty where
applyOptionalParam req (Pretty xs) =
req `addQuery` toQuery ("pretty", Just xs)

-- | /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadValidatingWebhookConfiguration Exact where
applyOptionalParam req (Exact xs) =
req `addQuery` toQuery ("exact", Just xs)

-- | /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadValidatingWebhookConfiguration Export where
applyOptionalParam req (Export xs) =
req `addQuery` toQuery ("export", Just xs)
-- | @application/json@
instance Produces ReadValidatingWebhookConfiguration MimeJSON
-- | @application/vnd.kubernetes.protobuf@
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down Expand Up @@ -771,16 +771,6 @@ data ReadMutatingWebhookConfiguration
instance HasOptionalParam ReadMutatingWebhookConfiguration Pretty where
applyOptionalParam req (Pretty xs) =
req `addQuery` toQuery ("pretty", Just xs)

-- | /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadMutatingWebhookConfiguration Exact where
applyOptionalParam req (Exact xs) =
req `addQuery` toQuery ("exact", Just xs)

-- | /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadMutatingWebhookConfiguration Export where
applyOptionalParam req (Export xs) =
req `addQuery` toQuery ("export", Just xs)
-- | @application/json@
instance Produces ReadMutatingWebhookConfiguration MimeJSON
-- | @application/vnd.kubernetes.protobuf@
Expand Down Expand Up @@ -811,16 +801,6 @@ data ReadValidatingWebhookConfiguration
instance HasOptionalParam ReadValidatingWebhookConfiguration Pretty where
applyOptionalParam req (Pretty xs) =
req `addQuery` toQuery ("pretty", Just xs)

-- | /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadValidatingWebhookConfiguration Exact where
applyOptionalParam req (Exact xs) =
req `addQuery` toQuery ("exact", Just xs)

-- | /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadValidatingWebhookConfiguration Export where
applyOptionalParam req (Export xs) =
req `addQuery` toQuery ("export", Just xs)
-- | @application/json@
instance Produces ReadValidatingWebhookConfiguration MimeJSON
-- | @application/vnd.kubernetes.protobuf@
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/lib/Kubernetes/OpenAPI/API/Apiextensions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down
12 changes: 1 addition & 11 deletions kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down Expand Up @@ -497,16 +497,6 @@ data ReadCustomResourceDefinition
instance HasOptionalParam ReadCustomResourceDefinition Pretty where
applyOptionalParam req (Pretty xs) =
req `addQuery` toQuery ("pretty", Just xs)

-- | /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadCustomResourceDefinition Exact where
applyOptionalParam req (Exact xs) =
req `addQuery` toQuery ("exact", Just xs)

-- | /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadCustomResourceDefinition Export where
applyOptionalParam req (Export xs) =
req `addQuery` toQuery ("export", Just xs)
-- | @application/json@
instance Produces ReadCustomResourceDefinition MimeJSON
-- | @application/vnd.kubernetes.protobuf@
Expand Down
12 changes: 1 addition & 11 deletions kubernetes/lib/Kubernetes/OpenAPI/API/ApiextensionsV1beta1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down Expand Up @@ -497,16 +497,6 @@ data ReadCustomResourceDefinition
instance HasOptionalParam ReadCustomResourceDefinition Pretty where
applyOptionalParam req (Pretty xs) =
req `addQuery` toQuery ("pretty", Just xs)

-- | /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadCustomResourceDefinition Exact where
applyOptionalParam req (Exact xs) =
req `addQuery` toQuery ("exact", Just xs)

-- | /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadCustomResourceDefinition Export where
applyOptionalParam req (Export xs) =
req `addQuery` toQuery ("export", Just xs)
-- | @application/json@
instance Produces ReadCustomResourceDefinition MimeJSON
-- | @application/vnd.kubernetes.protobuf@
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/lib/Kubernetes/OpenAPI/API/Apiregistration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down
12 changes: 1 addition & 11 deletions kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down Expand Up @@ -497,16 +497,6 @@ data ReadAPIService
instance HasOptionalParam ReadAPIService Pretty where
applyOptionalParam req (Pretty xs) =
req `addQuery` toQuery ("pretty", Just xs)

-- | /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadAPIService Exact where
applyOptionalParam req (Exact xs) =
req `addQuery` toQuery ("exact", Just xs)

-- | /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadAPIService Export where
applyOptionalParam req (Export xs) =
req `addQuery` toQuery ("export", Just xs)
-- | @application/json@
instance Produces ReadAPIService MimeJSON
-- | @application/vnd.kubernetes.protobuf@
Expand Down
12 changes: 1 addition & 11 deletions kubernetes/lib/Kubernetes/OpenAPI/API/ApiregistrationV1beta1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down Expand Up @@ -497,16 +497,6 @@ data ReadAPIService
instance HasOptionalParam ReadAPIService Pretty where
applyOptionalParam req (Pretty xs) =
req `addQuery` toQuery ("pretty", Just xs)

-- | /Optional Param/ "exact" - Should the export be exact. Exact export maintains cluster-specific fields like 'Namespace'. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadAPIService Exact where
applyOptionalParam req (Exact xs) =
req `addQuery` toQuery ("exact", Just xs)

-- | /Optional Param/ "export" - Should this value be exported. Export strips fields that a user can not specify. Deprecated. Planned for removal in 1.18.
instance HasOptionalParam ReadAPIService Export where
applyOptionalParam req (Export xs) =
req `addQuery` toQuery ("export", Just xs)
-- | @application/json@
instance Produces ReadAPIService MimeJSON
-- | @application/vnd.kubernetes.protobuf@
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/lib/Kubernetes/OpenAPI/API/Apis.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/lib/Kubernetes/OpenAPI/API/Apps.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
OpenAPI Version: 3.0.1
Kubernetes API version: release-1.20
Kubernetes API version: release-1.21
Generated by OpenAPI Generator (https://openapi-generator.tech)
-}

Expand Down
Loading

0 comments on commit e4874a9

Please sign in to comment.