Merge pull request #57 from frincon/fix/datetime-not-working
Fix #56 datetime not working
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: kubernetes-client
|
||||
version: 0.1.0.1
|
||||
version: 0.1.0.2
|
||||
description: |
|
||||
Client library for interacting with a Kubernetes cluster.
|
||||
|
||||
@@ -49,7 +49,7 @@ dependencies:
|
||||
- http-client >=0.5 && <0.7
|
||||
- http-client-tls >=0.3
|
||||
- jose-jwt >=0.8
|
||||
- kubernetes-client-core ==0.1.0.1
|
||||
- kubernetes-client-core ==0.1.0.2
|
||||
- microlens >=0.4 && <0.5
|
||||
- mtl >=2.2
|
||||
- oidc-client >=0.4
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: kubernetes-client-core
|
||||
version: 0.1.0.1
|
||||
version: 0.1.0.2
|
||||
synopsis: Auto-generated kubernetes-client-core API Client
|
||||
description: .
|
||||
Client library for calling the Kubernetes API based on http-client.
|
||||
|
||||
@@ -440,10 +440,10 @@ _readDateTime =
|
||||
_parseISO8601
|
||||
{-# INLINE _readDateTime #-}
|
||||
|
||||
-- | @TI.formatISO8601Millis@
|
||||
-- | @TI.formatISO8601Micros@
|
||||
_showDateTime :: (t ~ TI.UTCTime, TI.FormatTime t) => t -> String
|
||||
_showDateTime =
|
||||
TI.formatISO8601Millis
|
||||
TI.formatISO8601Micros
|
||||
{-# INLINE _showDateTime #-}
|
||||
|
||||
-- | parse an ISO8601 date-time string
|
||||
|
||||
Reference in New Issue
Block a user