pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.17.1__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.

Potentially problematic release.


This version of pulumi-kubernetes might be problematic. Click here for more details.

@@ -113,19 +113,11 @@ class Service(pulumi.CustomResource):
113
113
  1. Service object exists.
114
114
  2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
115
115
  for any stragglers.
116
- 3. The endpoints objects target some number of living objects (unless the Service is
117
- an "empty headless" Service [1] or a Service with '.spec.type: ExternalName').
116
+ 3. There are no "not ready" endpoints -- unless the Service is an "empty
117
+ headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
118
+ without a selector.
118
119
  4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
119
120
 
120
- Known limitations:
121
- Services targeting ReplicaSets (and, by extension, Deployments,
122
- StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
123
- out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
124
- '.metadata.annotations' for the Service. Work to handle this case is in progress [2].
125
-
126
- [1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
127
- [2] https://github.com/pulumi/pulumi-kubernetes/pull/703
128
-
129
121
  If the Service has not reached a Ready state after 10 minutes, it will
130
122
  time out and mark the resource update as Failed. You can override the default timeout value
131
123
  by setting the 'customTimeouts' option on the resource.
@@ -192,19 +184,11 @@ class Service(pulumi.CustomResource):
192
184
  1. Service object exists.
193
185
  2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
194
186
  for any stragglers.
195
- 3. The endpoints objects target some number of living objects (unless the Service is
196
- an "empty headless" Service [1] or a Service with '.spec.type: ExternalName').
187
+ 3. There are no "not ready" endpoints -- unless the Service is an "empty
188
+ headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
189
+ without a selector.
197
190
  4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
198
191
 
199
- Known limitations:
200
- Services targeting ReplicaSets (and, by extension, Deployments,
201
- StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
202
- out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
203
- '.metadata.annotations' for the Service. Work to handle this case is in progress [2].
204
-
205
- [1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
206
- [2] https://github.com/pulumi/pulumi-kubernetes/pull/703
207
-
208
192
  If the Service has not reached a Ready state after 10 minutes, it will
209
193
  time out and mark the resource update as Failed. You can override the default timeout value
210
194
  by setting the 'customTimeouts' option on the resource.
@@ -119,19 +119,11 @@ class ServicePatch(pulumi.CustomResource):
119
119
  1. Service object exists.
120
120
  2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
121
121
  for any stragglers.
122
- 3. The endpoints objects target some number of living objects (unless the Service is
123
- an "empty headless" Service [1] or a Service with '.spec.type: ExternalName').
122
+ 3. There are no "not ready" endpoints -- unless the Service is an "empty
123
+ headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
124
+ without a selector.
124
125
  4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
125
126
 
126
- Known limitations:
127
- Services targeting ReplicaSets (and, by extension, Deployments,
128
- StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
129
- out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
130
- '.metadata.annotations' for the Service. Work to handle this case is in progress [2].
131
-
132
- [1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
133
- [2] https://github.com/pulumi/pulumi-kubernetes/pull/703
134
-
135
127
  If the Service has not reached a Ready state after 10 minutes, it will
136
128
  time out and mark the resource update as Failed. You can override the default timeout value
137
129
  by setting the 'customTimeouts' option on the resource.
@@ -166,19 +158,11 @@ class ServicePatch(pulumi.CustomResource):
166
158
  1. Service object exists.
167
159
  2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
168
160
  for any stragglers.
169
- 3. The endpoints objects target some number of living objects (unless the Service is
170
- an "empty headless" Service [1] or a Service with '.spec.type: ExternalName').
161
+ 3. There are no "not ready" endpoints -- unless the Service is an "empty
162
+ headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
163
+ without a selector.
171
164
  4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
172
165
 
173
- Known limitations:
174
- Services targeting ReplicaSets (and, by extension, Deployments,
175
- StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
176
- out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
177
- '.metadata.annotations' for the Service. Work to handle this case is in progress [2].
178
-
179
- [1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
180
- [2] https://github.com/pulumi/pulumi-kubernetes/pull/703
181
-
182
166
  If the Service has not reached a Ready state after 10 minutes, it will
183
167
  time out and mark the resource update as Failed. You can override the default timeout value
184
168
  by setting the 'customTimeouts' option on the resource.
@@ -33616,19 +33616,11 @@ if not MYPY:
33616
33616
  1. Service object exists.
33617
33617
  2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
33618
33618
  for any stragglers.
33619
- 3. The endpoints objects target some number of living objects (unless the Service is
33620
- an "empty headless" Service [1] or a Service with '.spec.type: ExternalName').
33619
+ 3. There are no "not ready" endpoints -- unless the Service is an "empty
33620
+ headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
33621
+ without a selector.
33621
33622
  4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
33622
33623
 
33623
- Known limitations:
33624
- Services targeting ReplicaSets (and, by extension, Deployments,
33625
- StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
33626
- out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
33627
- '.metadata.annotations' for the Service. Work to handle this case is in progress [2].
33628
-
33629
- [1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
33630
- [2] https://github.com/pulumi/pulumi-kubernetes/pull/703
33631
-
33632
33624
  If the Service has not reached a Ready state after 10 minutes, it will
33633
33625
  time out and mark the resource update as Failed. You can override the default timeout value
33634
33626
  by setting the 'customTimeouts' option on the resource.
@@ -33675,19 +33667,11 @@ class ServiceArgs:
33675
33667
  1. Service object exists.
33676
33668
  2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
33677
33669
  for any stragglers.
33678
- 3. The endpoints objects target some number of living objects (unless the Service is
33679
- an "empty headless" Service [1] or a Service with '.spec.type: ExternalName').
33670
+ 3. There are no "not ready" endpoints -- unless the Service is an "empty
33671
+ headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
33672
+ without a selector.
33680
33673
  4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
33681
33674
 
33682
- Known limitations:
33683
- Services targeting ReplicaSets (and, by extension, Deployments,
33684
- StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
33685
- out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
33686
- '.metadata.annotations' for the Service. Work to handle this case is in progress [2].
33687
-
33688
- [1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
33689
- [2] https://github.com/pulumi/pulumi-kubernetes/pull/703
33690
-
33691
33675
  If the Service has not reached a Ready state after 10 minutes, it will
33692
33676
  time out and mark the resource update as Failed. You can override the default timeout value
33693
33677
  by setting the 'customTimeouts' option on the resource.
@@ -26701,19 +26701,11 @@ class Service(dict):
26701
26701
  1. Service object exists.
26702
26702
  2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
26703
26703
  for any stragglers.
26704
- 3. The endpoints objects target some number of living objects (unless the Service is
26705
- an "empty headless" Service [1] or a Service with '.spec.type: ExternalName').
26704
+ 3. There are no "not ready" endpoints -- unless the Service is an "empty
26705
+ headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
26706
+ without a selector.
26706
26707
  4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
26707
26708
 
26708
- Known limitations:
26709
- Services targeting ReplicaSets (and, by extension, Deployments,
26710
- StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
26711
- out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
26712
- '.metadata.annotations' for the Service. Work to handle this case is in progress [2].
26713
-
26714
- [1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
26715
- [2] https://github.com/pulumi/pulumi-kubernetes/pull/703
26716
-
26717
26709
  If the Service has not reached a Ready state after 10 minutes, it will
26718
26710
  time out and mark the resource update as Failed. You can override the default timeout value
26719
26711
  by setting the 'customTimeouts' option on the resource.
@@ -26752,19 +26744,11 @@ class Service(dict):
26752
26744
  1. Service object exists.
26753
26745
  2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
26754
26746
  for any stragglers.
26755
- 3. The endpoints objects target some number of living objects (unless the Service is
26756
- an "empty headless" Service [1] or a Service with '.spec.type: ExternalName').
26747
+ 3. There are no "not ready" endpoints -- unless the Service is an "empty
26748
+ headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
26749
+ without a selector.
26757
26750
  4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
26758
26751
 
26759
- Known limitations:
26760
- Services targeting ReplicaSets (and, by extension, Deployments,
26761
- StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
26762
- out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
26763
- '.metadata.annotations' for the Service. Work to handle this case is in progress [2].
26764
-
26765
- [1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
26766
- [2] https://github.com/pulumi/pulumi-kubernetes/pull/703
26767
-
26768
26752
  If the Service has not reached a Ready state after 10 minutes, it will
26769
26753
  time out and mark the resource update as Failed. You can override the default timeout value
26770
26754
  by setting the 'customTimeouts' option on the resource.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "kubernetes",
4
- "version": "4.17.0-alpha.1723576835"
4
+ "version": "4.17.1"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_kubernetes
3
- Version: 4.17.0a1723576835
3
+ Version: 4.17.1
4
4
  Summary: A Pulumi package for creating and managing Kubernetes resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.com
@@ -4,7 +4,7 @@ pulumi_kubernetes/_tables.py,sha256=3neJaK1ZuzFWWgLJKwl0jAR-Gymxn6CMeGwh1k4tcw4,
4
4
  pulumi_kubernetes/_utilities.py,sha256=WpjMxjS_nwp8B1Bh4EYpzGv6c1C3DWVL4ekrgReUNLA,10475
5
5
  pulumi_kubernetes/outputs.py,sha256=YLfWOa1pqtMnI9hVe-nfOVDDjTDGeomctTClWqDX_Sw,1685
6
6
  pulumi_kubernetes/provider.py,sha256=bC3FsJVfzLcqlCxJQvkw3-561UsIrnqCFWW-T7Rh4lE,27833
7
- pulumi_kubernetes/pulumi-plugin.json,sha256=VJZm-iS7KgtSURS__LzzoSVLh2YjdjWN_9N81NSrW1Y,87
7
+ pulumi_kubernetes/pulumi-plugin.json,sha256=Tth2gaafqKSydfIhLwmYS3ASnmIBt8z9xuZNe5H9oxo,70
8
8
  pulumi_kubernetes/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pulumi_kubernetes/admissionregistration/__init__.py,sha256=85XpZ49dreIz2jkQcun5WDfJfI5ao85E6njlB8A8y_k,785
10
10
  pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py,sha256=oCfW2vqC_yrazTudFFz1fnJDhuYsqV8p6HVuKZeE-Ec,12104
@@ -257,16 +257,16 @@ pulumi_kubernetes/core/v1/ResourceQuotaPatch.py,sha256=aswb9Ywsow7tp3M0zqtJ5yiXr
257
257
  pulumi_kubernetes/core/v1/Secret.py,sha256=26rHPPiAc-jF1_cpK8fu6UcKJ4_7G-mFmwCsNt6SRsQ,18932
258
258
  pulumi_kubernetes/core/v1/SecretList.py,sha256=8_xLi6WAYV7ZY67BNMb25t0YTUhH5j_NzdmF3sVdc-Q,11199
259
259
  pulumi_kubernetes/core/v1/SecretPatch.py,sha256=KnFMQkO8BhEz6Y0rfeDuGzjcLipRU7kWz-CppScaFYE,20269
260
- pulumi_kubernetes/core/v1/Service.py,sha256=QX9957SgPWA1R-3WXz8wQr7KHteVYlnPWPQrn1ZC86E,17402
260
+ pulumi_kubernetes/core/v1/Service.py,sha256=xvCzqtyKDBVEluN7mSpDZds_2W_kOfcQH1gMZ86MjfI,16384
261
261
  pulumi_kubernetes/core/v1/ServiceAccount.py,sha256=EQot4tGWNuWt2FwJCmVVi0FZuMrJ0CiynONPzYxU6QU,18835
262
262
  pulumi_kubernetes/core/v1/ServiceAccountList.py,sha256=b-pz8m48FZlZEIItW8sujEqRNPALjz3LHBxmiPy1O2M,11553
263
263
  pulumi_kubernetes/core/v1/ServiceAccountPatch.py,sha256=y735VcjYaHy2Xlz2bmmDoMODEmmyvk85NgvnpGh_IOk,20533
264
264
  pulumi_kubernetes/core/v1/ServiceList.py,sha256=4PXW5e_5Apd3iKTfKAxYY5WkdBahar-bBeY-gMsdR3I,10919
265
- pulumi_kubernetes/core/v1/ServicePatch.py,sha256=fV2ApeyNOpkGJPUPix6tHv5tKTJmKdcIhJIbYCd-xrI,16706
265
+ pulumi_kubernetes/core/v1/ServicePatch.py,sha256=k2O-Gt5LZuKUsVTwLruvJI3DpDCjX3qUq_aU--vJEy0,15688
266
266
  pulumi_kubernetes/core/v1/__init__.py,sha256=eaeQKZ1zQ_BBeAg2tmKi_Q8C8N9jg4jA7bj0H0zrEyI,1686
267
267
  pulumi_kubernetes/core/v1/_enums.py,sha256=nFQa9f_7gbhE3dXdfW87CSsm8IYfKZ3GJjr9uK4jV5o,376
268
- pulumi_kubernetes/core/v1/_inputs.py,sha256=USsh1YfKciSmqVrItlhuHaiX-AXrQwiyXm_8u4nf4jc,2257481
269
- pulumi_kubernetes/core/v1/outputs.py,sha256=VVk2_AJ45HsTFsmCF6aVoj-N-BOAPctHQV_GgOQL1bs,1723531
268
+ pulumi_kubernetes/core/v1/_inputs.py,sha256=wLt2vLGkC5b-Fx9c2-ydRlQvpdO5Im6UGklkpwLLQoE,2256461
269
+ pulumi_kubernetes/core/v1/outputs.py,sha256=tb11Qu5hCM_zZIWJL2R503dcrwtSSE1nk6OVi9ClMdA,1722535
270
270
  pulumi_kubernetes/discovery/__init__.py,sha256=qg2aFOLWKEiwEFa3a7VfnRDT9ejmqv8irvSVROaNs_8,547
271
271
  pulumi_kubernetes/discovery/v1/EndpointSlice.py,sha256=1cXrJkZ9A9qbqcOfiXXG0t7pnv0QDb830NKHTQMDlxU,16552
272
272
  pulumi_kubernetes/discovery/v1/EndpointSliceList.py,sha256=EDGTEuF-rZygqen1FmourVBb3DIz6vzVUgljv7K7De4,10839
@@ -645,7 +645,7 @@ pulumi_kubernetes/yaml/yaml.py,sha256=d5eqPtRNwBm6BmexW0Ux58SiJ7ornpWnVvoeDP6K5x
645
645
  pulumi_kubernetes/yaml/v2/ConfigFile.py,sha256=EPQ7Bg9yiCnLHqoe6NgK4XScFji8ecTGM_Ko8CZ0VTM,10912
646
646
  pulumi_kubernetes/yaml/v2/ConfigGroup.py,sha256=GoDGxpAemfjEHcYiOexM1fxmKqu4uWBzTB1Fbqy4Ips,15702
647
647
  pulumi_kubernetes/yaml/v2/__init__.py,sha256=5S6M8sncwfHm2sXPUBAjROBlGQWwFFedOQ8z1f5SB3U,292
648
- pulumi_kubernetes-4.17.0a1723576835.dist-info/METADATA,sha256=Goz5UdIc4B-VBbkq7kDV0Cp8RwF7a64m3c07Aiz4UYc,9427
649
- pulumi_kubernetes-4.17.0a1723576835.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
650
- pulumi_kubernetes-4.17.0a1723576835.dist-info/top_level.txt,sha256=xoTPI88GpKE_G1dcKvsjaA1qV3yO4NCn2ZpXq4byqNc,18
651
- pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD,,
648
+ pulumi_kubernetes-4.17.1.dist-info/METADATA,sha256=ztmlBTCWx0ApWlvoht3Zy126a1K3J2rDIMz53UA0YKk,9416
649
+ pulumi_kubernetes-4.17.1.dist-info/WHEEL,sha256=HiCZjzuy6Dw0hdX5R3LCFPDmFS4BWl8H-8W39XfmgX4,91
650
+ pulumi_kubernetes-4.17.1.dist-info/top_level.txt,sha256=xoTPI88GpKE_G1dcKvsjaA1qV3yO4NCn2ZpXq4byqNc,18
651
+ pulumi_kubernetes-4.17.1.dist-info/RECORD,,