File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : kubernetes-client
2
- version : 0.1.0.1
2
+ version : 0.1.0.2
3
3
description : |
4
4
Client library for interacting with a Kubernetes cluster.
5
5
@@ -49,7 +49,7 @@ dependencies:
49
49
- http-client >=0.5 && <0.7
50
50
- http-client-tls >=0.3
51
51
- jose-jwt >=0.8
52
- - kubernetes-client-core ==0.1.0.1
52
+ - kubernetes-client-core ==0.1.0.2
53
53
- microlens >=0.4 && <0.5
54
54
- mtl >=2.2
55
55
- oidc-client >=0.4
Original file line number Diff line number Diff line change 1
1
name : kubernetes-client-core
2
- version : 0.1.0.1
2
+ version : 0.1.0.2
3
3
synopsis : Auto-generated kubernetes-client-core API Client
4
4
description : .
5
5
Client library for calling the Kubernetes API based on http-client.
Original file line number Diff line number Diff line change @@ -440,10 +440,10 @@ _readDateTime =
440
440
_parseISO8601
441
441
{-# INLINE _readDateTime #-}
442
442
443
- -- | @TI.formatISO8601Millis @
443
+ -- | @TI.formatISO8601Micros @
444
444
_showDateTime :: (t ~ TI. UTCTime , TI. FormatTime t ) => t -> String
445
445
_showDateTime =
446
- TI. formatISO8601Millis
446
+ TI. formatISO8601Micros
447
447
{-# INLINE _showDateTime #-}
448
448
449
449
-- | parse an ISO8601 date-time string
You can’t perform that action at this time.
0 commit comments