yandexcloud 0.339.0__py3-none-any.whl → 0.341.0__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 yandexcloud might be problematic. Click here for more details.

Files changed (115) hide show
  1. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.py +9 -3
  2. yandex/cloud/ai/assistants/v1/searchindex/common_pb2.pyi +46 -0
  3. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.py +8 -6
  4. yandex/cloud/ai/assistants/v1/searchindex/search_index_pb2.pyi +26 -3
  5. yandex/cloud/ai/batch_inference/__init__.py +0 -0
  6. yandex/cloud/ai/batch_inference/v1/__init__.py +0 -0
  7. yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2.py +67 -0
  8. yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2.pyi +195 -0
  9. yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2_grpc.py +230 -0
  10. yandex/cloud/ai/batch_inference/v1/batch_inference_service_pb2_grpc.pyi +104 -0
  11. yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.py +45 -0
  12. yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2.pyi +119 -0
  13. yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2_grpc.py +24 -0
  14. yandex/cloud/ai/batch_inference/v1/batch_inference_task_pb2_grpc.pyi +17 -0
  15. yandex/cloud/ai/batch_inference/v1/inference_options_pb2.py +52 -0
  16. yandex/cloud/ai/batch_inference/v1/inference_options_pb2.pyi +126 -0
  17. yandex/cloud/ai/batch_inference/v1/inference_options_pb2_grpc.py +24 -0
  18. yandex/cloud/ai/batch_inference/v1/inference_options_pb2_grpc.pyi +17 -0
  19. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.py +8 -8
  20. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2.pyi +15 -7
  21. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.py +2 -2
  22. yandex/cloud/ai/foundation_models/v1/text_classification/text_classification_service_pb2_grpc.pyi +6 -6
  23. yandex/cloud/ai/stt/v3/stt_pb2.py +5 -3
  24. yandex/cloud/ai/stt/v3/stt_pb2.pyi +16 -0
  25. yandex/cloud/ai/translate/v2/translation_service_pb2.pyi +1 -1
  26. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.py +8 -4
  27. yandex/cloud/ai/tuning/v1/tuning_service_pb2_grpc.pyi +16 -4
  28. yandex/cloud/ai/vision/v1/vision_service_pb2.pyi +1 -1
  29. yandex/cloud/billing/v1/budget_pb2.pyi +4 -4
  30. yandex/cloud/cdn/v1/shielding_pb2.py +37 -0
  31. yandex/cloud/cdn/v1/shielding_pb2.pyi +41 -0
  32. yandex/cloud/cdn/v1/shielding_pb2_grpc.py +24 -0
  33. yandex/cloud/cdn/v1/shielding_pb2_grpc.pyi +17 -0
  34. yandex/cloud/cdn/v1/shielding_service_pb2.py +89 -0
  35. yandex/cloud/cdn/v1/shielding_service_pb2.pyi +201 -0
  36. yandex/cloud/cdn/v1/shielding_service_pb2_grpc.py +281 -0
  37. yandex/cloud/cdn/v1/shielding_service_pb2_grpc.pyi +141 -0
  38. yandex/cloud/cloudregistry/v1/registry_service_pb2.py +6 -8
  39. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.py +40 -24
  40. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2.pyi +72 -0
  41. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.py +90 -0
  42. yandex/cloud/cloudrouter/v1/routing_instance_service_pb2_grpc.pyi +52 -0
  43. yandex/cloud/compute/v1/instancegroup/instance_group_pb2.pyi +1 -1
  44. yandex/cloud/compute/v1/instancegroup/instance_group_service_pb2.py +4 -4
  45. yandex/cloud/dataproc/v1/cluster_pb2.py +10 -10
  46. yandex/cloud/dataproc/v1/cluster_pb2.pyi +5 -1
  47. yandex/cloud/k8s/v1/cluster_service_pb2.py +80 -73
  48. yandex/cloud/k8s/v1/cluster_service_pb2_grpc.py +133 -0
  49. yandex/cloud/k8s/v1/cluster_service_pb2_grpc.pyi +61 -0
  50. yandex/cloud/kms/v1/symmetric_key_service_pb2.py +50 -48
  51. yandex/cloud/logging/v1/log_entry_pb2.py +12 -12
  52. yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2.py +46 -0
  53. yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2.pyi +53 -0
  54. yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2_grpc.py +24 -0
  55. yandex/cloud/mdb/clickhouse/v1/cluster_extension_pb2_grpc.pyi +17 -0
  56. yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2.py +106 -0
  57. yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2.pyi +248 -0
  58. yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2_grpc.py +315 -0
  59. yandex/cloud/mdb/clickhouse/v1/cluster_extension_service_pb2_grpc.pyi +131 -0
  60. yandex/cloud/mdb/clickhouse/v1/extension_pb2.py +44 -0
  61. yandex/cloud/mdb/clickhouse/v1/extension_pb2.pyi +59 -0
  62. yandex/cloud/mdb/clickhouse/v1/extension_pb2_grpc.py +24 -0
  63. yandex/cloud/mdb/clickhouse/v1/extension_pb2_grpc.pyi +17 -0
  64. yandex/cloud/mdb/clickhouse/v1/extension_service_pb2.py +60 -0
  65. yandex/cloud/mdb/clickhouse/v1/extension_service_pb2.pyi +72 -0
  66. yandex/cloud/mdb/clickhouse/v1/extension_service_pb2_grpc.py +141 -0
  67. yandex/cloud/mdb/clickhouse/v1/extension_service_pb2_grpc.pyi +59 -0
  68. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.py +59 -43
  69. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2.pyi +67 -0
  70. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.py +44 -0
  71. yandex/cloud/mdb/greenplum/v1/cluster_service_pb2_grpc.pyi +20 -0
  72. yandex/cloud/mdb/greenplum/v1/user_pb2.py +44 -0
  73. yandex/cloud/mdb/greenplum/v1/user_pb2.pyi +35 -0
  74. yandex/cloud/mdb/greenplum/v1/user_pb2_grpc.py +24 -0
  75. yandex/cloud/mdb/greenplum/v1/user_pb2_grpc.pyi +17 -0
  76. yandex/cloud/mdb/greenplum/v1/user_service_pb2.py +101 -0
  77. yandex/cloud/mdb/greenplum/v1/user_service_pb2.pyi +187 -0
  78. yandex/cloud/mdb/greenplum/v1/user_service_pb2_grpc.py +231 -0
  79. yandex/cloud/mdb/greenplum/v1/user_service_pb2_grpc.pyi +105 -0
  80. yandex/cloud/mdb/mysql/v1/user_pb2.py +4 -4
  81. yandex/cloud/mdb/mysql/v1/user_pb2.pyi +4 -0
  82. yandex/cloud/mdb/opensearch/v1/extension/__init__.py +0 -0
  83. yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2.py +37 -0
  84. yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2.pyi +34 -0
  85. yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2_grpc.py +24 -0
  86. yandex/cloud/mdb/opensearch/v1/extension/extension_type_pb2_grpc.pyi +17 -0
  87. yandex/cloud/mdb/opensearch/v1/extension_pb2.py +47 -0
  88. yandex/cloud/mdb/opensearch/v1/extension_pb2.pyi +77 -0
  89. yandex/cloud/mdb/opensearch/v1/extension_pb2_grpc.py +24 -0
  90. yandex/cloud/mdb/opensearch/v1/extension_pb2_grpc.pyi +17 -0
  91. yandex/cloud/mdb/opensearch/v1/extension_service_pb2.py +104 -0
  92. yandex/cloud/mdb/opensearch/v1/extension_service_pb2.pyi +215 -0
  93. yandex/cloud/mdb/opensearch/v1/extension_service_pb2_grpc.py +276 -0
  94. yandex/cloud/mdb/opensearch/v1/extension_service_pb2_grpc.pyi +126 -0
  95. yandex/cloud/mdb/spqr/v1/cluster_service_pb2.py +120 -120
  96. yandex/cloud/mdb/spqr/v1/cluster_service_pb2.pyi +8 -2
  97. yandex/cloud/monitoring/v3/timeline_pb2.py +2 -2
  98. yandex/cloud/monitoring/v3/timeline_pb2.pyi +4 -2
  99. yandex/cloud/organizationmanager/v1/user_account_pb2.pyi +1 -1
  100. yandex/cloud/video/v1/channel_service_pb2.pyi +5 -2
  101. yandex/cloud/video/v1/episode_service_pb2.pyi +5 -2
  102. yandex/cloud/video/v1/playlist_service_pb2.pyi +5 -2
  103. yandex/cloud/video/v1/stream_line_service_pb2.pyi +5 -2
  104. yandex/cloud/video/v1/stream_service_pb2.pyi +5 -2
  105. yandex/cloud/video/v1/video_service_pb2.pyi +5 -2
  106. yandexcloud/__init__.py +1 -1
  107. yandexcloud/_sdk.py +1 -0
  108. yandexcloud/_wrappers/__init__.py +15 -0
  109. yandexcloud/_wrappers/spark/__init__.py +603 -0
  110. {yandexcloud-0.339.0.dist-info → yandexcloud-0.341.0.dist-info}/METADATA +2 -1
  111. {yandexcloud-0.339.0.dist-info → yandexcloud-0.341.0.dist-info}/RECORD +115 -55
  112. {yandexcloud-0.339.0.dist-info → yandexcloud-0.341.0.dist-info}/AUTHORS +0 -0
  113. {yandexcloud-0.339.0.dist-info → yandexcloud-0.341.0.dist-info}/LICENSE +0 -0
  114. {yandexcloud-0.339.0.dist-info → yandexcloud-0.341.0.dist-info}/WHEEL +0 -0
  115. {yandexcloud-0.339.0.dist-info → yandexcloud-0.341.0.dist-info}/top_level.txt +0 -0
