k8s-helper-cli 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
k8s_helper/__init__.py CHANGED
@@ -20,7 +20,7 @@ from .utils import (
20
20
  create_service_manifest
21
21
  )
22
22
 
23
- __version__ = "0.2.2"
23
+ __version__ = "0.2.3"
24
24
  __author__ = "Harshit Chatterjee"
25
25
  __email__ = "harshitchatterjee50@gmail.com"
26
26
 
k8s_helper/core.py CHANGED
@@ -74,12 +74,16 @@ class EKSClient:
74
74
  resourcesVpcConfig={
75
75
  'subnetIds': subnets,
76
76
  'securityGroupIds': security_groups or [],
77
- 'endpointConfigPublic': True,
78
- 'endpointConfigPrivate': True
77
+ 'endpointPublicAccess': True,
78
+ 'endpointPrivateAccess': True
79
79
  },
80
80
  logging={
81
- 'enable': True,
82
- 'types': ['api', 'audit', 'authenticator', 'controllerManager', 'scheduler']
81
+ 'clusterLogging': [
82
+ {
83
+ 'types': ['api', 'audit', 'authenticator', 'controllerManager', 'scheduler'],
84
+ 'enabled': True
85
+ }
86
+ ]
83
87
  }
84
88
  )
85
89
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: k8s-helper-cli
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A simplified Python wrapper for common Kubernetes operations
5
5
  Author-email: Harshit Chatterjee <harshitchatterjee50@gmail.com>
6
6
  License-Expression: MIT
@@ -0,0 +1,11 @@
1
+ k8s_helper/__init__.py,sha256=adDwSsi6HKoSz0Z6QTw9GAwrcn7c1lCn-cik61roBaw,2666
2
+ k8s_helper/cli.py,sha256=yphZTElwRv873GcYwAQDoonBK_qbj9VSS3Q8fo1aFIE,38671
3
+ k8s_helper/config.py,sha256=P7YdfyvCHprrNs2J9DRb3RrClylfTTh5hfTtDzLug0A,6867
4
+ k8s_helper/core.py,sha256=TMiLb0rV_Tmnmq7yiEDjwahUZqCl7pB2qm0VkfmT1rU,49126
5
+ k8s_helper/utils.py,sha256=wYgTd5ktyuI-EiVcfW7FrxA7MzXY5odrEKQgmMVdueY,9496
6
+ k8s_helper_cli-0.2.3.dist-info/licenses/LICENSE,sha256=tXPvVl3gLVc6e0qCEoLH9KjeA7z4JVL78UybpvGtBCw,1096
7
+ k8s_helper_cli-0.2.3.dist-info/METADATA,sha256=gkBlWtBtj02-AGveB2y1X5tXSb0NbYtPLP7AhMHWC94,26956
8
+ k8s_helper_cli-0.2.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ k8s_helper_cli-0.2.3.dist-info/entry_points.txt,sha256=IoCMWUZ6mn90LwzQzEy5YkWOwvogDdZ6ycqUWAzCFTQ,50
10
+ k8s_helper_cli-0.2.3.dist-info/top_level.txt,sha256=x9A1jflyer-z2cFnkqk5B42juoH2q0fy5hkT9upsTG8,11
11
+ k8s_helper_cli-0.2.3.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- k8s_helper/__init__.py,sha256=_xVS6ZvcjRkEujoKACtnSelsuAF9P1Hl36ALwrglsJo,2666
2
- k8s_helper/cli.py,sha256=yphZTElwRv873GcYwAQDoonBK_qbj9VSS3Q8fo1aFIE,38671
3
- k8s_helper/config.py,sha256=P7YdfyvCHprrNs2J9DRb3RrClylfTTh5hfTtDzLug0A,6867
4
- k8s_helper/core.py,sha256=6qo-IqyL3Obgl4lP2DTXvikIAYLTglb9V9i4FaDVdF4,48991
5
- k8s_helper/utils.py,sha256=wYgTd5ktyuI-EiVcfW7FrxA7MzXY5odrEKQgmMVdueY,9496
6
- k8s_helper_cli-0.2.2.dist-info/licenses/LICENSE,sha256=tXPvVl3gLVc6e0qCEoLH9KjeA7z4JVL78UybpvGtBCw,1096
7
- k8s_helper_cli-0.2.2.dist-info/METADATA,sha256=6eMV6fBAxMNN1dABhXQwl3dC0AlU5RzqgxdLEdDWvHg,26956
8
- k8s_helper_cli-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- k8s_helper_cli-0.2.2.dist-info/entry_points.txt,sha256=IoCMWUZ6mn90LwzQzEy5YkWOwvogDdZ6ycqUWAzCFTQ,50
10
- k8s_helper_cli-0.2.2.dist-info/top_level.txt,sha256=x9A1jflyer-z2cFnkqk5B42juoH2q0fy5hkT9upsTG8,11
11
- k8s_helper_cli-0.2.2.dist-info/RECORD,,