Skip to content

Commit 65ce783

Browse files
authored
[feat] regenerate library using API K8s 1.24.2 (#213)
* [feat] regenerate library using API K8s 1.24.2
1 parent 9bbee59 commit 65ce783

File tree

814 files changed

+13911
-14498
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

814 files changed

+13911
-14498
lines changed

CHANGELOG.md

+101
Large diffs are not rendered by default.

kubernetes_asyncio/.openapi-generator/FILES

+9-27
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ client/api/networking_api.py
4646
client/api/networking_v1_api.py
4747
client/api/node_api.py
4848
client/api/node_v1_api.py
49-
client/api/node_v1alpha1_api.py
5049
client/api/node_v1beta1_api.py
5150
client/api/openid_api.py
5251
client/api/policy_api.py
@@ -58,7 +57,6 @@ client/api/scheduling_api.py
5857
client/api/scheduling_v1_api.py
5958
client/api/storage_api.py
6059
client/api/storage_v1_api.py
61-
client/api/storage_v1alpha1_api.py
6260
client/api/storage_v1beta1_api.py
6361
client/api/version_api.py
6462
client/api/well_known_api.py
@@ -149,6 +147,8 @@ client/models/v1_csi_node_driver.py
149147
client/models/v1_csi_node_list.py
150148
client/models/v1_csi_node_spec.py
151149
client/models/v1_csi_persistent_volume_source.py
150+
client/models/v1_csi_storage_capacity.py
151+
client/models/v1_csi_storage_capacity_list.py
152152
client/models/v1_csi_volume_source.py
153153
client/models/v1_custom_resource_column_definition.py
154154
client/models/v1_custom_resource_conversion.py
@@ -275,6 +275,7 @@ client/models/v1_network_policy_list.py
275275
client/models/v1_network_policy_peer.py
276276
client/models/v1_network_policy_port.py
277277
client/models/v1_network_policy_spec.py
278+
client/models/v1_network_policy_status.py
278279
client/models/v1_nfs_volume_source.py
279280
client/models/v1_node.py
280281
client/models/v1_node_address.py
@@ -459,13 +460,6 @@ client/models/v1_watch_event.py
459460
client/models/v1_webhook_conversion.py
460461
client/models/v1_weighted_pod_affinity_term.py
461462
client/models/v1_windows_security_context_options.py
462-
client/models/v1alpha1_csi_storage_capacity.py
463-
client/models/v1alpha1_csi_storage_capacity_list.py
464-
client/models/v1alpha1_overhead.py
465-
client/models/v1alpha1_runtime_class.py
466-
client/models/v1alpha1_runtime_class_list.py
467-
client/models/v1alpha1_runtime_class_spec.py
468-
client/models/v1alpha1_scheduling.py
469463
client/models/v1alpha1_server_storage_version.py
470464
client/models/v1alpha1_storage_version.py
471465
client/models/v1alpha1_storage_version_condition.py
@@ -680,7 +674,6 @@ docs/NetworkingApi.md
680674
docs/NetworkingV1Api.md
681675
docs/NodeApi.md
682676
docs/NodeV1Api.md
683-
docs/NodeV1alpha1Api.md
684677
docs/NodeV1beta1Api.md
685678
docs/OpenidApi.md
686679
docs/PolicyApi.md
@@ -693,7 +686,6 @@ docs/SchedulingV1Api.md
693686
docs/StorageApi.md
694687
docs/StorageV1Api.md
695688
docs/StorageV1TokenRequest.md
696-
docs/StorageV1alpha1Api.md
697689
docs/StorageV1beta1Api.md
698690
docs/V1APIGroup.md
699691
docs/V1APIGroupList.md
@@ -722,6 +714,8 @@ docs/V1CSINodeDriver.md
722714
docs/V1CSINodeList.md
723715
docs/V1CSINodeSpec.md
724716
docs/V1CSIPersistentVolumeSource.md
717+
docs/V1CSIStorageCapacity.md
718+
docs/V1CSIStorageCapacityList.md
725719
docs/V1CSIVolumeSource.md
726720
docs/V1Capabilities.md
727721
docs/V1CephFSPersistentVolumeSource.md
@@ -890,6 +884,7 @@ docs/V1NetworkPolicyList.md
890884
docs/V1NetworkPolicyPeer.md
891885
docs/V1NetworkPolicyPort.md
892886
docs/V1NetworkPolicySpec.md
887+
docs/V1NetworkPolicyStatus.md
893888
docs/V1Node.md
894889
docs/V1NodeAddress.md
895890
docs/V1NodeAffinity.md
@@ -1073,13 +1068,6 @@ docs/V1WatchEvent.md
10731068
docs/V1WebhookConversion.md
10741069
docs/V1WeightedPodAffinityTerm.md
10751070
docs/V1WindowsSecurityContextOptions.md
1076-
docs/V1alpha1CSIStorageCapacity.md
1077-
docs/V1alpha1CSIStorageCapacityList.md
1078-
docs/V1alpha1Overhead.md
1079-
docs/V1alpha1RuntimeClass.md
1080-
docs/V1alpha1RuntimeClassList.md
1081-
docs/V1alpha1RuntimeClassSpec.md
1082-
docs/V1alpha1Scheduling.md
10831071
docs/V1alpha1ServerStorageVersion.md
10841072
docs/V1alpha1StorageVersion.md
10851073
docs/V1alpha1StorageVersionCondition.md
@@ -1297,7 +1285,6 @@ test/test_networking_api.py
12971285
test/test_networking_v1_api.py
12981286
test/test_node_api.py
12991287
test/test_node_v1_api.py
1300-
test/test_node_v1alpha1_api.py
13011288
test/test_node_v1beta1_api.py
13021289
test/test_openid_api.py
13031290
test/test_policy_api.py
@@ -1310,7 +1297,6 @@ test/test_scheduling_v1_api.py
13101297
test/test_storage_api.py
13111298
test/test_storage_v1_api.py
13121299
test/test_storage_v1_token_request.py
1313-
test/test_storage_v1alpha1_api.py
13141300
test/test_storage_v1beta1_api.py
13151301
test/test_v1_affinity.py
13161302
test/test_v1_aggregation_rule.py
@@ -1380,6 +1366,8 @@ test/test_v1_csi_node_driver.py
13801366
test/test_v1_csi_node_list.py
13811367
test/test_v1_csi_node_spec.py
13821368
test/test_v1_csi_persistent_volume_source.py
1369+
test/test_v1_csi_storage_capacity.py
1370+
test/test_v1_csi_storage_capacity_list.py
13831371
test/test_v1_csi_volume_source.py
13841372
test/test_v1_custom_resource_column_definition.py
13851373
test/test_v1_custom_resource_conversion.py
@@ -1506,6 +1494,7 @@ test/test_v1_network_policy_list.py
15061494
test/test_v1_network_policy_peer.py
15071495
test/test_v1_network_policy_port.py
15081496
test/test_v1_network_policy_spec.py
1497+
test/test_v1_network_policy_status.py
15091498
test/test_v1_nfs_volume_source.py
15101499
test/test_v1_node.py
15111500
test/test_v1_node_address.py
@@ -1690,13 +1679,6 @@ test/test_v1_watch_event.py
16901679
test/test_v1_webhook_conversion.py
16911680
test/test_v1_weighted_pod_affinity_term.py
16921681
test/test_v1_windows_security_context_options.py
1693-
test/test_v1alpha1_csi_storage_capacity.py
1694-
test/test_v1alpha1_csi_storage_capacity_list.py
1695-
test/test_v1alpha1_overhead.py
1696-
test/test_v1alpha1_runtime_class.py
1697-
test/test_v1alpha1_runtime_class_list.py
1698-
test/test_v1alpha1_runtime_class_spec.py
1699-
test/test_v1alpha1_scheduling.py
17001682
test/test_v1alpha1_server_storage_version.py
17011683
test/test_v1alpha1_storage_version.py
17021684
test/test_v1alpha1_storage_version_condition.py
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cb3b5d4b3ede64087f819f32ac90ee68df18b3568d0c22098371a072038d2ed2
1+
295944c5473f12b943e877f16eb6feae15b5f0339e90d0a65dc9cae15bee4e9c

0 commit comments

Comments
 (0)