@@ -25,6 +25,7 @@ _sym_db = _symbol_database.Default()
25
25
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
26
  from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
27
27
  from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
28
+ from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
28
29
  from yandex.cloud.api import operation_pb2 as yandex_dot_cloud_dot_api_dot_operation__pb2
29
30
  from yandex.cloud.k8s.v1 import cluster_pb2 as yandex_dot_cloud_dot_k8s_dot_v1_dot_cluster__pb2
30
31
  from yandex.cloud.k8s.v1 import node_pb2 as yandex_dot_cloud_dot_k8s_dot_v1_dot_node__pb2
@@ -34,7 +35,7 @@ from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operati
34
35
  from yandex.cloud import validation_pb2 as yandex_dot_cloud_dot_validation__pb2
35
36
 
36
37
 
37
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/k8s/v1/cluster_service.proto\x12\x13yandex.cloud.k8s.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/api/operation.proto\x1a!yandex/cloud/k8s/v1/cluster.proto\x1a\x1eyandex/cloud/k8s/v1/node.proto\x1a$yandex/cloud/k8s/v1/node_group.proto\x1a!yandex/cloud/k8s/v1/version.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"-\n\x11GetClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x88\x01\n\x13ListClustersRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"_\n\x14ListClustersResponse\x12.\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.k8s.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"0\n\x14\x44\x65leteClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\".\n\x12StopClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"/\n\x13StartClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xab\x05\n\x14UpdateClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8a\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x35.yandex.cloud.k8s.v1.UpdateClusterRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12(\n\x14gateway_ipv4_address\x18\x06 \x01(\tB\x08\x8a\xc8\x31\x04<=15H\x00\x12:\n\x0bmaster_spec\x18\x07 \x01(\x0b\x32%.yandex.cloud.k8s.v1.MasterUpdateSpec\x12\x1a\n\x12service_account_id\x18\t \x01(\t\x12\x1f\n\x17node_service_account_id\x18\x08 \x01(\t\x12:\n\x0enetwork_policy\x18\n \x01(\x0b\x32\".yandex.cloud.k8s.v1.NetworkPolicy\x12\x45\n\x14ip_allocation_policy\x18\x0b \x01(\x0b\x32\'.yandex.cloud.k8s.v1.IPAllocationPolicy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10internet_gateway\"\xb1\x03\n\x10MasterUpdateSpec\x12\x37\n\x07version\x18\x01 \x01(\x0b\x32&.yandex.cloud.k8s.v1.UpdateVersionSpec\x12H\n\x12maintenance_policy\x18\x02 \x01(\x0b\x32,.yandex.cloud.k8s.v1.MasterMaintenancePolicy\x12\x1a\n\x12security_group_ids\x18\x03 \x03(\t\x12:\n\x0emaster_logging\x18\x04 \x01(\x0b\x32\".yandex.cloud.k8s.v1.MasterLogging\x12\x34\n\tlocations\x18\x05 \x03(\x0b\x32!.yandex.cloud.k8s.v1.LocationSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x06 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12@\n\x0cscale_policy\x18\x07 \x01(\x0b\x32*.yandex.cloud.k8s.v1.MasterScalePolicySpec\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xd4\x06\n\x14\x43reateClusterRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8a\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x35.yandex.cloud.k8s.v1.CreateClusterRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x18\n\nnetwork_id\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12:\n\x0bmaster_spec\x18\x06 \x01(\x0b\x32\x1f.yandex.cloud.k8s.v1.MasterSpecB\x04\xe8\xc7\x31\x01\x12\x45\n\x14ip_allocation_policy\x18\x07 \x01(\x0b\x32\'.yandex.cloud.k8s.v1.IPAllocationPolicy\x12\x1e\n\x14gateway_ipv4_address\x18\x08 \x01(\tH\x00\x12 \n\x12service_account_id\x18\t \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17node_service_account_id\x18\n \x01(\tB\x04\xe8\xc7\x31\x01\x12<\n\x0frelease_channel\x18\x0b \x01(\x0e\x32#.yandex.cloud.k8s.v1.ReleaseChannel\x12:\n\x0enetwork_policy\x18\x0c \x01(\x0b\x32\".yandex.cloud.k8s.v1.NetworkPolicy\x12\x36\n\x0ckms_provider\x18\r \x01(\x0b\x32 .yandex.cloud.k8s.v1.KMSProvider\x12-\n\x06\x63ilium\x18\x0e \x01(\x0b\x32\x1b.yandex.cloud.k8s.v1.CiliumH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10internet_gatewayB\x18\n\x16network_implementation\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"/\n\x19\x41utoUpgradeMasterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\x92\x01\n\x1cListClusterOperationsRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"o\n\x1dListClusterOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x01\n\x1cListClusterNodeGroupsRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"m\n\x1dListClusterNodeGroupsResponse\x12\x33\n\x0bnode_groups\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.k8s.v1.NodeGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"q\n\x17ListClusterNodesRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"]\n\x18ListClusterNodesResponse\x12(\n\x05nodes\x18\x01 \x03(\x0b\x32\x19.yandex.cloud.k8s.v1.Node\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x96\x05\n\nMasterSpec\x12\x41\n\x11zonal_master_spec\x18\x01 \x01(\x0b\x32$.yandex.cloud.k8s.v1.ZonalMasterSpecH\x00\x12G\n\x14regional_master_spec\x18\x02 \x01(\x0b\x32\'.yandex.cloud.k8s.v1.RegionalMasterSpecH\x00\x12\x34\n\tlocations\x18\x08 \x03(\x0b\x32!.yandex.cloud.k8s.v1.LocationSpec\x12$\n\x11\x65tcd_cluster_size\x18\t \x01(\x03\x42\t\xfa\xc7\x31\x05\x30,1,3\x12J\n\x18\x65xternal_v4_address_spec\x18\n \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x0b \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12\x0f\n\x07version\x18\x03 \x01(\t\x12H\n\x12maintenance_policy\x18\x04 \x01(\x0b\x32,.yandex.cloud.k8s.v1.MasterMaintenancePolicy\x12\x1a\n\x12security_group_ids\x18\x06 \x03(\t\x12:\n\x0emaster_logging\x18\x07 \x01(\x0b\x32\".yandex.cloud.k8s.v1.MasterLogging\x12@\n\x0cscale_policy\x18\x0c \x01(\x0b\x32*.yandex.cloud.k8s.v1.MasterScalePolicySpecB\r\n\x0bmaster_typeJ\x04\x08\x05\x10\x06\"\xc0\x01\n\x0fZonalMasterSpec\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12J\n\x18internal_v4_address_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.k8s.v1.InternalAddressSpec\x12J\n\x18\x65xternal_v4_address_spec\x18\x03 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"\xfd\x01\n\x12RegionalMasterSpec\x12\x17\n\tregion_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x36\n\tlocations\x18\x02 \x03(\x0b\x32#.yandex.cloud.k8s.v1.MasterLocation\x12J\n\x18\x65xternal_v4_address_spec\x18\x03 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x04 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"(\n\x13InternalAddressSpec\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\"&\n\x13\x45xternalAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\"s\n\x0eMasterLocation\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12J\n\x18internal_v4_address_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.k8s.v1.InternalAddressSpec\"8\n\x0cLocationSpec\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\"q\n\x1cRescheduleMaintenanceRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x37\n\rdelayed_until\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\"3\n\x1dRescheduleMaintenanceMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xa8\x02\n\x15MasterScalePolicySpec\x12L\n\x0b\x66ixed_scale\x18\x01 \x01(\x0b\x32\x35.yandex.cloud.k8s.v1.MasterScalePolicySpec.FixedScaleH\x00\x12J\n\nauto_scale\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.k8s.v1.MasterScalePolicySpec.AutoScaleH\x00\x1a.\n\nFixedScale\x12 \n\x12resource_preset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x1a\x31\n\tAutoScale\x12$\n\x16min_resource_preset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x42\x12\n\nscale_type\x12\x04\xc0\xc1\x31\x01\x32\xc1\x0f\n\x0e\x43lusterService\x12\x81\x01\n\x03Get\x12&.yandex.cloud.k8s.v1.GetClusterRequest\x1a\x1c.yandex.cloud.k8s.v1.Cluster\"4\x82\xd3\xe4\x93\x02.\x12,/managed-kubernetes/v1/clusters/{cluster_id}\x12\x84\x01\n\x04List\x12(.yandex.cloud.k8s.v1.ListClustersRequest\x1a).yandex.cloud.k8s.v1.ListClustersResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/managed-kubernetes/v1/clusters\x12\xa6\x01\n\x06\x43reate\x12).yandex.cloud.k8s.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02$\"\x1f/managed-kubernetes/v1/clusters:\x01*\x12\xb3\x01\n\x06Update\x12).yandex.cloud.k8s.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x31\x32,/managed-kubernetes/v1/clusters/{cluster_id}:\x01*\x12\xbe\x01\n\x06\x44\x65lete\x12).yandex.cloud.k8s.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02.*,/managed-kubernetes/v1/clusters/{cluster_id}\x12\xb2\x01\n\x04Stop\x12\'.yandex.cloud.k8s.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x36\"1/managed-kubernetes/v1/clusters/{cluster_id}:stop:\x01*\x12\xb6\x01\n\x05Start\x12(.yandex.cloud.k8s.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"`\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x37\"2/managed-kubernetes/v1/clusters/{cluster_id}:start:\x01*\x12\xf8\x01\n\x15RescheduleMaintenance\x12\x31.yandex.cloud.k8s.v1.RescheduleMaintenanceRequest\x1a!.yandex.cloud.operation.Operation\"\x88\x01\xb2\xd2*6\n\x1dRescheduleMaintenanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02H\"C/managed-kubernetes/v1/clusters/{cluster_id}:reschedule-maintenance:\x01*\x12\xb8\x01\n\x0eListNodeGroups\x12\x31.yandex.cloud.k8s.v1.ListClusterNodeGroupsRequest\x1a\x32.yandex.cloud.k8s.v1.ListClusterNodeGroupsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-kubernetes/v1/clusters/{cluster_id}/nodeGroups\x12\xb8\x01\n\x0eListOperations\x12\x31.yandex.cloud.k8s.v1.ListClusterOperationsRequest\x1a\x32.yandex.cloud.k8s.v1.ListClusterOperationsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-kubernetes/v1/clusters/{cluster_id}/operations\x12\xa4\x01\n\tListNodes\x12,.yandex.cloud.k8s.v1.ListClusterNodesRequest\x1a-.yandex.cloud.k8s.v1.ListClusterNodesResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/managed-kubernetes/v1/clusters/{cluster_id}/nodesBV\n\x17yandex.cloud.api.k8s.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/k8s/v1;k8sb\x06proto3')
38
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n)yandex/cloud/k8s/v1/cluster_service.proto\x12\x13yandex.cloud.k8s.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/api/annotations.proto\x1a google/protobuf/field_mask.proto\x1a yandex/cloud/access/access.proto\x1a yandex/cloud/api/operation.proto\x1a!yandex/cloud/k8s/v1/cluster.proto\x1a\x1eyandex/cloud/k8s/v1/node.proto\x1a$yandex/cloud/k8s/v1/node_group.proto\x1a!yandex/cloud/k8s/v1/version.proto\x1a&yandex/cloud/operation/operation.proto\x1a\x1dyandex/cloud/validation.proto\"-\n\x11GetClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"\x88\x01\n\x13ListClustersRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"_\n\x14ListClustersResponse\x12.\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\x1c.yandex.cloud.k8s.v1.Cluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"0\n\x14\x44\x65leteClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"+\n\x15\x44\x65leteClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\".\n\x12StopClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\")\n\x13StopClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"/\n\x13StartClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\"*\n\x14StartClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xab\x05\n\x14UpdateClusterRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\x12\x32\n\x04name\x18\x03 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x04 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8a\x01\n\x06labels\x18\x05 \x03(\x0b\x32\x35.yandex.cloud.k8s.v1.UpdateClusterRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12(\n\x14gateway_ipv4_address\x18\x06 \x01(\tB\x08\x8a\xc8\x31\x04<=15H\x00\x12:\n\x0bmaster_spec\x18\x07 \x01(\x0b\x32%.yandex.cloud.k8s.v1.MasterUpdateSpec\x12\x1a\n\x12service_account_id\x18\t \x01(\t\x12\x1f\n\x17node_service_account_id\x18\x08 \x01(\t\x12:\n\x0enetwork_policy\x18\n \x01(\x0b\x32\".yandex.cloud.k8s.v1.NetworkPolicy\x12\x45\n\x14ip_allocation_policy\x18\x0b \x01(\x0b\x32\'.yandex.cloud.k8s.v1.IPAllocationPolicy\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10internet_gateway\"\xb1\x03\n\x10MasterUpdateSpec\x12\x37\n\x07version\x18\x01 \x01(\x0b\x32&.yandex.cloud.k8s.v1.UpdateVersionSpec\x12H\n\x12maintenance_policy\x18\x02 \x01(\x0b\x32,.yandex.cloud.k8s.v1.MasterMaintenancePolicy\x12\x1a\n\x12security_group_ids\x18\x03 \x03(\t\x12:\n\x0emaster_logging\x18\x04 \x01(\x0b\x32\".yandex.cloud.k8s.v1.MasterLogging\x12\x34\n\tlocations\x18\x05 \x03(\x0b\x32!.yandex.cloud.k8s.v1.LocationSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x06 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12@\n\x0cscale_policy\x18\x07 \x01(\x0b\x32*.yandex.cloud.k8s.v1.MasterScalePolicySpec\"+\n\x15UpdateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xd4\x06\n\x14\x43reateClusterRequest\x12\x17\n\tfolder_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x32\n\x04name\x18\x02 \x01(\tB$\xf2\xc7\x31 |[a-z]([-a-z0-9]{0,61}[a-z0-9])?\x12\x1e\n\x0b\x64\x65scription\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=256\x12\x8a\x01\n\x06labels\x18\x04 \x03(\x0b\x32\x35.yandex.cloud.k8s.v1.CreateClusterRequest.LabelsEntryBC\xf2\xc7\x31\x0f[-_./\\@0-9a-z]*\x82\xc8\x31\x04<=64\x8a\xc8\x31\x04<=63\xb2\xc8\x31\x1c\x12\x14[a-z][-_./\\@0-9a-z]*\x1a\x04\x31-63\x12\x18\n\nnetwork_id\x18\x05 \x01(\tB\x04\xe8\xc7\x31\x01\x12:\n\x0bmaster_spec\x18\x06 \x01(\x0b\x32\x1f.yandex.cloud.k8s.v1.MasterSpecB\x04\xe8\xc7\x31\x01\x12\x45\n\x14ip_allocation_policy\x18\x07 \x01(\x0b\x32\'.yandex.cloud.k8s.v1.IPAllocationPolicy\x12\x1e\n\x14gateway_ipv4_address\x18\x08 \x01(\tH\x00\x12 \n\x12service_account_id\x18\t \x01(\tB\x04\xe8\xc7\x31\x01\x12%\n\x17node_service_account_id\x18\n \x01(\tB\x04\xe8\xc7\x31\x01\x12<\n\x0frelease_channel\x18\x0b \x01(\x0e\x32#.yandex.cloud.k8s.v1.ReleaseChannel\x12:\n\x0enetwork_policy\x18\x0c \x01(\x0b\x32\".yandex.cloud.k8s.v1.NetworkPolicy\x12\x36\n\x0ckms_provider\x18\r \x01(\x0b\x32 .yandex.cloud.k8s.v1.KMSProvider\x12-\n\x06\x63ilium\x18\x0e \x01(\x0b\x32\x1b.yandex.cloud.k8s.v1.CiliumH\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10internet_gatewayB\x18\n\x16network_implementation\"+\n\x15\x43reateClusterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"/\n\x19\x41utoUpgradeMasterMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\x92\x01\n\x1cListClusterOperationsRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"o\n\x1dListClusterOperationsResponse\x12\x35\n\noperations\x18\x01 \x03(\x0b\x32!.yandex.cloud.operation.Operation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x92\x01\n\x1cListClusterNodeGroupsRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\x12\x1a\n\x06\x66ilter\x18\x04 \x01(\tB\n\x8a\xc8\x31\x06<=1000\"m\n\x1dListClusterNodeGroupsResponse\x12\x33\n\x0bnode_groups\x18\x01 \x03(\x0b\x32\x1e.yandex.cloud.k8s.v1.NodeGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"q\n\x17ListClusterNodesRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x1d\n\tpage_size\x18\x02 \x01(\x03\x42\n\xfa\xc7\x31\x06\x30-1000\x12\x1d\n\npage_token\x18\x03 \x01(\tB\t\x8a\xc8\x31\x05<=100\"]\n\x18ListClusterNodesResponse\x12(\n\x05nodes\x18\x01 \x03(\x0b\x32\x19.yandex.cloud.k8s.v1.Node\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x96\x05\n\nMasterSpec\x12\x41\n\x11zonal_master_spec\x18\x01 \x01(\x0b\x32$.yandex.cloud.k8s.v1.ZonalMasterSpecH\x00\x12G\n\x14regional_master_spec\x18\x02 \x01(\x0b\x32\'.yandex.cloud.k8s.v1.RegionalMasterSpecH\x00\x12\x34\n\tlocations\x18\x08 \x03(\x0b\x32!.yandex.cloud.k8s.v1.LocationSpec\x12$\n\x11\x65tcd_cluster_size\x18\t \x01(\x03\x42\t\xfa\xc7\x31\x05\x30,1,3\x12J\n\x18\x65xternal_v4_address_spec\x18\n \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x0b \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12\x0f\n\x07version\x18\x03 \x01(\t\x12H\n\x12maintenance_policy\x18\x04 \x01(\x0b\x32,.yandex.cloud.k8s.v1.MasterMaintenancePolicy\x12\x1a\n\x12security_group_ids\x18\x06 \x03(\t\x12:\n\x0emaster_logging\x18\x07 \x01(\x0b\x32\".yandex.cloud.k8s.v1.MasterLogging\x12@\n\x0cscale_policy\x18\x0c \x01(\x0b\x32*.yandex.cloud.k8s.v1.MasterScalePolicySpecB\r\n\x0bmaster_typeJ\x04\x08\x05\x10\x06\"\xc0\x01\n\x0fZonalMasterSpec\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12J\n\x18internal_v4_address_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.k8s.v1.InternalAddressSpec\x12J\n\x18\x65xternal_v4_address_spec\x18\x03 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"\xfd\x01\n\x12RegionalMasterSpec\x12\x17\n\tregion_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x36\n\tlocations\x18\x02 \x03(\x0b\x32#.yandex.cloud.k8s.v1.MasterLocation\x12J\n\x18\x65xternal_v4_address_spec\x18\x03 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\x12J\n\x18\x65xternal_v6_address_spec\x18\x04 \x01(\x0b\x32(.yandex.cloud.k8s.v1.ExternalAddressSpec\"(\n\x13InternalAddressSpec\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\"&\n\x13\x45xternalAddressSpec\x12\x0f\n\x07\x61\x64\x64ress\x18\x01 \x01(\t\"s\n\x0eMasterLocation\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12J\n\x18internal_v4_address_spec\x18\x02 \x01(\x0b\x32(.yandex.cloud.k8s.v1.InternalAddressSpec\"8\n\x0cLocationSpec\x12\x15\n\x07zone_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x11\n\tsubnet_id\x18\x02 \x01(\t\"q\n\x1cRescheduleMaintenanceRequest\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x12\x37\n\rdelayed_until\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe8\xc7\x31\x01\"3\n\x1dRescheduleMaintenanceMetadata\x12\x12\n\ncluster_id\x18\x01 \x01(\t\"\xa8\x02\n\x15MasterScalePolicySpec\x12L\n\x0b\x66ixed_scale\x18\x01 \x01(\x0b\x32\x35.yandex.cloud.k8s.v1.MasterScalePolicySpec.FixedScaleH\x00\x12J\n\nauto_scale\x18\x02 \x01(\x0b\x32\x34.yandex.cloud.k8s.v1.MasterScalePolicySpec.AutoScaleH\x00\x1a.\n\nFixedScale\x12 \n\x12resource_preset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x1a\x31\n\tAutoScale\x12$\n\x16min_resource_preset_id\x18\x01 \x01(\tB\x04\xe8\xc7\x31\x01\x42\x12\n\nscale_type\x12\x04\xc0\xc1\x31\x01\x32\x91\x15\n\x0e\x43lusterService\x12\x81\x01\n\x03Get\x12&.yandex.cloud.k8s.v1.GetClusterRequest\x1a\x1c.yandex.cloud.k8s.v1.Cluster\"4\x82\xd3\xe4\x93\x02.\x12,/managed-kubernetes/v1/clusters/{cluster_id}\x12\x84\x01\n\x04List\x12(.yandex.cloud.k8s.v1.ListClustersRequest\x1a).yandex.cloud.k8s.v1.ListClustersResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/managed-kubernetes/v1/clusters\x12\xa6\x01\n\x06\x43reate\x12).yandex.cloud.k8s.v1.CreateClusterRequest\x1a!.yandex.cloud.operation.Operation\"N\xb2\xd2* \n\x15\x43reateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02$\"\x1f/managed-kubernetes/v1/clusters:\x01*\x12\xb3\x01\n\x06Update\x12).yandex.cloud.k8s.v1.UpdateClusterRequest\x1a!.yandex.cloud.operation.Operation\"[\xb2\xd2* \n\x15UpdateClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x31\x32,/managed-kubernetes/v1/clusters/{cluster_id}:\x01*\x12\xbe\x01\n\x06\x44\x65lete\x12).yandex.cloud.k8s.v1.DeleteClusterRequest\x1a!.yandex.cloud.operation.Operation\"f\xb2\xd2*.\n\x15\x44\x65leteClusterMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02.*,/managed-kubernetes/v1/clusters/{cluster_id}\x12\xb2\x01\n\x04Stop\x12\'.yandex.cloud.k8s.v1.StopClusterRequest\x1a!.yandex.cloud.operation.Operation\"^\xb2\xd2*\x1e\n\x13StopClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x36\"1/managed-kubernetes/v1/clusters/{cluster_id}:stop:\x01*\x12\xb6\x01\n\x05Start\x12(.yandex.cloud.k8s.v1.StartClusterRequest\x1a!.yandex.cloud.operation.Operation\"`\xb2\xd2*\x1f\n\x14StartClusterMetadata\x12\x07\x43luster\x82\xd3\xe4\x93\x02\x37\"2/managed-kubernetes/v1/clusters/{cluster_id}:start:\x01*\x12\xf8\x01\n\x15RescheduleMaintenance\x12\x31.yandex.cloud.k8s.v1.RescheduleMaintenanceRequest\x1a!.yandex.cloud.operation.Operation\"\x88\x01\xb2\xd2*6\n\x1dRescheduleMaintenanceMetadata\x12\x15google.protobuf.Empty\x82\xd3\xe4\x93\x02H\"C/managed-kubernetes/v1/clusters/{cluster_id}:reschedule-maintenance:\x01*\x12\xb8\x01\n\x0eListNodeGroups\x12\x31.yandex.cloud.k8s.v1.ListClusterNodeGroupsRequest\x1a\x32.yandex.cloud.k8s.v1.ListClusterNodeGroupsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-kubernetes/v1/clusters/{cluster_id}/nodeGroups\x12\xb8\x01\n\x0eListOperations\x12\x31.yandex.cloud.k8s.v1.ListClusterOperationsRequest\x1a\x32.yandex.cloud.k8s.v1.ListClusterOperationsResponse\"?\x82\xd3\xe4\x93\x02\x39\x12\x37/managed-kubernetes/v1/clusters/{cluster_id}/operations\x12\xa4\x01\n\tListNodes\x12,.yandex.cloud.k8s.v1.ListClusterNodesRequest\x1a-.yandex.cloud.k8s.v1.ListClusterNodesResponse\":\x82\xd3\xe4\x93\x02\x34\x12\x32/managed-kubernetes/v1/clusters/{cluster_id}/nodes\x12\xbf\x01\n\x12ListAccessBindings\x12..yandex.cloud.access.ListAccessBindingsRequest\x1a/.yandex.cloud.access.ListAccessBindingsResponse\"H\x82\xd3\xe4\x93\x02\x42\x12@/managed-kubernetes/v1/clusters/{resource_id}:listAccessBindings\x12\xfe\x01\n\x11SetAccessBindings\x12-.yandex.cloud.access.SetAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x96\x01\xb2\xd2*H\n access.SetAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02\x44\"?/managed-kubernetes/v1/clusters/{resource_id}:setAccessBindings:\x01*\x12\x8a\x02\n\x14UpdateAccessBindings\x12\x30.yandex.cloud.access.UpdateAccessBindingsRequest\x1a!.yandex.cloud.operation.Operation\"\x9c\x01\xb2\xd2*K\n#access.UpdateAccessBindingsMetadata\x12$access.AccessBindingsOperationResult\x82\xd3\xe4\x93\x02G2B/managed-kubernetes/v1/clusters/{resource_id}:updateAccessBindings:\x01*BV\n\x17yandex.cloud.api.k8s.v1Z;github.com/yandex-cloud/go-genproto/yandex/cloud/k8s/v1;k8sb\x06proto3')
38
39
 
39
40
  _globals = globals()
40
41
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -152,76 +153,82 @@ if not _descriptor._USE_C_DESCRIPTORS:
152
153
  _globals['_CLUSTERSERVICE'].methods_by_name['ListOperations']._serialized_options = b'\202\323\344\223\0029\0227/managed-kubernetes/v1/clusters/{cluster_id}/operations'
153
154
  _globals['_CLUSTERSERVICE'].methods_by_name['ListNodes']._loaded_options = None
154
155
  _globals['_CLUSTERSERVICE'].methods_by_name['ListNodes']._serialized_options = b'\202\323\344\223\0024\0222/managed-kubernetes/v1/clusters/{cluster_id}/nodes'
155
- _globals['_GETCLUSTERREQUEST']._serialized_start=408
156
- _globals['_GETCLUSTERREQUEST']._serialized_end=453
157
- _globals['_LISTCLUSTERSREQUEST']._serialized_start=456
158
- _globals['_LISTCLUSTERSREQUEST']._serialized_end=592
159
- _globals['_LISTCLUSTERSRESPONSE']._serialized_start=594
160
- _globals['_LISTCLUSTERSRESPONSE']._serialized_end=689
161
- _globals['_DELETECLUSTERREQUEST']._serialized_start=691
162
- _globals['_DELETECLUSTERREQUEST']._serialized_end=739
163
- _globals['_DELETECLUSTERMETADATA']._serialized_start=741
164
- _globals['_DELETECLUSTERMETADATA']._serialized_end=784
165
- _globals['_STOPCLUSTERREQUEST']._serialized_start=786
166
- _globals['_STOPCLUSTERREQUEST']._serialized_end=832
167
- _globals['_STOPCLUSTERMETADATA']._serialized_start=834
168
- _globals['_STOPCLUSTERMETADATA']._serialized_end=875
169
- _globals['_STARTCLUSTERREQUEST']._serialized_start=877
170
- _globals['_STARTCLUSTERREQUEST']._serialized_end=924
171
- _globals['_STARTCLUSTERMETADATA']._serialized_start=926
172
- _globals['_STARTCLUSTERMETADATA']._serialized_end=968
173
- _globals['_UPDATECLUSTERREQUEST']._serialized_start=971
174
- _globals['_UPDATECLUSTERREQUEST']._serialized_end=1654
175
- _globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1589
176
- _globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1634
177
- _globals['_MASTERUPDATESPEC']._serialized_start=1657
178
- _globals['_MASTERUPDATESPEC']._serialized_end=2090
179
- _globals['_UPDATECLUSTERMETADATA']._serialized_start=2092
180
- _globals['_UPDATECLUSTERMETADATA']._serialized_end=2135
181
- _globals['_CREATECLUSTERREQUEST']._serialized_start=2138
182
- _globals['_CREATECLUSTERREQUEST']._serialized_end=2990
183
- _globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1589
184
- _globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1634
185
- _globals['_CREATECLUSTERMETADATA']._serialized_start=2992
186
- _globals['_CREATECLUSTERMETADATA']._serialized_end=3035
187
- _globals['_AUTOUPGRADEMASTERMETADATA']._serialized_start=3037
188
- _globals['_AUTOUPGRADEMASTERMETADATA']._serialized_end=3084
189
- _globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=3087
190
- _globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=3233
191
- _globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=3235
192
- _globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=3346
193
- _globals['_LISTCLUSTERNODEGROUPSREQUEST']._serialized_start=3349
194
- _globals['_LISTCLUSTERNODEGROUPSREQUEST']._serialized_end=3495
195
- _globals['_LISTCLUSTERNODEGROUPSRESPONSE']._serialized_start=3497
196
- _globals['_LISTCLUSTERNODEGROUPSRESPONSE']._serialized_end=3606
197
- _globals['_LISTCLUSTERNODESREQUEST']._serialized_start=3608
198
- _globals['_LISTCLUSTERNODESREQUEST']._serialized_end=3721
199
- _globals['_LISTCLUSTERNODESRESPONSE']._serialized_start=3723
200
- _globals['_LISTCLUSTERNODESRESPONSE']._serialized_end=3816
201
- _globals['_MASTERSPEC']._serialized_start=3819
202
- _globals['_MASTERSPEC']._serialized_end=4481
203
- _globals['_ZONALMASTERSPEC']._serialized_start=4484
204
- _globals['_ZONALMASTERSPEC']._serialized_end=4676
205
- _globals['_REGIONALMASTERSPEC']._serialized_start=4679
206
- _globals['_REGIONALMASTERSPEC']._serialized_end=4932
207
- _globals['_INTERNALADDRESSSPEC']._serialized_start=4934
208
- _globals['_INTERNALADDRESSSPEC']._serialized_end=4974
209
- _globals['_EXTERNALADDRESSSPEC']._serialized_start=4976
210
- _globals['_EXTERNALADDRESSSPEC']._serialized_end=5014
211
- _globals['_MASTERLOCATION']._serialized_start=5016
212
- _globals['_MASTERLOCATION']._serialized_end=5131
213
- _globals['_LOCATIONSPEC']._serialized_start=5133
214
- _globals['_LOCATIONSPEC']._serialized_end=5189
215
- _globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_start=5191
216
- _globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_end=5304
217
- _globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_start=5306
218
- _globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_end=5357
219
- _globals['_MASTERSCALEPOLICYSPEC']._serialized_start=5360
220
- _globals['_MASTERSCALEPOLICYSPEC']._serialized_end=5656
221
- _globals['_MASTERSCALEPOLICYSPEC_FIXEDSCALE']._serialized_start=5539
222
- _globals['_MASTERSCALEPOLICYSPEC_FIXEDSCALE']._serialized_end=5585
223
- _globals['_MASTERSCALEPOLICYSPEC_AUTOSCALE']._serialized_start=5587
224
- _globals['_MASTERSCALEPOLICYSPEC_AUTOSCALE']._serialized_end=5636
225
- _globals['_CLUSTERSERVICE']._serialized_start=5659
226
- _globals['_CLUSTERSERVICE']._serialized_end=7644
156
+ _globals['_CLUSTERSERVICE'].methods_by_name['ListAccessBindings']._loaded_options = None
157
+ _globals['_CLUSTERSERVICE'].methods_by_name['ListAccessBindings']._serialized_options = b'\202\323\344\223\002B\022@/managed-kubernetes/v1/clusters/{resource_id}:listAccessBindings'
158
+ _globals['_CLUSTERSERVICE'].methods_by_name['SetAccessBindings']._loaded_options = None
159
+ _globals['_CLUSTERSERVICE'].methods_by_name['SetAccessBindings']._serialized_options = b'\262\322*H\n access.SetAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002D\"?/managed-kubernetes/v1/clusters/{resource_id}:setAccessBindings:\001*'
160
+ _globals['_CLUSTERSERVICE'].methods_by_name['UpdateAccessBindings']._loaded_options = None
161
+ _globals['_CLUSTERSERVICE'].methods_by_name['UpdateAccessBindings']._serialized_options = b'\262\322*K\n#access.UpdateAccessBindingsMetadata\022$access.AccessBindingsOperationResult\202\323\344\223\002G2B/managed-kubernetes/v1/clusters/{resource_id}:updateAccessBindings:\001*'
162
+ _globals['_GETCLUSTERREQUEST']._serialized_start=442
163
+ _globals['_GETCLUSTERREQUEST']._serialized_end=487
164
+ _globals['_LISTCLUSTERSREQUEST']._serialized_start=490
165
+ _globals['_LISTCLUSTERSREQUEST']._serialized_end=626
166
+ _globals['_LISTCLUSTERSRESPONSE']._serialized_start=628
167
+ _globals['_LISTCLUSTERSRESPONSE']._serialized_end=723
168
+ _globals['_DELETECLUSTERREQUEST']._serialized_start=725
169
+ _globals['_DELETECLUSTERREQUEST']._serialized_end=773
170
+ _globals['_DELETECLUSTERMETADATA']._serialized_start=775
171
+ _globals['_DELETECLUSTERMETADATA']._serialized_end=818
172
+ _globals['_STOPCLUSTERREQUEST']._serialized_start=820
173
+ _globals['_STOPCLUSTERREQUEST']._serialized_end=866
174
+ _globals['_STOPCLUSTERMETADATA']._serialized_start=868
175
+ _globals['_STOPCLUSTERMETADATA']._serialized_end=909
176
+ _globals['_STARTCLUSTERREQUEST']._serialized_start=911
177
+ _globals['_STARTCLUSTERREQUEST']._serialized_end=958
178
+ _globals['_STARTCLUSTERMETADATA']._serialized_start=960
179
+ _globals['_STARTCLUSTERMETADATA']._serialized_end=1002
180
+ _globals['_UPDATECLUSTERREQUEST']._serialized_start=1005
181
+ _globals['_UPDATECLUSTERREQUEST']._serialized_end=1688
182
+ _globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1623
183
+ _globals['_UPDATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1668
184
+ _globals['_MASTERUPDATESPEC']._serialized_start=1691
185
+ _globals['_MASTERUPDATESPEC']._serialized_end=2124
186
+ _globals['_UPDATECLUSTERMETADATA']._serialized_start=2126
187
+ _globals['_UPDATECLUSTERMETADATA']._serialized_end=2169
188
+ _globals['_CREATECLUSTERREQUEST']._serialized_start=2172
189
+ _globals['_CREATECLUSTERREQUEST']._serialized_end=3024
190
+ _globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_start=1623
191
+ _globals['_CREATECLUSTERREQUEST_LABELSENTRY']._serialized_end=1668
192
+ _globals['_CREATECLUSTERMETADATA']._serialized_start=3026
193
+ _globals['_CREATECLUSTERMETADATA']._serialized_end=3069
194
+ _globals['_AUTOUPGRADEMASTERMETADATA']._serialized_start=3071
195
+ _globals['_AUTOUPGRADEMASTERMETADATA']._serialized_end=3118
196
+ _globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_start=3121
197
+ _globals['_LISTCLUSTEROPERATIONSREQUEST']._serialized_end=3267
198
+ _globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_start=3269
199
+ _globals['_LISTCLUSTEROPERATIONSRESPONSE']._serialized_end=3380
200
+ _globals['_LISTCLUSTERNODEGROUPSREQUEST']._serialized_start=3383
201
+ _globals['_LISTCLUSTERNODEGROUPSREQUEST']._serialized_end=3529
202
+ _globals['_LISTCLUSTERNODEGROUPSRESPONSE']._serialized_start=3531
203
+ _globals['_LISTCLUSTERNODEGROUPSRESPONSE']._serialized_end=3640
204
+ _globals['_LISTCLUSTERNODESREQUEST']._serialized_start=3642
205
+ _globals['_LISTCLUSTERNODESREQUEST']._serialized_end=3755
206
+ _globals['_LISTCLUSTERNODESRESPONSE']._serialized_start=3757
207
+ _globals['_LISTCLUSTERNODESRESPONSE']._serialized_end=3850
208
+ _globals['_MASTERSPEC']._serialized_start=3853
209
+ _globals['_MASTERSPEC']._serialized_end=4515
210
+ _globals['_ZONALMASTERSPEC']._serialized_start=4518
211
+ _globals['_ZONALMASTERSPEC']._serialized_end=4710
212
+ _globals['_REGIONALMASTERSPEC']._serialized_start=4713
213
+ _globals['_REGIONALMASTERSPEC']._serialized_end=4966
214
+ _globals['_INTERNALADDRESSSPEC']._serialized_start=4968
215
+ _globals['_INTERNALADDRESSSPEC']._serialized_end=5008
216
+ _globals['_EXTERNALADDRESSSPEC']._serialized_start=5010
217
+ _globals['_EXTERNALADDRESSSPEC']._serialized_end=5048
218
+ _globals['_MASTERLOCATION']._serialized_start=5050
219
+ _globals['_MASTERLOCATION']._serialized_end=5165
220
+ _globals['_LOCATIONSPEC']._serialized_start=5167
221
+ _globals['_LOCATIONSPEC']._serialized_end=5223
222
+ _globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_start=5225
223
+ _globals['_RESCHEDULEMAINTENANCEREQUEST']._serialized_end=5338
224
+ _globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_start=5340
225
+ _globals['_RESCHEDULEMAINTENANCEMETADATA']._serialized_end=5391
226
+ _globals['_MASTERSCALEPOLICYSPEC']._serialized_start=5394
227
+ _globals['_MASTERSCALEPOLICYSPEC']._serialized_end=5690
228
+ _globals['_MASTERSCALEPOLICYSPEC_FIXEDSCALE']._serialized_start=5573
229
+ _globals['_MASTERSCALEPOLICYSPEC_FIXEDSCALE']._serialized_end=5619
230
+ _globals['_MASTERSCALEPOLICYSPEC_AUTOSCALE']._serialized_start=5621
231
+ _globals['_MASTERSCALEPOLICYSPEC_AUTOSCALE']._serialized_end=5670
232
+ _globals['_CLUSTERSERVICE']._serialized_start=5693
233
+ _globals['_CLUSTERSERVICE']._serialized_end=8398
227
234
  # @@protoc_insertion_point(module_scope)
@@ -3,6 +3,7 @@
3
3
  import grpc
4
4
  import warnings
5
5
 
6
+ from yandex.cloud.access import access_pb2 as yandex_dot_cloud_dot_access_dot_access__pb2
6
7
  from yandex.cloud.k8s.v1 import cluster_pb2 as yandex_dot_cloud_dot_k8s_dot_v1_dot_cluster__pb2
7
8
  from yandex.cloud.k8s.v1 import cluster_service_pb2 as yandex_dot_cloud_dot_k8s_dot_v1_dot_cluster__service__pb2
8
9
  from yandex.cloud.operation import operation_pb2 as yandex_dot_cloud_dot_operation_dot_operation__pb2
@@ -92,6 +93,21 @@ class ClusterServiceStub(object):
92
93
  request_serializer=yandex_dot_cloud_dot_k8s_dot_v1_dot_cluster__service__pb2.ListClusterNodesRequest.SerializeToString,
93
94
  response_deserializer=yandex_dot_cloud_dot_k8s_dot_v1_dot_cluster__service__pb2.ListClusterNodesResponse.FromString,
94
95
  _registered_method=True)
96
+ self.ListAccessBindings = channel.unary_unary(
97
+ '/yandex.cloud.k8s.v1.ClusterService/ListAccessBindings',
98
+ request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
99
+ response_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
100
+ _registered_method=True)
101
+ self.SetAccessBindings = channel.unary_unary(
102
+ '/yandex.cloud.k8s.v1.ClusterService/SetAccessBindings',
103
+ request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
104
+ response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
105
+ _registered_method=True)
106
+ self.UpdateAccessBindings = channel.unary_unary(
107
+ '/yandex.cloud.k8s.v1.ClusterService/UpdateAccessBindings',
108
+ request_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
109
+ response_deserializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
110
+ _registered_method=True)
95
111
 
96
112
 
97
113
  class ClusterServiceServicer(object):
@@ -177,6 +193,27 @@ class ClusterServiceServicer(object):
177
193
  context.set_details('Method not implemented!')
178
194
  raise NotImplementedError('Method not implemented!')
179
195
 
196
+ def ListAccessBindings(self, request, context):
197
+ """Lists cluster's access bindings
198
+ """
199
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
200
+ context.set_details('Method not implemented!')
201
+ raise NotImplementedError('Method not implemented!')
202
+
203
+ def SetAccessBindings(self, request, context):
204
+ """Sets cluster's access bindings
205
+ """
206
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
207
+ context.set_details('Method not implemented!')
208
+ raise NotImplementedError('Method not implemented!')
209
+
210
+ def UpdateAccessBindings(self, request, context):
211
+ """Updates cluster's access bindings
212
+ """
213
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
214
+ context.set_details('Method not implemented!')
215
+ raise NotImplementedError('Method not implemented!')
216
+
180
217
 
181
218
  def add_ClusterServiceServicer_to_server(servicer, server):
182
219
  rpc_method_handlers = {
@@ -235,6 +272,21 @@ def add_ClusterServiceServicer_to_server(servicer, server):
235
272
  request_deserializer=yandex_dot_cloud_dot_k8s_dot_v1_dot_cluster__service__pb2.ListClusterNodesRequest.FromString,
236
273
  response_serializer=yandex_dot_cloud_dot_k8s_dot_v1_dot_cluster__service__pb2.ListClusterNodesResponse.SerializeToString,
237
274
  ),
275
+ 'ListAccessBindings': grpc.unary_unary_rpc_method_handler(
276
+ servicer.ListAccessBindings,
277
+ request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.FromString,
278
+ response_serializer=yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.SerializeToString,
279
+ ),
280
+ 'SetAccessBindings': grpc.unary_unary_rpc_method_handler(
281
+ servicer.SetAccessBindings,
282
+ request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.FromString,
283
+ response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
284
+ ),
285
+ 'UpdateAccessBindings': grpc.unary_unary_rpc_method_handler(
286
+ servicer.UpdateAccessBindings,
287
+ request_deserializer=yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.FromString,
288
+ response_serializer=yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.SerializeToString,
289
+ ),
238
290
  }
239
291
  generic_handler = grpc.method_handlers_generic_handler(
240
292
  'yandex.cloud.k8s.v1.ClusterService', rpc_method_handlers)
@@ -543,3 +595,84 @@ class ClusterService(object):
543
595
  timeout,
544
596
  metadata,
545
597
  _registered_method=True)
598
+
599
+ @staticmethod
600
+ def ListAccessBindings(request,
601
+ target,
602
+ options=(),
603
+ channel_credentials=None,
604
+ call_credentials=None,
605
+ insecure=False,
606
+ compression=None,
607
+ wait_for_ready=None,
608
+ timeout=None,
609
+ metadata=None):
610
+ return grpc.experimental.unary_unary(
611
+ request,
612
+ target,
613
+ '/yandex.cloud.k8s.v1.ClusterService/ListAccessBindings',
614
+ yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsRequest.SerializeToString,
615
+ yandex_dot_cloud_dot_access_dot_access__pb2.ListAccessBindingsResponse.FromString,
616
+ options,
617
+ channel_credentials,
618
+ insecure,
619
+ call_credentials,
620
+ compression,
621
+ wait_for_ready,
622
+ timeout,
623
+ metadata,
624
+ _registered_method=True)
625
+
626
+ @staticmethod
627
+ def SetAccessBindings(request,
628
+ target,
629
+ options=(),
630
+ channel_credentials=None,
631
+ call_credentials=None,
632
+ insecure=False,
633
+ compression=None,
634
+ wait_for_ready=None,
635
+ timeout=None,
636
+ metadata=None):
637
+ return grpc.experimental.unary_unary(
638
+ request,
639
+ target,
640
+ '/yandex.cloud.k8s.v1.ClusterService/SetAccessBindings',
641
+ yandex_dot_cloud_dot_access_dot_access__pb2.SetAccessBindingsRequest.SerializeToString,
642
+ yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
643
+ options,
644
+ channel_credentials,
645
+ insecure,
646
+ call_credentials,
647
+ compression,
648
+ wait_for_ready,
649
+ timeout,
650
+ metadata,
651
+ _registered_method=True)
652
+
653
+ @staticmethod
654
+ def UpdateAccessBindings(request,
655
+ target,
656
+ options=(),
657
+ channel_credentials=None,
658
+ call_credentials=None,
659
+ insecure=False,
660
+ compression=None,
661
+ wait_for_ready=None,
662
+ timeout=None,
663
+ metadata=None):
664
+ return grpc.experimental.unary_unary(
665
+ request,
666
+ target,
667
+ '/yandex.cloud.k8s.v1.ClusterService/UpdateAccessBindings',
668
+ yandex_dot_cloud_dot_access_dot_access__pb2.UpdateAccessBindingsRequest.SerializeToString,
669
+ yandex_dot_cloud_dot_operation_dot_operation__pb2.Operation.FromString,
670
+ options,
671
+ channel_credentials,
672
+ insecure,
673
+ call_credentials,
674
+ compression,
675
+ wait_for_ready,
676
+ timeout,
677
+ metadata,
678
+ _registered_method=True)
@@ -8,6 +8,7 @@ import collections.abc
8
8
  import grpc
9
9
  import grpc.aio
10
10
  import typing
11
+ import yandex.cloud.access.access_pb2
11
12
  import yandex.cloud.k8s.v1.cluster_pb2
12
13
  import yandex.cloud.k8s.v1.cluster_service_pb2
13
14
  import yandex.cloud.operation.operation_pb2
@@ -92,6 +93,24 @@ class ClusterServiceStub:
92
93
  ]
93
94
  """Lists cluster's nodes."""
94
95
 
96
+ ListAccessBindings: grpc.UnaryUnaryMultiCallable[
97
+ yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
98
+ yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
99
+ ]
100
+ """Lists cluster's access bindings"""
101
+
102
+ SetAccessBindings: grpc.UnaryUnaryMultiCallable[
103
+ yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
104
+ yandex.cloud.operation.operation_pb2.Operation,
105
+ ]
106
+ """Sets cluster's access bindings"""
107
+
108
+ UpdateAccessBindings: grpc.UnaryUnaryMultiCallable[
109
+ yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
110
+ yandex.cloud.operation.operation_pb2.Operation,
111
+ ]
112
+ """Updates cluster's access bindings"""
113
+
95
114
  class ClusterServiceAsyncStub:
96
115
  """A set of methods for managing Kubernetes cluster."""
97
116
 
@@ -164,6 +183,24 @@ class ClusterServiceAsyncStub:
164
183
  ]
165
184
  """Lists cluster's nodes."""
166
185
 
186
+ ListAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
187
+ yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
188
+ yandex.cloud.access.access_pb2.ListAccessBindingsResponse,
189
+ ]
190
+ """Lists cluster's access bindings"""
191
+
192
+ SetAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
193
+ yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
194
+ yandex.cloud.operation.operation_pb2.Operation,
195
+ ]
196
+ """Sets cluster's access bindings"""
197
+
198
+ UpdateAccessBindings: grpc.aio.UnaryUnaryMultiCallable[
199
+ yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
200
+ yandex.cloud.operation.operation_pb2.Operation,
201
+ ]
202
+ """Updates cluster's access bindings"""
203
+
167
204
  class ClusterServiceServicer(metaclass=abc.ABCMeta):
168
205
  """A set of methods for managing Kubernetes cluster."""
169
206
 
@@ -258,4 +295,28 @@ class ClusterServiceServicer(metaclass=abc.ABCMeta):
258
295
  ) -> typing.Union[yandex.cloud.k8s.v1.cluster_service_pb2.ListClusterNodesResponse, collections.abc.Awaitable[yandex.cloud.k8s.v1.cluster_service_pb2.ListClusterNodesResponse]]:
259
296
  """Lists cluster's nodes."""
260
297
 
298
+ @abc.abstractmethod
299
+ def ListAccessBindings(
300
+ self,
301
+ request: yandex.cloud.access.access_pb2.ListAccessBindingsRequest,
302
+ context: _ServicerContext,
303
+ ) -> typing.Union[yandex.cloud.access.access_pb2.ListAccessBindingsResponse, collections.abc.Awaitable[yandex.cloud.access.access_pb2.ListAccessBindingsResponse]]:
304
+ """Lists cluster's access bindings"""
305
+
306
+ @abc.abstractmethod
307
+ def SetAccessBindings(
308
+ self,
309
+ request: yandex.cloud.access.access_pb2.SetAccessBindingsRequest,
310
+ context: _ServicerContext,
311
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
312
+ """Sets cluster's access bindings"""
313
+
314
+ @abc.abstractmethod
315
+ def UpdateAccessBindings(
316
+ self,
317
+ request: yandex.cloud.access.access_pb2.UpdateAccessBindingsRequest,
318
+ context: _ServicerContext,
319
+ ) -> typing.Union[yandex.cloud.operation.operation_pb2.Operation, collections.abc.Awaitable[yandex.cloud.operation.operation_pb2.Operation]]:
320
+ """Updates cluster's access bindings"""
321
+
261
322
  def add_ClusterServiceServicer_to_server(servicer: ClusterServiceServicer, server: typing.Union[grpc.Server, grpc.aio.Server]) -> None: ...