@nebius/js-sdk 0.1.0
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.
- package/LICENSE +21 -0
- package/README.md +338 -0
- package/dist/cjs/__tests__/generator_basic.cases.d.ts +2 -0
- package/dist/cjs/__tests__/generator_basic.cases.d.ts.map +1 -0
- package/dist/cjs/__tests__/generator_basic.cases.js +596 -0
- package/dist/cjs/__tests__/generator_basic.cases.js.map +1 -0
- package/dist/cjs/__tests__/generator_cross.cases.d.ts +2 -0
- package/dist/cjs/__tests__/generator_cross.cases.d.ts.map +1 -0
- package/dist/cjs/__tests__/generator_cross.cases.js +448 -0
- package/dist/cjs/__tests__/generator_cross.cases.js.map +1 -0
- package/dist/cjs/__tests__/generator_extensions.cases.d.ts +2 -0
- package/dist/cjs/__tests__/generator_extensions.cases.d.ts.map +1 -0
- package/dist/cjs/__tests__/generator_extensions.cases.js +347 -0
- package/dist/cjs/__tests__/generator_extensions.cases.js.map +1 -0
- package/dist/cjs/__tests__/generator_registry.cases.d.ts +7 -0
- package/dist/cjs/__tests__/generator_registry.cases.d.ts.map +1 -0
- package/dist/cjs/__tests__/generator_registry.cases.js +35 -0
- package/dist/cjs/__tests__/generator_registry.cases.js.map +1 -0
- package/dist/cjs/__tests__/generator_sanitization.cases.d.ts +2 -0
- package/dist/cjs/__tests__/generator_sanitization.cases.d.ts.map +1 -0
- package/dist/cjs/__tests__/generator_sanitization.cases.js +62 -0
- package/dist/cjs/__tests__/generator_sanitization.cases.js.map +1 -0
- package/dist/cjs/__tests__/generator_shared.helpers.d.ts +21 -0
- package/dist/cjs/__tests__/generator_shared.helpers.d.ts.map +1 -0
- package/dist/cjs/__tests__/generator_shared.helpers.js +396 -0
- package/dist/cjs/__tests__/generator_shared.helpers.js.map +1 -0
- package/dist/cjs/api/buf/validate/index.d.ts +2681 -0
- package/dist/cjs/api/buf/validate/index.d.ts.map +1 -0
- package/dist/cjs/api/buf/validate/index.js +9586 -0
- package/dist/cjs/api/buf/validate/index.js.map +1 -0
- package/dist/cjs/api/google/protobuf/index.d.ts +1779 -0
- package/dist/cjs/api/google/protobuf/index.d.ts.map +1 -0
- package/dist/cjs/api/google/protobuf/index.js +7326 -0
- package/dist/cjs/api/google/protobuf/index.js.map +1 -0
- package/dist/cjs/api/google/rpc/index.d.ts +247 -0
- package/dist/cjs/api/google/rpc/index.d.ts.map +1 -0
- package/dist/cjs/api/google/rpc/index.js +366 -0
- package/dist/cjs/api/google/rpc/index.js.map +1 -0
- package/dist/cjs/api/nebius/applications/v1alpha1/index.d.ts +210 -0
- package/dist/cjs/api/nebius/applications/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/applications/v1alpha1/index.js +1421 -0
- package/dist/cjs/api/nebius/applications/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/audit/v2/index.d.ts +457 -0
- package/dist/cjs/api/nebius/audit/v2/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/audit/v2/index.js +2695 -0
- package/dist/cjs/api/nebius/audit/v2/index.js.map +1 -0
- package/dist/cjs/api/nebius/billing/v1alpha1/index.d.ts +262 -0
- package/dist/cjs/api/nebius/billing/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/billing/v1alpha1/index.js +1319 -0
- package/dist/cjs/api/nebius/billing/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/common/error/v1alpha1/index.d.ts +327 -0
- package/dist/cjs/api/nebius/common/error/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/common/error/v1alpha1/index.js +2050 -0
- package/dist/cjs/api/nebius/common/error/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/common/v1/index.d.ts +717 -0
- package/dist/cjs/api/nebius/common/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/common/v1/index.js +3971 -0
- package/dist/cjs/api/nebius/common/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/common/v1alpha1/index.d.ts +314 -0
- package/dist/cjs/api/nebius/common/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/common/v1alpha1/index.js +1154 -0
- package/dist/cjs/api/nebius/common/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/compute/v1/index.d.ts +2279 -0
- package/dist/cjs/api/nebius/compute/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/compute/v1/index.js +12616 -0
- package/dist/cjs/api/nebius/compute/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/compute/v1alpha1/index.d.ts +1430 -0
- package/dist/cjs/api/nebius/compute/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/compute/v1alpha1/index.js +8107 -0
- package/dist/cjs/api/nebius/compute/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/iam/v1/index.d.ts +4055 -0
- package/dist/cjs/api/nebius/iam/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/iam/v1/index.js +23617 -0
- package/dist/cjs/api/nebius/iam/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/iam/v2/index.d.ts +674 -0
- package/dist/cjs/api/nebius/iam/v2/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/iam/v2/index.js +3640 -0
- package/dist/cjs/api/nebius/iam/v2/index.js.map +1 -0
- package/dist/cjs/api/nebius/index.d.ts +257 -0
- package/dist/cjs/api/nebius/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/index.js +1667 -0
- package/dist/cjs/api/nebius/index.js.map +1 -0
- package/dist/cjs/api/nebius/logging/v1/agentmanager/index.d.ts +416 -0
- package/dist/cjs/api/nebius/logging/v1/agentmanager/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/logging/v1/agentmanager/index.js +1752 -0
- package/dist/cjs/api/nebius/logging/v1/agentmanager/index.js.map +1 -0
- package/dist/cjs/api/nebius/maintenance/v1alpha1/index.d.ts +281 -0
- package/dist/cjs/api/nebius/maintenance/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/maintenance/v1alpha1/index.js +1207 -0
- package/dist/cjs/api/nebius/maintenance/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/mk8s/v1/index.d.ts +1191 -0
- package/dist/cjs/api/nebius/mk8s/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/mk8s/v1/index.js +6964 -0
- package/dist/cjs/api/nebius/mk8s/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/mk8s/v1alpha1/index.d.ts +1132 -0
- package/dist/cjs/api/nebius/mk8s/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/mk8s/v1alpha1/index.js +7189 -0
- package/dist/cjs/api/nebius/mk8s/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/msp/mlflow/v1alpha1/index.d.ts +349 -0
- package/dist/cjs/api/nebius/msp/mlflow/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/msp/mlflow/v1alpha1/index.js +1604 -0
- package/dist/cjs/api/nebius/msp/mlflow/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/msp/postgresql/v1alpha1/config/index.d.ts +46 -0
- package/dist/cjs/api/nebius/msp/postgresql/v1alpha1/config/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/msp/postgresql/v1alpha1/config/index.js +360 -0
- package/dist/cjs/api/nebius/msp/postgresql/v1alpha1/config/index.js.map +1 -0
- package/dist/cjs/api/nebius/msp/postgresql/v1alpha1/index.d.ts +875 -0
- package/dist/cjs/api/nebius/msp/postgresql/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/msp/postgresql/v1alpha1/index.js +3926 -0
- package/dist/cjs/api/nebius/msp/postgresql/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/msp/serverless/v1alpha1/index.d.ts +670 -0
- package/dist/cjs/api/nebius/msp/serverless/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/msp/serverless/v1alpha1/index.js +2975 -0
- package/dist/cjs/api/nebius/msp/serverless/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/msp/v1alpha1/index.d.ts +145 -0
- package/dist/cjs/api/nebius/msp/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/msp/v1alpha1/index.js +946 -0
- package/dist/cjs/api/nebius/msp/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/msp/v1alpha1/resource/index.d.ts +90 -0
- package/dist/cjs/api/nebius/msp/v1alpha1/resource/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/msp/v1alpha1/resource/index.js +1288 -0
- package/dist/cjs/api/nebius/msp/v1alpha1/resource/index.js.map +1 -0
- package/dist/cjs/api/nebius/mysterybox/v1/index.d.ts +826 -0
- package/dist/cjs/api/nebius/mysterybox/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/mysterybox/v1/index.js +3691 -0
- package/dist/cjs/api/nebius/mysterybox/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/quotas/v1/index.d.ts +299 -0
- package/dist/cjs/api/nebius/quotas/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/quotas/v1/index.js +1178 -0
- package/dist/cjs/api/nebius/quotas/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/registry/v1/index.d.ts +366 -0
- package/dist/cjs/api/nebius/registry/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/registry/v1/index.js +2146 -0
- package/dist/cjs/api/nebius/registry/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/storage/v1/index.d.ts +928 -0
- package/dist/cjs/api/nebius/storage/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/storage/v1/index.js +7811 -0
- package/dist/cjs/api/nebius/storage/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/storage/v1alpha1/index.d.ts +579 -0
- package/dist/cjs/api/nebius/storage/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/storage/v1alpha1/index.js +3554 -0
- package/dist/cjs/api/nebius/storage/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/nebius/vpc/v1/index.d.ts +2458 -0
- package/dist/cjs/api/nebius/vpc/v1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/vpc/v1/index.js +13277 -0
- package/dist/cjs/api/nebius/vpc/v1/index.js.map +1 -0
- package/dist/cjs/api/nebius/vpc/v1alpha1/index.d.ts +1493 -0
- package/dist/cjs/api/nebius/vpc/v1alpha1/index.d.ts.map +1 -0
- package/dist/cjs/api/nebius/vpc/v1alpha1/index.js +8338 -0
- package/dist/cjs/api/nebius/vpc/v1alpha1/index.js.map +1 -0
- package/dist/cjs/api/protobuf.d.ts +3 -0
- package/dist/cjs/api/protobuf.d.ts.map +1 -0
- package/dist/cjs/api/protobuf.js +9 -0
- package/dist/cjs/api/protobuf.js.map +1 -0
- package/dist/cjs/index.d.ts +4 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +24 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/package.json +3 -0
- package/dist/cjs/runtime/authorization/interceptor.d.ts +5 -0
- package/dist/cjs/runtime/authorization/interceptor.d.ts.map +1 -0
- package/dist/cjs/runtime/authorization/interceptor.js +120 -0
- package/dist/cjs/runtime/authorization/interceptor.js.map +1 -0
- package/dist/cjs/runtime/authorization/provider.d.ts +16 -0
- package/dist/cjs/runtime/authorization/provider.d.ts.map +1 -0
- package/dist/cjs/runtime/authorization/provider.js +3 -0
- package/dist/cjs/runtime/authorization/provider.js.map +1 -0
- package/dist/cjs/runtime/authorization/token.d.ts +23 -0
- package/dist/cjs/runtime/authorization/token.d.ts.map +1 -0
- package/dist/cjs/runtime/authorization/token.js +54 -0
- package/dist/cjs/runtime/authorization/token.js.map +1 -0
- package/dist/cjs/runtime/cli_config.d.ts +41 -0
- package/dist/cjs/runtime/cli_config.d.ts.map +1 -0
- package/dist/cjs/runtime/cli_config.js +331 -0
- package/dist/cjs/runtime/cli_config.js.map +1 -0
- package/dist/cjs/runtime/cli_config_interfaces.d.ts +21 -0
- package/dist/cjs/runtime/cli_config_interfaces.d.ts.map +1 -0
- package/dist/cjs/runtime/cli_config_interfaces.js +3 -0
- package/dist/cjs/runtime/cli_config_interfaces.js.map +1 -0
- package/dist/cjs/runtime/constants.d.ts +8 -0
- package/dist/cjs/runtime/constants.d.ts.map +1 -0
- package/dist/cjs/runtime/constants.js +12 -0
- package/dist/cjs/runtime/constants.js.map +1 -0
- package/dist/cjs/runtime/error.d.ts +18 -0
- package/dist/cjs/runtime/error.d.ts.map +1 -0
- package/dist/cjs/runtime/error.js +242 -0
- package/dist/cjs/runtime/error.js.map +1 -0
- package/dist/cjs/runtime/fieldmask.d.ts +68 -0
- package/dist/cjs/runtime/fieldmask.d.ts.map +1 -0
- package/dist/cjs/runtime/fieldmask.js +516 -0
- package/dist/cjs/runtime/fieldmask.js.map +1 -0
- package/dist/cjs/runtime/fieldmask_parser.d.ts +3 -0
- package/dist/cjs/runtime/fieldmask_parser.d.ts.map +1 -0
- package/dist/cjs/runtime/fieldmask_parser.js +173 -0
- package/dist/cjs/runtime/fieldmask_parser.js.map +1 -0
- package/dist/cjs/runtime/operation.d.ts +59 -0
- package/dist/cjs/runtime/operation.d.ts.map +1 -0
- package/dist/cjs/runtime/operation.js +122 -0
- package/dist/cjs/runtime/operation.js.map +1 -0
- package/dist/cjs/runtime/protos/any.d.ts +11 -0
- package/dist/cjs/runtime/protos/any.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/any.js +43 -0
- package/dist/cjs/runtime/protos/any.js.map +1 -0
- package/dist/cjs/runtime/protos/base64.d.ts +3 -0
- package/dist/cjs/runtime/protos/base64.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/base64.js +26 -0
- package/dist/cjs/runtime/protos/base64.js.map +1 -0
- package/dist/cjs/runtime/protos/core.d.ts +23 -0
- package/dist/cjs/runtime/protos/core.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/core.js +28 -0
- package/dist/cjs/runtime/protos/core.js.map +1 -0
- package/dist/cjs/runtime/protos/enum.d.ts +31 -0
- package/dist/cjs/runtime/protos/enum.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/enum.js +91 -0
- package/dist/cjs/runtime/protos/enum.js.map +1 -0
- package/dist/cjs/runtime/protos/fieldmask.d.ts +6 -0
- package/dist/cjs/runtime/protos/fieldmask.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/fieldmask.js +37 -0
- package/dist/cjs/runtime/protos/fieldmask.js.map +1 -0
- package/dist/cjs/runtime/protos/index.d.ts +8 -0
- package/dist/cjs/runtime/protos/index.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/index.js +20 -0
- package/dist/cjs/runtime/protos/index.js.map +1 -0
- package/dist/cjs/runtime/protos/long.d.ts +2 -0
- package/dist/cjs/runtime/protos/long.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/long.js +3 -0
- package/dist/cjs/runtime/protos/long.js.map +1 -0
- package/dist/cjs/runtime/protos/registry.d.ts +83 -0
- package/dist/cjs/runtime/protos/registry.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/registry.js +48 -0
- package/dist/cjs/runtime/protos/registry.js.map +1 -0
- package/dist/cjs/runtime/protos/values.d.ts +6 -0
- package/dist/cjs/runtime/protos/values.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/values.js +162 -0
- package/dist/cjs/runtime/protos/values.js.map +1 -0
- package/dist/cjs/runtime/protos/wkt.d.ts +92 -0
- package/dist/cjs/runtime/protos/wkt.d.ts.map +1 -0
- package/dist/cjs/runtime/protos/wkt.js +276 -0
- package/dist/cjs/runtime/protos/wkt.js.map +1 -0
- package/dist/cjs/runtime/request.d.ts +49 -0
- package/dist/cjs/runtime/request.d.ts.map +1 -0
- package/dist/cjs/runtime/request.js +635 -0
- package/dist/cjs/runtime/request.js.map +1 -0
- package/dist/cjs/runtime/resetmask.d.ts +7 -0
- package/dist/cjs/runtime/resetmask.d.ts.map +1 -0
- package/dist/cjs/runtime/resetmask.js +142 -0
- package/dist/cjs/runtime/resetmask.js.map +1 -0
- package/dist/cjs/runtime/resolver.d.ts +73 -0
- package/dist/cjs/runtime/resolver.d.ts.map +1 -0
- package/dist/cjs/runtime/resolver.js +235 -0
- package/dist/cjs/runtime/resolver.js.map +1 -0
- package/dist/cjs/runtime/service_account/cached.d.ts +13 -0
- package/dist/cjs/runtime/service_account/cached.d.ts.map +1 -0
- package/dist/cjs/runtime/service_account/cached.js +33 -0
- package/dist/cjs/runtime/service_account/cached.js.map +1 -0
- package/dist/cjs/runtime/service_account/credentials_file.d.ts +16 -0
- package/dist/cjs/runtime/service_account/credentials_file.d.ts.map +1 -0
- package/dist/cjs/runtime/service_account/credentials_file.js +57 -0
- package/dist/cjs/runtime/service_account/credentials_file.js.map +1 -0
- package/dist/cjs/runtime/service_account/federated_credentials.d.ts +31 -0
- package/dist/cjs/runtime/service_account/federated_credentials.d.ts.map +1 -0
- package/dist/cjs/runtime/service_account/federated_credentials.js +95 -0
- package/dist/cjs/runtime/service_account/federated_credentials.js.map +1 -0
- package/dist/cjs/runtime/service_account/pk_file.d.ts +18 -0
- package/dist/cjs/runtime/service_account/pk_file.d.ts.map +1 -0
- package/dist/cjs/runtime/service_account/pk_file.js +43 -0
- package/dist/cjs/runtime/service_account/pk_file.js.map +1 -0
- package/dist/cjs/runtime/service_account/service_account.d.ts +22 -0
- package/dist/cjs/runtime/service_account/service_account.d.ts.map +1 -0
- package/dist/cjs/runtime/service_account/service_account.js +70 -0
- package/dist/cjs/runtime/service_account/service_account.js.map +1 -0
- package/dist/cjs/runtime/service_account/static.d.ts +13 -0
- package/dist/cjs/runtime/service_account/static.d.ts.map +1 -0
- package/dist/cjs/runtime/service_account/static.js +29 -0
- package/dist/cjs/runtime/service_account/static.js.map +1 -0
- package/dist/cjs/runtime/tls/system_certs.d.ts +15 -0
- package/dist/cjs/runtime/tls/system_certs.d.ts.map +1 -0
- package/dist/cjs/runtime/tls/system_certs.js +99 -0
- package/dist/cjs/runtime/tls/system_certs.js.map +1 -0
- package/dist/cjs/runtime/token/exchangeable.d.ts +26 -0
- package/dist/cjs/runtime/token/exchangeable.d.ts.map +1 -0
- package/dist/cjs/runtime/token/exchangeable.js +151 -0
- package/dist/cjs/runtime/token/exchangeable.js.map +1 -0
- package/dist/cjs/runtime/token/federated_credentials.d.ts +27 -0
- package/dist/cjs/runtime/token/federated_credentials.d.ts.map +1 -0
- package/dist/cjs/runtime/token/federated_credentials.js +76 -0
- package/dist/cjs/runtime/token/federated_credentials.js.map +1 -0
- package/dist/cjs/runtime/token/federation_account.d.ts +27 -0
- package/dist/cjs/runtime/token/federation_account.d.ts.map +1 -0
- package/dist/cjs/runtime/token/federation_account.js +47 -0
- package/dist/cjs/runtime/token/federation_account.js.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/auth.d.ts +42 -0
- package/dist/cjs/runtime/token/federation_bearer/auth.d.ts.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/auth.js +197 -0
- package/dist/cjs/runtime/token/federation_bearer/auth.js.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/constants.d.ts +3 -0
- package/dist/cjs/runtime/token/federation_bearer/constants.d.ts.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/constants.js +6 -0
- package/dist/cjs/runtime/token/federation_bearer/constants.js.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/index.d.ts +19 -0
- package/dist/cjs/runtime/token/federation_bearer/index.d.ts.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/index.js +120 -0
- package/dist/cjs/runtime/token/federation_bearer/index.js.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/is_wsl.d.ts +2 -0
- package/dist/cjs/runtime/token/federation_bearer/is_wsl.d.ts.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/is_wsl.js +14 -0
- package/dist/cjs/runtime/token/federation_bearer/is_wsl.js.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/pkce.d.ts +8 -0
- package/dist/cjs/runtime/token/federation_bearer/pkce.d.ts.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/pkce.js +30 -0
- package/dist/cjs/runtime/token/federation_bearer/pkce.js.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/server.d.ts +20 -0
- package/dist/cjs/runtime/token/federation_bearer/server.d.ts.map +1 -0
- package/dist/cjs/runtime/token/federation_bearer/server.js +132 -0
- package/dist/cjs/runtime/token/federation_bearer/server.js.map +1 -0
- package/dist/cjs/runtime/token/file.d.ts +11 -0
- package/dist/cjs/runtime/token/file.d.ts.map +1 -0
- package/dist/cjs/runtime/token/file.js +55 -0
- package/dist/cjs/runtime/token/file.js.map +1 -0
- package/dist/cjs/runtime/token/file_cache/async_renewable_bearer.d.ts +63 -0
- package/dist/cjs/runtime/token/file_cache/async_renewable_bearer.d.ts.map +1 -0
- package/dist/cjs/runtime/token/file_cache/async_renewable_bearer.js +452 -0
- package/dist/cjs/runtime/token/file_cache/async_renewable_bearer.js.map +1 -0
- package/dist/cjs/runtime/token/file_cache/file_bearer.d.ts +16 -0
- package/dist/cjs/runtime/token/file_cache/file_bearer.d.ts.map +1 -0
- package/dist/cjs/runtime/token/file_cache/file_bearer.js +65 -0
- package/dist/cjs/runtime/token/file_cache/file_bearer.js.map +1 -0
- package/dist/cjs/runtime/token/file_cache/renewable_bearer.d.ts +15 -0
- package/dist/cjs/runtime/token/file_cache/renewable_bearer.d.ts.map +1 -0
- package/dist/cjs/runtime/token/file_cache/renewable_bearer.js +135 -0
- package/dist/cjs/runtime/token/file_cache/renewable_bearer.js.map +1 -0
- package/dist/cjs/runtime/token/file_cache/throttled_token_cache.d.ts +22 -0
- package/dist/cjs/runtime/token/file_cache/throttled_token_cache.d.ts.map +1 -0
- package/dist/cjs/runtime/token/file_cache/throttled_token_cache.js +89 -0
- package/dist/cjs/runtime/token/file_cache/throttled_token_cache.js.map +1 -0
- package/dist/cjs/runtime/token/file_cache/token_cache.d.ts +24 -0
- package/dist/cjs/runtime/token/file_cache/token_cache.d.ts.map +1 -0
- package/dist/cjs/runtime/token/file_cache/token_cache.js +316 -0
- package/dist/cjs/runtime/token/file_cache/token_cache.js.map +1 -0
- package/dist/cjs/runtime/token/renewable.d.ts +59 -0
- package/dist/cjs/runtime/token/renewable.d.ts.map +1 -0
- package/dist/cjs/runtime/token/renewable.js +393 -0
- package/dist/cjs/runtime/token/renewable.js.map +1 -0
- package/dist/cjs/runtime/token/service_account.d.ts +28 -0
- package/dist/cjs/runtime/token/service_account.d.ts.map +1 -0
- package/dist/cjs/runtime/token/service_account.js +95 -0
- package/dist/cjs/runtime/token/service_account.js.map +1 -0
- package/dist/cjs/runtime/token/static.d.ts +17 -0
- package/dist/cjs/runtime/token/static.d.ts.map +1 -0
- package/dist/cjs/runtime/token/static.js +69 -0
- package/dist/cjs/runtime/token/static.js.map +1 -0
- package/dist/cjs/runtime/token.d.ts +52 -0
- package/dist/cjs/runtime/token.d.ts.map +1 -0
- package/dist/cjs/runtime/token.js +135 -0
- package/dist/cjs/runtime/token.js.map +1 -0
- package/dist/cjs/runtime/token_sanitizer.d.ts +31 -0
- package/dist/cjs/runtime/token_sanitizer.d.ts.map +1 -0
- package/dist/cjs/runtime/token_sanitizer.js +94 -0
- package/dist/cjs/runtime/token_sanitizer.js.map +1 -0
- package/dist/cjs/runtime/util/cancelable.d.ts +25 -0
- package/dist/cjs/runtime/util/cancelable.d.ts.map +1 -0
- package/dist/cjs/runtime/util/cancelable.js +130 -0
- package/dist/cjs/runtime/util/cancelable.js.map +1 -0
- package/dist/cjs/runtime/util/logging.d.ts +146 -0
- package/dist/cjs/runtime/util/logging.d.ts.map +1 -0
- package/dist/cjs/runtime/util/logging.js +865 -0
- package/dist/cjs/runtime/util/logging.js.map +1 -0
- package/dist/cjs/runtime/util/path.d.ts +2 -0
- package/dist/cjs/runtime/util/path.d.ts.map +1 -0
- package/dist/cjs/runtime/util/path.js +22 -0
- package/dist/cjs/runtime/util/path.js.map +1 -0
- package/dist/cjs/sdk.d.ts +98 -0
- package/dist/cjs/sdk.d.ts.map +1 -0
- package/dist/cjs/sdk.js +543 -0
- package/dist/cjs/sdk.js.map +1 -0
- package/dist/cjs/test/setup.d.ts +1 -0
- package/dist/cjs/test/setup.d.ts.map +1 -0
- package/dist/cjs/test/setup.js +24 -0
- package/dist/cjs/test/setup.js.map +1 -0
- package/dist/cjs/version.d.ts +2 -0
- package/dist/cjs/version.d.ts.map +1 -0
- package/dist/cjs/version.js +6 -0
- package/dist/cjs/version.js.map +1 -0
- package/dist/esm/__tests__/generator_basic.cases.d.ts +2 -0
- package/dist/esm/__tests__/generator_basic.cases.d.ts.map +1 -0
- package/dist/esm/__tests__/generator_basic.cases.js +4 -0
- package/dist/esm/__tests__/generator_cross.cases.d.ts +2 -0
- package/dist/esm/__tests__/generator_cross.cases.d.ts.map +1 -0
- package/dist/esm/__tests__/generator_cross.cases.js +4 -0
- package/dist/esm/__tests__/generator_extensions.cases.d.ts +2 -0
- package/dist/esm/__tests__/generator_extensions.cases.d.ts.map +1 -0
- package/dist/esm/__tests__/generator_extensions.cases.js +4 -0
- package/dist/esm/__tests__/generator_registry.cases.d.ts +7 -0
- package/dist/esm/__tests__/generator_registry.cases.d.ts.map +1 -0
- package/dist/esm/__tests__/generator_registry.cases.js +4 -0
- package/dist/esm/__tests__/generator_sanitization.cases.d.ts +2 -0
- package/dist/esm/__tests__/generator_sanitization.cases.d.ts.map +1 -0
- package/dist/esm/__tests__/generator_sanitization.cases.js +4 -0
- package/dist/esm/__tests__/generator_shared.helpers.d.ts +21 -0
- package/dist/esm/__tests__/generator_shared.helpers.d.ts.map +1 -0
- package/dist/esm/__tests__/generator_shared.helpers.js +4 -0
- package/dist/esm/api/buf/validate/index.d.ts +2681 -0
- package/dist/esm/api/buf/validate/index.d.ts.map +1 -0
- package/dist/esm/api/buf/validate/index.js +4 -0
- package/dist/esm/api/google/protobuf/index.d.ts +1779 -0
- package/dist/esm/api/google/protobuf/index.d.ts.map +1 -0
- package/dist/esm/api/google/protobuf/index.js +4 -0
- package/dist/esm/api/google/rpc/index.d.ts +247 -0
- package/dist/esm/api/google/rpc/index.d.ts.map +1 -0
- package/dist/esm/api/google/rpc/index.js +4 -0
- package/dist/esm/api/nebius/applications/v1alpha1/index.d.ts +210 -0
- package/dist/esm/api/nebius/applications/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/applications/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/audit/v2/index.d.ts +457 -0
- package/dist/esm/api/nebius/audit/v2/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/audit/v2/index.js +4 -0
- package/dist/esm/api/nebius/billing/v1alpha1/index.d.ts +262 -0
- package/dist/esm/api/nebius/billing/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/billing/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/common/error/v1alpha1/index.d.ts +327 -0
- package/dist/esm/api/nebius/common/error/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/common/error/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/common/v1/index.d.ts +717 -0
- package/dist/esm/api/nebius/common/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/common/v1/index.js +4 -0
- package/dist/esm/api/nebius/common/v1alpha1/index.d.ts +314 -0
- package/dist/esm/api/nebius/common/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/common/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/compute/v1/index.d.ts +2279 -0
- package/dist/esm/api/nebius/compute/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/compute/v1/index.js +4 -0
- package/dist/esm/api/nebius/compute/v1alpha1/index.d.ts +1430 -0
- package/dist/esm/api/nebius/compute/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/compute/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/iam/v1/index.d.ts +4055 -0
- package/dist/esm/api/nebius/iam/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/iam/v1/index.js +4 -0
- package/dist/esm/api/nebius/iam/v2/index.d.ts +674 -0
- package/dist/esm/api/nebius/iam/v2/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/iam/v2/index.js +4 -0
- package/dist/esm/api/nebius/index.d.ts +257 -0
- package/dist/esm/api/nebius/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/index.js +4 -0
- package/dist/esm/api/nebius/logging/v1/agentmanager/index.d.ts +416 -0
- package/dist/esm/api/nebius/logging/v1/agentmanager/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/logging/v1/agentmanager/index.js +4 -0
- package/dist/esm/api/nebius/maintenance/v1alpha1/index.d.ts +281 -0
- package/dist/esm/api/nebius/maintenance/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/maintenance/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/mk8s/v1/index.d.ts +1191 -0
- package/dist/esm/api/nebius/mk8s/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/mk8s/v1/index.js +4 -0
- package/dist/esm/api/nebius/mk8s/v1alpha1/index.d.ts +1132 -0
- package/dist/esm/api/nebius/mk8s/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/mk8s/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/msp/mlflow/v1alpha1/index.d.ts +349 -0
- package/dist/esm/api/nebius/msp/mlflow/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/msp/mlflow/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/msp/postgresql/v1alpha1/config/index.d.ts +46 -0
- package/dist/esm/api/nebius/msp/postgresql/v1alpha1/config/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/msp/postgresql/v1alpha1/config/index.js +4 -0
- package/dist/esm/api/nebius/msp/postgresql/v1alpha1/index.d.ts +875 -0
- package/dist/esm/api/nebius/msp/postgresql/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/msp/postgresql/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/msp/serverless/v1alpha1/index.d.ts +670 -0
- package/dist/esm/api/nebius/msp/serverless/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/msp/serverless/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/msp/v1alpha1/index.d.ts +145 -0
- package/dist/esm/api/nebius/msp/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/msp/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/msp/v1alpha1/resource/index.d.ts +90 -0
- package/dist/esm/api/nebius/msp/v1alpha1/resource/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/msp/v1alpha1/resource/index.js +4 -0
- package/dist/esm/api/nebius/mysterybox/v1/index.d.ts +826 -0
- package/dist/esm/api/nebius/mysterybox/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/mysterybox/v1/index.js +4 -0
- package/dist/esm/api/nebius/quotas/v1/index.d.ts +299 -0
- package/dist/esm/api/nebius/quotas/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/quotas/v1/index.js +4 -0
- package/dist/esm/api/nebius/registry/v1/index.d.ts +366 -0
- package/dist/esm/api/nebius/registry/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/registry/v1/index.js +4 -0
- package/dist/esm/api/nebius/storage/v1/index.d.ts +928 -0
- package/dist/esm/api/nebius/storage/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/storage/v1/index.js +4 -0
- package/dist/esm/api/nebius/storage/v1alpha1/index.d.ts +579 -0
- package/dist/esm/api/nebius/storage/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/storage/v1alpha1/index.js +4 -0
- package/dist/esm/api/nebius/vpc/v1/index.d.ts +2458 -0
- package/dist/esm/api/nebius/vpc/v1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/vpc/v1/index.js +4 -0
- package/dist/esm/api/nebius/vpc/v1alpha1/index.d.ts +1493 -0
- package/dist/esm/api/nebius/vpc/v1alpha1/index.d.ts.map +1 -0
- package/dist/esm/api/nebius/vpc/v1alpha1/index.js +4 -0
- package/dist/esm/api/protobuf.d.ts +3 -0
- package/dist/esm/api/protobuf.d.ts.map +1 -0
- package/dist/esm/api/protobuf.js +4 -0
- package/dist/esm/index.d.ts +4 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/runtime/authorization/interceptor.d.ts +5 -0
- package/dist/esm/runtime/authorization/interceptor.d.ts.map +1 -0
- package/dist/esm/runtime/authorization/interceptor.js +4 -0
- package/dist/esm/runtime/authorization/provider.d.ts +16 -0
- package/dist/esm/runtime/authorization/provider.d.ts.map +1 -0
- package/dist/esm/runtime/authorization/provider.js +4 -0
- package/dist/esm/runtime/authorization/token.d.ts +23 -0
- package/dist/esm/runtime/authorization/token.d.ts.map +1 -0
- package/dist/esm/runtime/authorization/token.js +4 -0
- package/dist/esm/runtime/cli_config.d.ts +41 -0
- package/dist/esm/runtime/cli_config.d.ts.map +1 -0
- package/dist/esm/runtime/cli_config.js +4 -0
- package/dist/esm/runtime/cli_config_interfaces.d.ts +21 -0
- package/dist/esm/runtime/cli_config_interfaces.d.ts.map +1 -0
- package/dist/esm/runtime/cli_config_interfaces.js +4 -0
- package/dist/esm/runtime/constants.d.ts +8 -0
- package/dist/esm/runtime/constants.d.ts.map +1 -0
- package/dist/esm/runtime/constants.js +4 -0
- package/dist/esm/runtime/error.d.ts +18 -0
- package/dist/esm/runtime/error.d.ts.map +1 -0
- package/dist/esm/runtime/error.js +4 -0
- package/dist/esm/runtime/fieldmask.d.ts +68 -0
- package/dist/esm/runtime/fieldmask.d.ts.map +1 -0
- package/dist/esm/runtime/fieldmask.js +4 -0
- package/dist/esm/runtime/fieldmask_parser.d.ts +3 -0
- package/dist/esm/runtime/fieldmask_parser.d.ts.map +1 -0
- package/dist/esm/runtime/fieldmask_parser.js +4 -0
- package/dist/esm/runtime/operation.d.ts +59 -0
- package/dist/esm/runtime/operation.d.ts.map +1 -0
- package/dist/esm/runtime/operation.js +4 -0
- package/dist/esm/runtime/protos/any.d.ts +11 -0
- package/dist/esm/runtime/protos/any.d.ts.map +1 -0
- package/dist/esm/runtime/protos/any.js +4 -0
- package/dist/esm/runtime/protos/base64.d.ts +3 -0
- package/dist/esm/runtime/protos/base64.d.ts.map +1 -0
- package/dist/esm/runtime/protos/base64.js +4 -0
- package/dist/esm/runtime/protos/core.d.ts +23 -0
- package/dist/esm/runtime/protos/core.d.ts.map +1 -0
- package/dist/esm/runtime/protos/core.js +4 -0
- package/dist/esm/runtime/protos/enum.d.ts +31 -0
- package/dist/esm/runtime/protos/enum.d.ts.map +1 -0
- package/dist/esm/runtime/protos/enum.js +4 -0
- package/dist/esm/runtime/protos/fieldmask.d.ts +6 -0
- package/dist/esm/runtime/protos/fieldmask.d.ts.map +1 -0
- package/dist/esm/runtime/protos/fieldmask.js +4 -0
- package/dist/esm/runtime/protos/index.d.ts +8 -0
- package/dist/esm/runtime/protos/index.d.ts.map +1 -0
- package/dist/esm/runtime/protos/index.js +4 -0
- package/dist/esm/runtime/protos/long.d.ts +2 -0
- package/dist/esm/runtime/protos/long.d.ts.map +1 -0
- package/dist/esm/runtime/protos/long.js +4 -0
- package/dist/esm/runtime/protos/registry.d.ts +83 -0
- package/dist/esm/runtime/protos/registry.d.ts.map +1 -0
- package/dist/esm/runtime/protos/registry.js +4 -0
- package/dist/esm/runtime/protos/values.d.ts +6 -0
- package/dist/esm/runtime/protos/values.d.ts.map +1 -0
- package/dist/esm/runtime/protos/values.js +4 -0
- package/dist/esm/runtime/protos/wkt.d.ts +92 -0
- package/dist/esm/runtime/protos/wkt.d.ts.map +1 -0
- package/dist/esm/runtime/protos/wkt.js +4 -0
- package/dist/esm/runtime/request.d.ts +49 -0
- package/dist/esm/runtime/request.d.ts.map +1 -0
- package/dist/esm/runtime/request.js +4 -0
- package/dist/esm/runtime/resetmask.d.ts +7 -0
- package/dist/esm/runtime/resetmask.d.ts.map +1 -0
- package/dist/esm/runtime/resetmask.js +4 -0
- package/dist/esm/runtime/resolver.d.ts +73 -0
- package/dist/esm/runtime/resolver.d.ts.map +1 -0
- package/dist/esm/runtime/resolver.js +4 -0
- package/dist/esm/runtime/service_account/cached.d.ts +13 -0
- package/dist/esm/runtime/service_account/cached.d.ts.map +1 -0
- package/dist/esm/runtime/service_account/cached.js +4 -0
- package/dist/esm/runtime/service_account/credentials_file.d.ts +16 -0
- package/dist/esm/runtime/service_account/credentials_file.d.ts.map +1 -0
- package/dist/esm/runtime/service_account/credentials_file.js +4 -0
- package/dist/esm/runtime/service_account/federated_credentials.d.ts +31 -0
- package/dist/esm/runtime/service_account/federated_credentials.d.ts.map +1 -0
- package/dist/esm/runtime/service_account/federated_credentials.js +4 -0
- package/dist/esm/runtime/service_account/pk_file.d.ts +18 -0
- package/dist/esm/runtime/service_account/pk_file.d.ts.map +1 -0
- package/dist/esm/runtime/service_account/pk_file.js +4 -0
- package/dist/esm/runtime/service_account/service_account.d.ts +22 -0
- package/dist/esm/runtime/service_account/service_account.d.ts.map +1 -0
- package/dist/esm/runtime/service_account/service_account.js +4 -0
- package/dist/esm/runtime/service_account/static.d.ts +13 -0
- package/dist/esm/runtime/service_account/static.d.ts.map +1 -0
- package/dist/esm/runtime/service_account/static.js +4 -0
- package/dist/esm/runtime/tls/system_certs.d.ts +15 -0
- package/dist/esm/runtime/tls/system_certs.d.ts.map +1 -0
- package/dist/esm/runtime/tls/system_certs.js +4 -0
- package/dist/esm/runtime/token/exchangeable.d.ts +26 -0
- package/dist/esm/runtime/token/exchangeable.d.ts.map +1 -0
- package/dist/esm/runtime/token/exchangeable.js +4 -0
- package/dist/esm/runtime/token/federated_credentials.d.ts +27 -0
- package/dist/esm/runtime/token/federated_credentials.d.ts.map +1 -0
- package/dist/esm/runtime/token/federated_credentials.js +4 -0
- package/dist/esm/runtime/token/federation_account.d.ts +27 -0
- package/dist/esm/runtime/token/federation_account.d.ts.map +1 -0
- package/dist/esm/runtime/token/federation_account.js +4 -0
- package/dist/esm/runtime/token/federation_bearer/auth.d.ts +42 -0
- package/dist/esm/runtime/token/federation_bearer/auth.d.ts.map +1 -0
- package/dist/esm/runtime/token/federation_bearer/auth.js +4 -0
- package/dist/esm/runtime/token/federation_bearer/constants.d.ts +3 -0
- package/dist/esm/runtime/token/federation_bearer/constants.d.ts.map +1 -0
- package/dist/esm/runtime/token/federation_bearer/constants.js +4 -0
- package/dist/esm/runtime/token/federation_bearer/index.d.ts +19 -0
- package/dist/esm/runtime/token/federation_bearer/index.d.ts.map +1 -0
- package/dist/esm/runtime/token/federation_bearer/index.js +4 -0
- package/dist/esm/runtime/token/federation_bearer/is_wsl.d.ts +2 -0
- package/dist/esm/runtime/token/federation_bearer/is_wsl.d.ts.map +1 -0
- package/dist/esm/runtime/token/federation_bearer/is_wsl.js +4 -0
- package/dist/esm/runtime/token/federation_bearer/pkce.d.ts +8 -0
- package/dist/esm/runtime/token/federation_bearer/pkce.d.ts.map +1 -0
- package/dist/esm/runtime/token/federation_bearer/pkce.js +4 -0
- package/dist/esm/runtime/token/federation_bearer/server.d.ts +20 -0
- package/dist/esm/runtime/token/federation_bearer/server.d.ts.map +1 -0
- package/dist/esm/runtime/token/federation_bearer/server.js +4 -0
- package/dist/esm/runtime/token/file.d.ts +11 -0
- package/dist/esm/runtime/token/file.d.ts.map +1 -0
- package/dist/esm/runtime/token/file.js +4 -0
- package/dist/esm/runtime/token/file_cache/async_renewable_bearer.d.ts +63 -0
- package/dist/esm/runtime/token/file_cache/async_renewable_bearer.d.ts.map +1 -0
- package/dist/esm/runtime/token/file_cache/async_renewable_bearer.js +4 -0
- package/dist/esm/runtime/token/file_cache/file_bearer.d.ts +16 -0
- package/dist/esm/runtime/token/file_cache/file_bearer.d.ts.map +1 -0
- package/dist/esm/runtime/token/file_cache/file_bearer.js +4 -0
- package/dist/esm/runtime/token/file_cache/renewable_bearer.d.ts +15 -0
- package/dist/esm/runtime/token/file_cache/renewable_bearer.d.ts.map +1 -0
- package/dist/esm/runtime/token/file_cache/renewable_bearer.js +4 -0
- package/dist/esm/runtime/token/file_cache/throttled_token_cache.d.ts +22 -0
- package/dist/esm/runtime/token/file_cache/throttled_token_cache.d.ts.map +1 -0
- package/dist/esm/runtime/token/file_cache/throttled_token_cache.js +4 -0
- package/dist/esm/runtime/token/file_cache/token_cache.d.ts +24 -0
- package/dist/esm/runtime/token/file_cache/token_cache.d.ts.map +1 -0
- package/dist/esm/runtime/token/file_cache/token_cache.js +4 -0
- package/dist/esm/runtime/token/renewable.d.ts +59 -0
- package/dist/esm/runtime/token/renewable.d.ts.map +1 -0
- package/dist/esm/runtime/token/renewable.js +4 -0
- package/dist/esm/runtime/token/service_account.d.ts +28 -0
- package/dist/esm/runtime/token/service_account.d.ts.map +1 -0
- package/dist/esm/runtime/token/service_account.js +4 -0
- package/dist/esm/runtime/token/static.d.ts +17 -0
- package/dist/esm/runtime/token/static.d.ts.map +1 -0
- package/dist/esm/runtime/token/static.js +4 -0
- package/dist/esm/runtime/token.d.ts +52 -0
- package/dist/esm/runtime/token.d.ts.map +1 -0
- package/dist/esm/runtime/token.js +4 -0
- package/dist/esm/runtime/token_sanitizer.d.ts +31 -0
- package/dist/esm/runtime/token_sanitizer.d.ts.map +1 -0
- package/dist/esm/runtime/token_sanitizer.js +4 -0
- package/dist/esm/runtime/util/cancelable.d.ts +25 -0
- package/dist/esm/runtime/util/cancelable.d.ts.map +1 -0
- package/dist/esm/runtime/util/cancelable.js +4 -0
- package/dist/esm/runtime/util/logging.d.ts +146 -0
- package/dist/esm/runtime/util/logging.d.ts.map +1 -0
- package/dist/esm/runtime/util/logging.js +4 -0
- package/dist/esm/runtime/util/path.d.ts +2 -0
- package/dist/esm/runtime/util/path.d.ts.map +1 -0
- package/dist/esm/runtime/util/path.js +4 -0
- package/dist/esm/sdk.d.ts +98 -0
- package/dist/esm/sdk.d.ts.map +1 -0
- package/dist/esm/sdk.js +4 -0
- package/dist/esm/test/setup.d.ts +1 -0
- package/dist/esm/test/setup.d.ts.map +1 -0
- package/dist/esm/test/setup.js +4 -0
- package/dist/esm/version.d.ts +2 -0
- package/dist/esm/version.d.ts.map +1 -0
- package/dist/esm/version.js +4 -0
- package/package.json +121 -0
|
@@ -0,0 +1,1191 @@
|
|
|
1
|
+
import { Long, unknownFieldsSymbol } from "../../../../runtime/protos/index";
|
|
2
|
+
import type { Dayjs, Duration, MessageFns, EnumInstance, EnumClass } from "../../../../runtime/protos/index";
|
|
3
|
+
import { customJson } from "../../../../runtime/util/logging";
|
|
4
|
+
import { ChannelCredentials, Client, ClientUnaryCall, ClientOptions, CallOptions, Metadata, ServiceError as GrpcServiceError, handleUnaryCall, UntypedServiceImplementation } from "@grpc/grpc-js";
|
|
5
|
+
import type { SDKInterface } from "../../../../sdk";
|
|
6
|
+
import { Request as SDKRequestClass, type RetryOptions } from "../../../../runtime/request";
|
|
7
|
+
import { Operation as OperationWrapper } from "../../../../runtime/operation";
|
|
8
|
+
import { GetByNameRequest, GetOperationRequest, Operation, OperationService, RecurrentResourceEvent, ResourceMetadata } from "../../common/v1";
|
|
9
|
+
export interface CreateClusterRequest {
|
|
10
|
+
$type: "nebius.mk8s.v1.CreateClusterRequest";
|
|
11
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
12
|
+
[customJson]?: () => unknown;
|
|
13
|
+
metadata?: ResourceMetadata | undefined;
|
|
14
|
+
spec?: ClusterSpec | undefined;
|
|
15
|
+
}
|
|
16
|
+
export declare const CreateClusterRequest: MessageFns<CreateClusterRequest, "nebius.mk8s.v1.CreateClusterRequest">;
|
|
17
|
+
export interface GetClusterRequest {
|
|
18
|
+
$type: "nebius.mk8s.v1.GetClusterRequest";
|
|
19
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
20
|
+
[customJson]?: () => unknown;
|
|
21
|
+
id: string;
|
|
22
|
+
resourceVersion: string;
|
|
23
|
+
}
|
|
24
|
+
export declare const GetClusterRequest: MessageFns<GetClusterRequest, "nebius.mk8s.v1.GetClusterRequest">;
|
|
25
|
+
export interface ListClustersRequest {
|
|
26
|
+
$type: "nebius.mk8s.v1.ListClustersRequest";
|
|
27
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
28
|
+
[customJson]?: () => unknown;
|
|
29
|
+
/**
|
|
30
|
+
* ID of the IAM container we are listing the resources in.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
parentId: string;
|
|
34
|
+
/**
|
|
35
|
+
* Specifies the maximum number of items to return in the response.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
pageSize: Long;
|
|
39
|
+
/**
|
|
40
|
+
* Token for pagination, allowing the retrieval of the next set of results.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
pageToken: string;
|
|
44
|
+
}
|
|
45
|
+
export declare const ListClustersRequest: MessageFns<ListClustersRequest, "nebius.mk8s.v1.ListClustersRequest">;
|
|
46
|
+
export interface ListClustersResponse {
|
|
47
|
+
$type: "nebius.mk8s.v1.ListClustersResponse";
|
|
48
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
49
|
+
[customJson]?: () => unknown;
|
|
50
|
+
items: Cluster[];
|
|
51
|
+
nextPageToken: string;
|
|
52
|
+
}
|
|
53
|
+
export declare const ListClustersResponse: MessageFns<ListClustersResponse, "nebius.mk8s.v1.ListClustersResponse">;
|
|
54
|
+
export interface UpdateClusterRequest {
|
|
55
|
+
$type: "nebius.mk8s.v1.UpdateClusterRequest";
|
|
56
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
57
|
+
[customJson]?: () => unknown;
|
|
58
|
+
/**
|
|
59
|
+
* Metadata associated with the instance.
|
|
60
|
+
* Includes ID of the instance to update.
|
|
61
|
+
*
|
|
62
|
+
*/
|
|
63
|
+
metadata?: ResourceMetadata | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* Updated specifications for the instance.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
spec?: ClusterSpec | undefined;
|
|
69
|
+
}
|
|
70
|
+
export declare const UpdateClusterRequest: MessageFns<UpdateClusterRequest, "nebius.mk8s.v1.UpdateClusterRequest">;
|
|
71
|
+
export interface DeleteClusterRequest {
|
|
72
|
+
$type: "nebius.mk8s.v1.DeleteClusterRequest";
|
|
73
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
74
|
+
[customJson]?: () => unknown;
|
|
75
|
+
id: string;
|
|
76
|
+
}
|
|
77
|
+
export declare const DeleteClusterRequest: MessageFns<DeleteClusterRequest, "nebius.mk8s.v1.DeleteClusterRequest">;
|
|
78
|
+
export interface ListClusterControlPlaneVersionsRequest {
|
|
79
|
+
$type: "nebius.mk8s.v1.ListClusterControlPlaneVersionsRequest";
|
|
80
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
81
|
+
[customJson]?: () => unknown;
|
|
82
|
+
}
|
|
83
|
+
export declare const ListClusterControlPlaneVersionsRequest: MessageFns<ListClusterControlPlaneVersionsRequest, "nebius.mk8s.v1.ListClusterControlPlaneVersionsRequest">;
|
|
84
|
+
export interface ListClusterControlPlaneVersionsResponse {
|
|
85
|
+
$type: "nebius.mk8s.v1.ListClusterControlPlaneVersionsResponse";
|
|
86
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
87
|
+
[customJson]?: () => unknown;
|
|
88
|
+
items: ClusterControlPlaneVersion[];
|
|
89
|
+
}
|
|
90
|
+
export declare const ListClusterControlPlaneVersionsResponse: MessageFns<ListClusterControlPlaneVersionsResponse, "nebius.mk8s.v1.ListClusterControlPlaneVersionsResponse">;
|
|
91
|
+
export interface ClusterControlPlaneVersion {
|
|
92
|
+
$type: "nebius.mk8s.v1.ClusterControlPlaneVersion";
|
|
93
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
94
|
+
[customJson]?: () => unknown;
|
|
95
|
+
/**
|
|
96
|
+
* Format of the version includes only MAJOR.MINOR, the same as can be passed to cluster creation API. For example "1.31".
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
version: string;
|
|
100
|
+
}
|
|
101
|
+
export declare const ClusterControlPlaneVersion: MessageFns<ClusterControlPlaneVersion, "nebius.mk8s.v1.ClusterControlPlaneVersion">;
|
|
102
|
+
export type ClusterServiceServiceDescription = typeof ClusterServiceServiceDescription;
|
|
103
|
+
export declare const ClusterServiceServiceDescription: {
|
|
104
|
+
readonly get: {
|
|
105
|
+
readonly path: "/nebius.mk8s.v1.ClusterService/Get";
|
|
106
|
+
readonly requestStream: false;
|
|
107
|
+
readonly responseStream: false;
|
|
108
|
+
readonly requestSerialize: (value: GetClusterRequest) => Buffer<ArrayBuffer>;
|
|
109
|
+
readonly requestDeserialize: (value: Buffer) => GetClusterRequest;
|
|
110
|
+
readonly responseSerialize: (value: Cluster) => Buffer<ArrayBuffer>;
|
|
111
|
+
readonly responseDeserialize: (value: Buffer) => Cluster;
|
|
112
|
+
};
|
|
113
|
+
readonly getByName: {
|
|
114
|
+
readonly path: "/nebius.mk8s.v1.ClusterService/GetByName";
|
|
115
|
+
readonly requestStream: false;
|
|
116
|
+
readonly responseStream: false;
|
|
117
|
+
readonly requestSerialize: (value: GetByNameRequest) => Buffer<ArrayBuffer>;
|
|
118
|
+
readonly requestDeserialize: (value: Buffer) => GetByNameRequest;
|
|
119
|
+
readonly responseSerialize: (value: Cluster) => Buffer<ArrayBuffer>;
|
|
120
|
+
readonly responseDeserialize: (value: Buffer) => Cluster;
|
|
121
|
+
};
|
|
122
|
+
readonly list: {
|
|
123
|
+
readonly path: "/nebius.mk8s.v1.ClusterService/List";
|
|
124
|
+
readonly requestStream: false;
|
|
125
|
+
readonly responseStream: false;
|
|
126
|
+
readonly requestSerialize: (value: ListClustersRequest) => Buffer<ArrayBuffer>;
|
|
127
|
+
readonly requestDeserialize: (value: Buffer) => ListClustersRequest;
|
|
128
|
+
readonly responseSerialize: (value: ListClustersResponse) => Buffer<ArrayBuffer>;
|
|
129
|
+
readonly responseDeserialize: (value: Buffer) => ListClustersResponse;
|
|
130
|
+
};
|
|
131
|
+
readonly create: {
|
|
132
|
+
readonly path: "/nebius.mk8s.v1.ClusterService/Create";
|
|
133
|
+
readonly requestStream: false;
|
|
134
|
+
readonly responseStream: false;
|
|
135
|
+
readonly requestSerialize: (value: CreateClusterRequest) => Buffer<ArrayBuffer>;
|
|
136
|
+
readonly requestDeserialize: (value: Buffer) => CreateClusterRequest;
|
|
137
|
+
readonly responseSerialize: (value: Operation) => Buffer<ArrayBuffer>;
|
|
138
|
+
readonly responseDeserialize: (value: Buffer) => Operation;
|
|
139
|
+
};
|
|
140
|
+
readonly update: {
|
|
141
|
+
readonly path: "/nebius.mk8s.v1.ClusterService/Update";
|
|
142
|
+
readonly requestStream: false;
|
|
143
|
+
readonly responseStream: false;
|
|
144
|
+
readonly requestSerialize: (value: UpdateClusterRequest) => Buffer<ArrayBuffer>;
|
|
145
|
+
readonly requestDeserialize: (value: Buffer) => UpdateClusterRequest;
|
|
146
|
+
readonly responseSerialize: (value: Operation) => Buffer<ArrayBuffer>;
|
|
147
|
+
readonly responseDeserialize: (value: Buffer) => Operation;
|
|
148
|
+
};
|
|
149
|
+
readonly delete: {
|
|
150
|
+
readonly path: "/nebius.mk8s.v1.ClusterService/Delete";
|
|
151
|
+
readonly requestStream: false;
|
|
152
|
+
readonly responseStream: false;
|
|
153
|
+
readonly requestSerialize: (value: DeleteClusterRequest) => Buffer<ArrayBuffer>;
|
|
154
|
+
readonly requestDeserialize: (value: Buffer) => DeleteClusterRequest;
|
|
155
|
+
readonly responseSerialize: (value: Operation) => Buffer<ArrayBuffer>;
|
|
156
|
+
readonly responseDeserialize: (value: Buffer) => Operation;
|
|
157
|
+
};
|
|
158
|
+
readonly listControlPlaneVersions: {
|
|
159
|
+
readonly path: "/nebius.mk8s.v1.ClusterService/ListControlPlaneVersions";
|
|
160
|
+
readonly requestStream: false;
|
|
161
|
+
readonly responseStream: false;
|
|
162
|
+
readonly requestSerialize: (value: ListClusterControlPlaneVersionsRequest) => Buffer<ArrayBuffer>;
|
|
163
|
+
readonly requestDeserialize: (value: Buffer) => ListClusterControlPlaneVersionsRequest;
|
|
164
|
+
readonly responseSerialize: (value: ListClusterControlPlaneVersionsResponse) => Buffer<ArrayBuffer>;
|
|
165
|
+
readonly responseDeserialize: (value: Buffer) => ListClusterControlPlaneVersionsResponse;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
export interface ClusterServiceServer extends UntypedServiceImplementation {
|
|
169
|
+
get: handleUnaryCall<GetClusterRequest, Cluster>;
|
|
170
|
+
getByName: handleUnaryCall<GetByNameRequest, Cluster>;
|
|
171
|
+
list: handleUnaryCall<ListClustersRequest, ListClustersResponse>;
|
|
172
|
+
create: handleUnaryCall<CreateClusterRequest, Operation>;
|
|
173
|
+
update: handleUnaryCall<UpdateClusterRequest, Operation>;
|
|
174
|
+
delete: handleUnaryCall<DeleteClusterRequest, Operation>;
|
|
175
|
+
listControlPlaneVersions: handleUnaryCall<ListClusterControlPlaneVersionsRequest, ListClusterControlPlaneVersionsResponse>;
|
|
176
|
+
}
|
|
177
|
+
export interface ClusterServiceBaseClient extends Client {
|
|
178
|
+
get(request: GetClusterRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Cluster) => void): ClientUnaryCall;
|
|
179
|
+
getByName(request: GetByNameRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Cluster) => void): ClientUnaryCall;
|
|
180
|
+
list(request: ListClustersRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: ListClustersResponse) => void): ClientUnaryCall;
|
|
181
|
+
create(request: CreateClusterRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
|
|
182
|
+
update(request: UpdateClusterRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
|
|
183
|
+
delete(request: DeleteClusterRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
|
|
184
|
+
listControlPlaneVersions(request: ListClusterControlPlaneVersionsRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: ListClusterControlPlaneVersionsResponse) => void): ClientUnaryCall;
|
|
185
|
+
}
|
|
186
|
+
export declare const ClusterServiceBaseClient: {
|
|
187
|
+
new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): ClusterServiceBaseClient;
|
|
188
|
+
service: typeof ClusterServiceServiceDescription;
|
|
189
|
+
serviceName: string;
|
|
190
|
+
};
|
|
191
|
+
export interface ClusterService {
|
|
192
|
+
$type: "nebius.mk8s.v1.ClusterService";
|
|
193
|
+
/**
|
|
194
|
+
* Returns a specific mk8s cluster by its unique identifier.
|
|
195
|
+
*
|
|
196
|
+
*/
|
|
197
|
+
get(request: GetClusterRequest): SDKRequestClass<GetClusterRequest, Cluster>;
|
|
198
|
+
get(request: GetClusterRequest, metadata: Metadata): SDKRequestClass<GetClusterRequest, Cluster>;
|
|
199
|
+
get(request: GetClusterRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<GetClusterRequest, Cluster>;
|
|
200
|
+
/**
|
|
201
|
+
* Returns a specific mk8s cluster by its unique name.
|
|
202
|
+
*
|
|
203
|
+
*/
|
|
204
|
+
getByName(request: GetByNameRequest): SDKRequestClass<GetByNameRequest, Cluster>;
|
|
205
|
+
getByName(request: GetByNameRequest, metadata: Metadata): SDKRequestClass<GetByNameRequest, Cluster>;
|
|
206
|
+
getByName(request: GetByNameRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<GetByNameRequest, Cluster>;
|
|
207
|
+
/**
|
|
208
|
+
* Returns a list of all mk8s clusters in the specified project.
|
|
209
|
+
*
|
|
210
|
+
*/
|
|
211
|
+
list(request: ListClustersRequest): SDKRequestClass<ListClustersRequest, ListClustersResponse>;
|
|
212
|
+
list(request: ListClustersRequest, metadata: Metadata): SDKRequestClass<ListClustersRequest, ListClustersResponse>;
|
|
213
|
+
list(request: ListClustersRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<ListClustersRequest, ListClustersResponse>;
|
|
214
|
+
/**
|
|
215
|
+
* Creates a new mk8s cluster.
|
|
216
|
+
*
|
|
217
|
+
*/
|
|
218
|
+
create(request: CreateClusterRequest): SDKRequestClass<CreateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
219
|
+
create(request: CreateClusterRequest, metadata: Metadata): SDKRequestClass<CreateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
220
|
+
create(request: CreateClusterRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<CreateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
221
|
+
/**
|
|
222
|
+
* Modifies an existing mk8s cluster.
|
|
223
|
+
*
|
|
224
|
+
*/
|
|
225
|
+
update(request: UpdateClusterRequest): SDKRequestClass<UpdateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
226
|
+
update(request: UpdateClusterRequest, metadata: Metadata): SDKRequestClass<UpdateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
227
|
+
update(request: UpdateClusterRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<UpdateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
228
|
+
/**
|
|
229
|
+
* Deletes an mk8s cluster.
|
|
230
|
+
*
|
|
231
|
+
*/
|
|
232
|
+
delete(request: DeleteClusterRequest): SDKRequestClass<DeleteClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
233
|
+
delete(request: DeleteClusterRequest, metadata: Metadata): SDKRequestClass<DeleteClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
234
|
+
delete(request: DeleteClusterRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<DeleteClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
235
|
+
/**
|
|
236
|
+
* ListControlPlaneVersions returns all k8s release versions available in Nebius API.
|
|
237
|
+
*
|
|
238
|
+
*/
|
|
239
|
+
listControlPlaneVersions(request: ListClusterControlPlaneVersionsRequest): SDKRequestClass<ListClusterControlPlaneVersionsRequest, ListClusterControlPlaneVersionsResponse>;
|
|
240
|
+
listControlPlaneVersions(request: ListClusterControlPlaneVersionsRequest, metadata: Metadata): SDKRequestClass<ListClusterControlPlaneVersionsRequest, ListClusterControlPlaneVersionsResponse>;
|
|
241
|
+
listControlPlaneVersions(request: ListClusterControlPlaneVersionsRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<ListClusterControlPlaneVersionsRequest, ListClusterControlPlaneVersionsResponse>;
|
|
242
|
+
}
|
|
243
|
+
export declare class ClusterService implements ClusterService {
|
|
244
|
+
private sdk;
|
|
245
|
+
$type: "nebius.mk8s.v1.ClusterService";
|
|
246
|
+
private addr;
|
|
247
|
+
private spec;
|
|
248
|
+
private apiServiceName;
|
|
249
|
+
constructor(sdk: SDKInterface);
|
|
250
|
+
getOperationService(): OperationService;
|
|
251
|
+
get(request: GetClusterRequest): SDKRequestClass<GetClusterRequest, Cluster>;
|
|
252
|
+
get(request: GetClusterRequest, metadata: Metadata): SDKRequestClass<GetClusterRequest, Cluster>;
|
|
253
|
+
get(request: GetClusterRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<GetClusterRequest, Cluster>;
|
|
254
|
+
getByName(request: GetByNameRequest): SDKRequestClass<GetByNameRequest, Cluster>;
|
|
255
|
+
getByName(request: GetByNameRequest, metadata: Metadata): SDKRequestClass<GetByNameRequest, Cluster>;
|
|
256
|
+
getByName(request: GetByNameRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<GetByNameRequest, Cluster>;
|
|
257
|
+
list(request: ListClustersRequest): SDKRequestClass<ListClustersRequest, ListClustersResponse>;
|
|
258
|
+
list(request: ListClustersRequest, metadata: Metadata): SDKRequestClass<ListClustersRequest, ListClustersResponse>;
|
|
259
|
+
list(request: ListClustersRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<ListClustersRequest, ListClustersResponse>;
|
|
260
|
+
create(request: CreateClusterRequest): SDKRequestClass<CreateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
261
|
+
create(request: CreateClusterRequest, metadata: Metadata): SDKRequestClass<CreateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
262
|
+
create(request: CreateClusterRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<CreateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
263
|
+
update(request: UpdateClusterRequest): SDKRequestClass<UpdateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
264
|
+
update(request: UpdateClusterRequest, metadata: Metadata): SDKRequestClass<UpdateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
265
|
+
update(request: UpdateClusterRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<UpdateClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
266
|
+
delete(request: DeleteClusterRequest): SDKRequestClass<DeleteClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
267
|
+
delete(request: DeleteClusterRequest, metadata: Metadata): SDKRequestClass<DeleteClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
268
|
+
delete(request: DeleteClusterRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<DeleteClusterRequest, OperationWrapper<GetOperationRequest>>;
|
|
269
|
+
listControlPlaneVersions(request: ListClusterControlPlaneVersionsRequest): SDKRequestClass<ListClusterControlPlaneVersionsRequest, ListClusterControlPlaneVersionsResponse>;
|
|
270
|
+
listControlPlaneVersions(request: ListClusterControlPlaneVersionsRequest, metadata: Metadata): SDKRequestClass<ListClusterControlPlaneVersionsRequest, ListClusterControlPlaneVersionsResponse>;
|
|
271
|
+
listControlPlaneVersions(request: ListClusterControlPlaneVersionsRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<ListClusterControlPlaneVersionsRequest, ListClusterControlPlaneVersionsResponse>;
|
|
272
|
+
}
|
|
273
|
+
export type ClusterStatus_State = EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
274
|
+
interface ClusterStatus_StateValueMembers {
|
|
275
|
+
readonly STATE_UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
276
|
+
readonly PROVISIONING: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
277
|
+
readonly RUNNING: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
278
|
+
readonly DELETING: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
279
|
+
}
|
|
280
|
+
export type ClusterStatus_StateClass = EnumClass<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING"> & ClusterStatus_StateValueMembers;
|
|
281
|
+
export declare const ClusterStatus_State: ClusterStatus_StateClass;
|
|
282
|
+
export interface Cluster {
|
|
283
|
+
$type: "nebius.mk8s.v1.Cluster";
|
|
284
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
285
|
+
[customJson]?: () => unknown;
|
|
286
|
+
metadata?: ResourceMetadata | undefined;
|
|
287
|
+
spec?: ClusterSpec | undefined;
|
|
288
|
+
status?: ClusterStatus | undefined;
|
|
289
|
+
}
|
|
290
|
+
export declare const Cluster: MessageFns<Cluster, "nebius.mk8s.v1.Cluster">;
|
|
291
|
+
export interface ClusterSpec {
|
|
292
|
+
$type: "nebius.mk8s.v1.ClusterSpec";
|
|
293
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
294
|
+
[customJson]?: () => unknown;
|
|
295
|
+
controlPlane?: ControlPlaneSpec | undefined;
|
|
296
|
+
/**
|
|
297
|
+
* Defines kubernetes network configuration, like IP allocation.
|
|
298
|
+
*
|
|
299
|
+
*/
|
|
300
|
+
kubeNetwork?: KubeNetworkSpec | undefined;
|
|
301
|
+
}
|
|
302
|
+
export declare const ClusterSpec: MessageFns<ClusterSpec, "nebius.mk8s.v1.ClusterSpec">;
|
|
303
|
+
export interface ControlPlaneSpec {
|
|
304
|
+
$type: "nebius.mk8s.v1.ControlPlaneSpec";
|
|
305
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
306
|
+
[customJson]?: () => unknown;
|
|
307
|
+
/**
|
|
308
|
+
* Desired Kubernetes version of the cluster. For now only acceptable format is
|
|
309
|
+
* `<major>.<minor>` like "1.31". Option for patch version update will be added later.
|
|
310
|
+
*
|
|
311
|
+
*/
|
|
312
|
+
version: string;
|
|
313
|
+
/**
|
|
314
|
+
* Nebius VPC Subnet ID where control plane instances will be located.
|
|
315
|
+
* Also will be default NodeGroup subnet.
|
|
316
|
+
*
|
|
317
|
+
*/
|
|
318
|
+
subnetId: string;
|
|
319
|
+
endpoints?: ControlPlaneEndpointsSpec | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* Number of instances in etcd cluster.
|
|
322
|
+
* 3 by default.
|
|
323
|
+
* Control plane with `etcd_cluster_size: 3` called "Highly Available" ("HA"), because it's Kubernetes API
|
|
324
|
+
* will be available despite a failure of one control plane instance.
|
|
325
|
+
*
|
|
326
|
+
*/
|
|
327
|
+
etcdClusterSize: Long;
|
|
328
|
+
}
|
|
329
|
+
export declare const ControlPlaneSpec: MessageFns<ControlPlaneSpec, "nebius.mk8s.v1.ControlPlaneSpec">;
|
|
330
|
+
export interface ControlPlaneEndpointsSpec {
|
|
331
|
+
$type: "nebius.mk8s.v1.ControlPlaneEndpointsSpec";
|
|
332
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
333
|
+
[customJson]?: () => unknown;
|
|
334
|
+
/**
|
|
335
|
+
* Specification of public endpoint for control plane.
|
|
336
|
+
* Set value to empty, to enable it.
|
|
337
|
+
*
|
|
338
|
+
*/
|
|
339
|
+
publicEndpoint?: PublicEndpointSpec | undefined;
|
|
340
|
+
}
|
|
341
|
+
export declare const ControlPlaneEndpointsSpec: MessageFns<ControlPlaneEndpointsSpec, "nebius.mk8s.v1.ControlPlaneEndpointsSpec">;
|
|
342
|
+
export interface PublicEndpointSpec {
|
|
343
|
+
$type: "nebius.mk8s.v1.PublicEndpointSpec";
|
|
344
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
345
|
+
[customJson]?: () => unknown;
|
|
346
|
+
}
|
|
347
|
+
export declare const PublicEndpointSpec: MessageFns<PublicEndpointSpec, "nebius.mk8s.v1.PublicEndpointSpec">;
|
|
348
|
+
export interface KubeNetworkSpec {
|
|
349
|
+
$type: "nebius.mk8s.v1.KubeNetworkSpec";
|
|
350
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
351
|
+
[customJson]?: () => unknown;
|
|
352
|
+
/**
|
|
353
|
+
* CIDR blocks for Service ClusterIP allocation.
|
|
354
|
+
* For now, only one value is supported.
|
|
355
|
+
* Must be a valid CIDR block or prefix length.
|
|
356
|
+
* In case of prefix length, certain CIDR is auto allocated.
|
|
357
|
+
* Specified CIDR blocks will be reserved in Cluster.spec.control_plane.subnet_id to prevent address duplication.
|
|
358
|
+
* Allowed prefix length is from "/12" to "/28".
|
|
359
|
+
* Empty value treated as ["/16"].
|
|
360
|
+
*
|
|
361
|
+
*/
|
|
362
|
+
serviceCidrs: string[];
|
|
363
|
+
}
|
|
364
|
+
export declare const KubeNetworkSpec: MessageFns<KubeNetworkSpec, "nebius.mk8s.v1.KubeNetworkSpec">;
|
|
365
|
+
export interface ClusterStatus {
|
|
366
|
+
$type: "nebius.mk8s.v1.ClusterStatus";
|
|
367
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
368
|
+
[customJson]?: () => unknown;
|
|
369
|
+
state: ClusterStatus_State;
|
|
370
|
+
controlPlane?: ControlPlaneStatus | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* Show that changes are in flight
|
|
373
|
+
*
|
|
374
|
+
*/
|
|
375
|
+
reconciling: boolean;
|
|
376
|
+
}
|
|
377
|
+
export declare const ClusterStatus: MessageFns<ClusterStatus, "nebius.mk8s.v1.ClusterStatus">;
|
|
378
|
+
export interface ControlPlaneStatus {
|
|
379
|
+
$type: "nebius.mk8s.v1.ControlPlaneStatus";
|
|
380
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
381
|
+
[customJson]?: () => unknown;
|
|
382
|
+
/**
|
|
383
|
+
* Actual Kubernetes and configuration version.
|
|
384
|
+
* Version have format `<major>.<minor>.<patch>-nebius-cp.<infra_version>` like "1.30.0-nebius-cp.3".
|
|
385
|
+
* Where <major>.<minor>.<patch> is Kubernetes version and <infra_version> is version of control plane infrastructure and configuration,
|
|
386
|
+
* which update may include bug fixes, security updates and new features of components running on control plane, like CCM or Cluster Autoscaler.
|
|
387
|
+
*
|
|
388
|
+
*/
|
|
389
|
+
version: string;
|
|
390
|
+
endpoints?: ControlPlaneStatusEndpoints | undefined;
|
|
391
|
+
/**
|
|
392
|
+
* Number of instances in etcd cluster.
|
|
393
|
+
*
|
|
394
|
+
*/
|
|
395
|
+
etcdClusterSize: Long;
|
|
396
|
+
auth?: ControlPlaneStatusAuth | undefined;
|
|
397
|
+
}
|
|
398
|
+
export declare const ControlPlaneStatus: MessageFns<ControlPlaneStatus, "nebius.mk8s.v1.ControlPlaneStatus">;
|
|
399
|
+
/**
|
|
400
|
+
* Endpoints of Kubernetes control plane. Kubernetes API can be accessed at `https://endpoint/`.
|
|
401
|
+
*
|
|
402
|
+
*/
|
|
403
|
+
export interface ControlPlaneStatusEndpoints {
|
|
404
|
+
$type: "nebius.mk8s.v1.ControlPlaneStatusEndpoints";
|
|
405
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
406
|
+
[customJson]?: () => unknown;
|
|
407
|
+
/**
|
|
408
|
+
* DNS name or IP address accessible from the Internet.
|
|
409
|
+
*
|
|
410
|
+
*/
|
|
411
|
+
publicEndpoint: string;
|
|
412
|
+
/**
|
|
413
|
+
* DNS name or IP address accessible from the user VPC.
|
|
414
|
+
*
|
|
415
|
+
*/
|
|
416
|
+
privateEndpoint: string;
|
|
417
|
+
}
|
|
418
|
+
export declare const ControlPlaneStatusEndpoints: MessageFns<ControlPlaneStatusEndpoints, "nebius.mk8s.v1.ControlPlaneStatusEndpoints">;
|
|
419
|
+
export interface ControlPlaneStatusAuth {
|
|
420
|
+
$type: "nebius.mk8s.v1.ControlPlaneStatusAuth";
|
|
421
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
422
|
+
[customJson]?: () => unknown;
|
|
423
|
+
/**
|
|
424
|
+
* PEM with the Cluster Certificate Authority, that must be used for TLS connection to Kubernetes API.
|
|
425
|
+
*
|
|
426
|
+
*/
|
|
427
|
+
clusterCaCertificate: string;
|
|
428
|
+
}
|
|
429
|
+
export declare const ControlPlaneStatusAuth: MessageFns<ControlPlaneStatusAuth, "nebius.mk8s.v1.ControlPlaneStatusAuth">;
|
|
430
|
+
export type Condition_Severity = EnumInstance<"UNRECOGNIZED" | "NONE" | "INFO" | "ERROR">;
|
|
431
|
+
interface Condition_SeverityValueMembers {
|
|
432
|
+
/**
|
|
433
|
+
* Should apply only if the condition is in state "True".
|
|
434
|
+
*
|
|
435
|
+
*/
|
|
436
|
+
readonly NONE: EnumInstance<"UNRECOGNIZED" | "NONE" | "INFO" | "ERROR">;
|
|
437
|
+
/**
|
|
438
|
+
* Specifies that a failure of a condition type
|
|
439
|
+
* should be viewed as purely informational
|
|
440
|
+
*
|
|
441
|
+
*/
|
|
442
|
+
readonly INFO: EnumInstance<"UNRECOGNIZED" | "NONE" | "INFO" | "ERROR">;
|
|
443
|
+
/**
|
|
444
|
+
* Specifies that a failure of a condition type
|
|
445
|
+
* should be viewed as an error.
|
|
446
|
+
*
|
|
447
|
+
*/
|
|
448
|
+
readonly ERROR: EnumInstance<"UNRECOGNIZED" | "NONE" | "INFO" | "ERROR">;
|
|
449
|
+
}
|
|
450
|
+
export type Condition_SeverityClass = EnumClass<"UNRECOGNIZED" | "NONE" | "INFO" | "ERROR"> & Condition_SeverityValueMembers;
|
|
451
|
+
export declare const Condition_Severity: Condition_SeverityClass;
|
|
452
|
+
export type Condition_Status = EnumInstance<"UNRECOGNIZED" | "UNKNOWN" | "TRUE" | "FALSE">;
|
|
453
|
+
interface Condition_StatusValueMembers {
|
|
454
|
+
readonly UNKNOWN: EnumInstance<"UNRECOGNIZED" | "UNKNOWN" | "TRUE" | "FALSE">;
|
|
455
|
+
readonly TRUE: EnumInstance<"UNRECOGNIZED" | "UNKNOWN" | "TRUE" | "FALSE">;
|
|
456
|
+
readonly FALSE: EnumInstance<"UNRECOGNIZED" | "UNKNOWN" | "TRUE" | "FALSE">;
|
|
457
|
+
}
|
|
458
|
+
export type Condition_StatusClass = EnumClass<"UNRECOGNIZED" | "UNKNOWN" | "TRUE" | "FALSE"> & Condition_StatusValueMembers;
|
|
459
|
+
export declare const Condition_Status: Condition_StatusClass;
|
|
460
|
+
export interface Condition {
|
|
461
|
+
$type: "nebius.mk8s.v1.Condition";
|
|
462
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
463
|
+
[customJson]?: () => unknown;
|
|
464
|
+
/**
|
|
465
|
+
* Type of condition. Should be CamelCase
|
|
466
|
+
*
|
|
467
|
+
*/
|
|
468
|
+
type: string;
|
|
469
|
+
/**
|
|
470
|
+
* Status of the condition, one of TRUE, FALSE or UNKNOWN.
|
|
471
|
+
*
|
|
472
|
+
*/
|
|
473
|
+
status: Condition_Status;
|
|
474
|
+
/**
|
|
475
|
+
* The last time the condition transitioned from one status to another.
|
|
476
|
+
*
|
|
477
|
+
*/
|
|
478
|
+
lastTransitionAt?: Dayjs | undefined;
|
|
479
|
+
/**
|
|
480
|
+
* The reason for the condition's last transition in CamelCase.
|
|
481
|
+
* The values are considered a guaranteed API.
|
|
482
|
+
*
|
|
483
|
+
*/
|
|
484
|
+
reason: string;
|
|
485
|
+
/**
|
|
486
|
+
* Explicit classification of Reason code, so the users or machines can immediately
|
|
487
|
+
* understand the current situation and act accordingly.
|
|
488
|
+
*
|
|
489
|
+
*/
|
|
490
|
+
severity: Condition_Severity;
|
|
491
|
+
/**
|
|
492
|
+
* A human readable description message of this detail.
|
|
493
|
+
*
|
|
494
|
+
*/
|
|
495
|
+
description: string;
|
|
496
|
+
lastTransitionError?: Condition_TransitionError | undefined;
|
|
497
|
+
}
|
|
498
|
+
export declare const Condition: MessageFns<Condition, "nebius.mk8s.v1.Condition">;
|
|
499
|
+
export interface Condition_TransitionError {
|
|
500
|
+
$type: "nebius.mk8s.v1.Condition.TransitionError";
|
|
501
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
502
|
+
[customJson]?: () => unknown;
|
|
503
|
+
reason: string;
|
|
504
|
+
description: string;
|
|
505
|
+
}
|
|
506
|
+
export declare const Condition_TransitionError: MessageFns<Condition_TransitionError, "nebius.mk8s.v1.Condition.TransitionError">;
|
|
507
|
+
export type DiskSpec_DiskType = EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "NETWORK_SSD" | "NETWORK_HDD" | "NETWORK_SSD_IO_M3" | "NETWORK_SSD_NON_REPLICATED">;
|
|
508
|
+
interface DiskSpec_DiskTypeValueMembers {
|
|
509
|
+
readonly UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "NETWORK_SSD" | "NETWORK_HDD" | "NETWORK_SSD_IO_M3" | "NETWORK_SSD_NON_REPLICATED">;
|
|
510
|
+
readonly NETWORK_SSD: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "NETWORK_SSD" | "NETWORK_HDD" | "NETWORK_SSD_IO_M3" | "NETWORK_SSD_NON_REPLICATED">;
|
|
511
|
+
readonly NETWORK_HDD: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "NETWORK_SSD" | "NETWORK_HDD" | "NETWORK_SSD_IO_M3" | "NETWORK_SSD_NON_REPLICATED">;
|
|
512
|
+
readonly NETWORK_SSD_IO_M3: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "NETWORK_SSD" | "NETWORK_HDD" | "NETWORK_SSD_IO_M3" | "NETWORK_SSD_NON_REPLICATED">;
|
|
513
|
+
readonly NETWORK_SSD_NON_REPLICATED: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "NETWORK_SSD" | "NETWORK_HDD" | "NETWORK_SSD_IO_M3" | "NETWORK_SSD_NON_REPLICATED">;
|
|
514
|
+
}
|
|
515
|
+
export type DiskSpec_DiskTypeClass = EnumClass<"UNRECOGNIZED" | "UNSPECIFIED" | "NETWORK_SSD" | "NETWORK_HDD" | "NETWORK_SSD_IO_M3" | "NETWORK_SSD_NON_REPLICATED"> & DiskSpec_DiskTypeValueMembers;
|
|
516
|
+
export declare const DiskSpec_DiskType: DiskSpec_DiskTypeClass;
|
|
517
|
+
export interface DiskSpec {
|
|
518
|
+
$type: "nebius.mk8s.v1.DiskSpec";
|
|
519
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
520
|
+
[customJson]?: () => unknown;
|
|
521
|
+
blockSizeBytes: Long;
|
|
522
|
+
type: DiskSpec_DiskType;
|
|
523
|
+
size?: {
|
|
524
|
+
$case: "sizeBytes";
|
|
525
|
+
sizeBytes: Long;
|
|
526
|
+
} | {
|
|
527
|
+
$case: "sizeKibibytes";
|
|
528
|
+
sizeKibibytes: Long;
|
|
529
|
+
} | {
|
|
530
|
+
$case: "sizeMebibytes";
|
|
531
|
+
sizeMebibytes: Long;
|
|
532
|
+
} | {
|
|
533
|
+
$case: "sizeGibibytes";
|
|
534
|
+
sizeGibibytes: Long;
|
|
535
|
+
} | undefined;
|
|
536
|
+
}
|
|
537
|
+
export declare const DiskSpec: MessageFns<DiskSpec, "nebius.mk8s.v1.DiskSpec">;
|
|
538
|
+
export interface ResourcesSpec {
|
|
539
|
+
$type: "nebius.mk8s.v1.ResourcesSpec";
|
|
540
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
541
|
+
[customJson]?: () => unknown;
|
|
542
|
+
platform: string;
|
|
543
|
+
size?: {
|
|
544
|
+
$case: "preset";
|
|
545
|
+
preset: string;
|
|
546
|
+
} | undefined;
|
|
547
|
+
}
|
|
548
|
+
export declare const ResourcesSpec: MessageFns<ResourcesSpec, "nebius.mk8s.v1.ResourcesSpec">;
|
|
549
|
+
export interface CreateNodeGroupRequest {
|
|
550
|
+
$type: "nebius.mk8s.v1.CreateNodeGroupRequest";
|
|
551
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
552
|
+
[customJson]?: () => unknown;
|
|
553
|
+
metadata?: ResourceMetadata | undefined;
|
|
554
|
+
spec?: NodeGroupSpec | undefined;
|
|
555
|
+
}
|
|
556
|
+
export declare const CreateNodeGroupRequest: MessageFns<CreateNodeGroupRequest, "nebius.mk8s.v1.CreateNodeGroupRequest">;
|
|
557
|
+
export interface GetNodeGroupRequest {
|
|
558
|
+
$type: "nebius.mk8s.v1.GetNodeGroupRequest";
|
|
559
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
560
|
+
[customJson]?: () => unknown;
|
|
561
|
+
id: string;
|
|
562
|
+
resourceVersion: string;
|
|
563
|
+
}
|
|
564
|
+
export declare const GetNodeGroupRequest: MessageFns<GetNodeGroupRequest, "nebius.mk8s.v1.GetNodeGroupRequest">;
|
|
565
|
+
export interface ListNodeGroupsRequest {
|
|
566
|
+
$type: "nebius.mk8s.v1.ListNodeGroupsRequest";
|
|
567
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
568
|
+
[customJson]?: () => unknown;
|
|
569
|
+
/**
|
|
570
|
+
* ID of the parent Cluster.
|
|
571
|
+
*
|
|
572
|
+
*/
|
|
573
|
+
parentId: string;
|
|
574
|
+
/**
|
|
575
|
+
* Specifies the maximum number of items to return in the response.
|
|
576
|
+
*
|
|
577
|
+
*/
|
|
578
|
+
pageSize: Long;
|
|
579
|
+
/**
|
|
580
|
+
* Token for pagination, allowing the retrieval of the next set of results.
|
|
581
|
+
*
|
|
582
|
+
*/
|
|
583
|
+
pageToken: string;
|
|
584
|
+
}
|
|
585
|
+
export declare const ListNodeGroupsRequest: MessageFns<ListNodeGroupsRequest, "nebius.mk8s.v1.ListNodeGroupsRequest">;
|
|
586
|
+
export interface ListNodeGroupsResponse {
|
|
587
|
+
$type: "nebius.mk8s.v1.ListNodeGroupsResponse";
|
|
588
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
589
|
+
[customJson]?: () => unknown;
|
|
590
|
+
items: NodeGroup[];
|
|
591
|
+
nextPageToken: string;
|
|
592
|
+
}
|
|
593
|
+
export declare const ListNodeGroupsResponse: MessageFns<ListNodeGroupsResponse, "nebius.mk8s.v1.ListNodeGroupsResponse">;
|
|
594
|
+
export interface UpdateNodeGroupRequest {
|
|
595
|
+
$type: "nebius.mk8s.v1.UpdateNodeGroupRequest";
|
|
596
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
597
|
+
[customJson]?: () => unknown;
|
|
598
|
+
metadata?: ResourceMetadata | undefined;
|
|
599
|
+
spec?: NodeGroupSpec | undefined;
|
|
600
|
+
}
|
|
601
|
+
export declare const UpdateNodeGroupRequest: MessageFns<UpdateNodeGroupRequest, "nebius.mk8s.v1.UpdateNodeGroupRequest">;
|
|
602
|
+
export interface DeleteNodeGroupRequest {
|
|
603
|
+
$type: "nebius.mk8s.v1.DeleteNodeGroupRequest";
|
|
604
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
605
|
+
[customJson]?: () => unknown;
|
|
606
|
+
id: string;
|
|
607
|
+
}
|
|
608
|
+
export declare const DeleteNodeGroupRequest: MessageFns<DeleteNodeGroupRequest, "nebius.mk8s.v1.DeleteNodeGroupRequest">;
|
|
609
|
+
export interface UpgradeNodeGroupRequest {
|
|
610
|
+
$type: "nebius.mk8s.v1.UpgradeNodeGroupRequest";
|
|
611
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
612
|
+
[customJson]?: () => unknown;
|
|
613
|
+
id: string;
|
|
614
|
+
upgradeType?: {
|
|
615
|
+
$case: "latestInfraVersion";
|
|
616
|
+
latestInfraVersion: {};
|
|
617
|
+
} | undefined;
|
|
618
|
+
}
|
|
619
|
+
export declare const UpgradeNodeGroupRequest: MessageFns<UpgradeNodeGroupRequest, "nebius.mk8s.v1.UpgradeNodeGroupRequest">;
|
|
620
|
+
export type NodeGroupServiceServiceDescription = typeof NodeGroupServiceServiceDescription;
|
|
621
|
+
export declare const NodeGroupServiceServiceDescription: {
|
|
622
|
+
readonly get: {
|
|
623
|
+
readonly path: "/nebius.mk8s.v1.NodeGroupService/Get";
|
|
624
|
+
readonly requestStream: false;
|
|
625
|
+
readonly responseStream: false;
|
|
626
|
+
readonly requestSerialize: (value: GetNodeGroupRequest) => Buffer<ArrayBuffer>;
|
|
627
|
+
readonly requestDeserialize: (value: Buffer) => GetNodeGroupRequest;
|
|
628
|
+
readonly responseSerialize: (value: NodeGroup) => Buffer<ArrayBuffer>;
|
|
629
|
+
readonly responseDeserialize: (value: Buffer) => NodeGroup;
|
|
630
|
+
};
|
|
631
|
+
readonly getByName: {
|
|
632
|
+
readonly path: "/nebius.mk8s.v1.NodeGroupService/GetByName";
|
|
633
|
+
readonly requestStream: false;
|
|
634
|
+
readonly responseStream: false;
|
|
635
|
+
readonly requestSerialize: (value: GetByNameRequest) => Buffer<ArrayBuffer>;
|
|
636
|
+
readonly requestDeserialize: (value: Buffer) => GetByNameRequest;
|
|
637
|
+
readonly responseSerialize: (value: NodeGroup) => Buffer<ArrayBuffer>;
|
|
638
|
+
readonly responseDeserialize: (value: Buffer) => NodeGroup;
|
|
639
|
+
};
|
|
640
|
+
readonly list: {
|
|
641
|
+
readonly path: "/nebius.mk8s.v1.NodeGroupService/List";
|
|
642
|
+
readonly requestStream: false;
|
|
643
|
+
readonly responseStream: false;
|
|
644
|
+
readonly requestSerialize: (value: ListNodeGroupsRequest) => Buffer<ArrayBuffer>;
|
|
645
|
+
readonly requestDeserialize: (value: Buffer) => ListNodeGroupsRequest;
|
|
646
|
+
readonly responseSerialize: (value: ListNodeGroupsResponse) => Buffer<ArrayBuffer>;
|
|
647
|
+
readonly responseDeserialize: (value: Buffer) => ListNodeGroupsResponse;
|
|
648
|
+
};
|
|
649
|
+
readonly create: {
|
|
650
|
+
readonly path: "/nebius.mk8s.v1.NodeGroupService/Create";
|
|
651
|
+
readonly requestStream: false;
|
|
652
|
+
readonly responseStream: false;
|
|
653
|
+
readonly requestSerialize: (value: CreateNodeGroupRequest) => Buffer<ArrayBuffer>;
|
|
654
|
+
readonly requestDeserialize: (value: Buffer) => CreateNodeGroupRequest;
|
|
655
|
+
readonly responseSerialize: (value: Operation) => Buffer<ArrayBuffer>;
|
|
656
|
+
readonly responseDeserialize: (value: Buffer) => Operation;
|
|
657
|
+
};
|
|
658
|
+
readonly update: {
|
|
659
|
+
readonly path: "/nebius.mk8s.v1.NodeGroupService/Update";
|
|
660
|
+
readonly requestStream: false;
|
|
661
|
+
readonly responseStream: false;
|
|
662
|
+
readonly requestSerialize: (value: UpdateNodeGroupRequest) => Buffer<ArrayBuffer>;
|
|
663
|
+
readonly requestDeserialize: (value: Buffer) => UpdateNodeGroupRequest;
|
|
664
|
+
readonly responseSerialize: (value: Operation) => Buffer<ArrayBuffer>;
|
|
665
|
+
readonly responseDeserialize: (value: Buffer) => Operation;
|
|
666
|
+
};
|
|
667
|
+
readonly delete: {
|
|
668
|
+
readonly path: "/nebius.mk8s.v1.NodeGroupService/Delete";
|
|
669
|
+
readonly requestStream: false;
|
|
670
|
+
readonly responseStream: false;
|
|
671
|
+
readonly requestSerialize: (value: DeleteNodeGroupRequest) => Buffer<ArrayBuffer>;
|
|
672
|
+
readonly requestDeserialize: (value: Buffer) => DeleteNodeGroupRequest;
|
|
673
|
+
readonly responseSerialize: (value: Operation) => Buffer<ArrayBuffer>;
|
|
674
|
+
readonly responseDeserialize: (value: Buffer) => Operation;
|
|
675
|
+
};
|
|
676
|
+
readonly upgrade: {
|
|
677
|
+
readonly path: "/nebius.mk8s.v1.NodeGroupService/Upgrade";
|
|
678
|
+
readonly requestStream: false;
|
|
679
|
+
readonly responseStream: false;
|
|
680
|
+
readonly requestSerialize: (value: UpgradeNodeGroupRequest) => Buffer<ArrayBuffer>;
|
|
681
|
+
readonly requestDeserialize: (value: Buffer) => UpgradeNodeGroupRequest;
|
|
682
|
+
readonly responseSerialize: (value: Operation) => Buffer<ArrayBuffer>;
|
|
683
|
+
readonly responseDeserialize: (value: Buffer) => Operation;
|
|
684
|
+
};
|
|
685
|
+
};
|
|
686
|
+
export interface NodeGroupServiceServer extends UntypedServiceImplementation {
|
|
687
|
+
get: handleUnaryCall<GetNodeGroupRequest, NodeGroup>;
|
|
688
|
+
getByName: handleUnaryCall<GetByNameRequest, NodeGroup>;
|
|
689
|
+
list: handleUnaryCall<ListNodeGroupsRequest, ListNodeGroupsResponse>;
|
|
690
|
+
create: handleUnaryCall<CreateNodeGroupRequest, Operation>;
|
|
691
|
+
update: handleUnaryCall<UpdateNodeGroupRequest, Operation>;
|
|
692
|
+
delete: handleUnaryCall<DeleteNodeGroupRequest, Operation>;
|
|
693
|
+
upgrade: handleUnaryCall<UpgradeNodeGroupRequest, Operation>;
|
|
694
|
+
}
|
|
695
|
+
export interface NodeGroupServiceBaseClient extends Client {
|
|
696
|
+
get(request: GetNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: NodeGroup) => void): ClientUnaryCall;
|
|
697
|
+
getByName(request: GetByNameRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: NodeGroup) => void): ClientUnaryCall;
|
|
698
|
+
list(request: ListNodeGroupsRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: ListNodeGroupsResponse) => void): ClientUnaryCall;
|
|
699
|
+
create(request: CreateNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
|
|
700
|
+
update(request: UpdateNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
|
|
701
|
+
delete(request: DeleteNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
|
|
702
|
+
upgrade(request: UpgradeNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions>, callback: (error: GrpcServiceError | null, response: Operation) => void): ClientUnaryCall;
|
|
703
|
+
}
|
|
704
|
+
export declare const NodeGroupServiceBaseClient: {
|
|
705
|
+
new (address: string, credentials: ChannelCredentials, options?: Partial<ClientOptions>): NodeGroupServiceBaseClient;
|
|
706
|
+
service: typeof NodeGroupServiceServiceDescription;
|
|
707
|
+
serviceName: string;
|
|
708
|
+
};
|
|
709
|
+
export interface NodeGroupService {
|
|
710
|
+
$type: "nebius.mk8s.v1.NodeGroupService";
|
|
711
|
+
get(request: GetNodeGroupRequest): SDKRequestClass<GetNodeGroupRequest, NodeGroup>;
|
|
712
|
+
get(request: GetNodeGroupRequest, metadata: Metadata): SDKRequestClass<GetNodeGroupRequest, NodeGroup>;
|
|
713
|
+
get(request: GetNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<GetNodeGroupRequest, NodeGroup>;
|
|
714
|
+
getByName(request: GetByNameRequest): SDKRequestClass<GetByNameRequest, NodeGroup>;
|
|
715
|
+
getByName(request: GetByNameRequest, metadata: Metadata): SDKRequestClass<GetByNameRequest, NodeGroup>;
|
|
716
|
+
getByName(request: GetByNameRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<GetByNameRequest, NodeGroup>;
|
|
717
|
+
list(request: ListNodeGroupsRequest): SDKRequestClass<ListNodeGroupsRequest, ListNodeGroupsResponse>;
|
|
718
|
+
list(request: ListNodeGroupsRequest, metadata: Metadata): SDKRequestClass<ListNodeGroupsRequest, ListNodeGroupsResponse>;
|
|
719
|
+
list(request: ListNodeGroupsRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<ListNodeGroupsRequest, ListNodeGroupsResponse>;
|
|
720
|
+
create(request: CreateNodeGroupRequest): SDKRequestClass<CreateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
721
|
+
create(request: CreateNodeGroupRequest, metadata: Metadata): SDKRequestClass<CreateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
722
|
+
create(request: CreateNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<CreateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
723
|
+
update(request: UpdateNodeGroupRequest): SDKRequestClass<UpdateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
724
|
+
update(request: UpdateNodeGroupRequest, metadata: Metadata): SDKRequestClass<UpdateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
725
|
+
update(request: UpdateNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<UpdateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
726
|
+
delete(request: DeleteNodeGroupRequest): SDKRequestClass<DeleteNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
727
|
+
delete(request: DeleteNodeGroupRequest, metadata: Metadata): SDKRequestClass<DeleteNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
728
|
+
delete(request: DeleteNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<DeleteNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
729
|
+
upgrade(request: UpgradeNodeGroupRequest): SDKRequestClass<UpgradeNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
730
|
+
upgrade(request: UpgradeNodeGroupRequest, metadata: Metadata): SDKRequestClass<UpgradeNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
731
|
+
upgrade(request: UpgradeNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<UpgradeNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
732
|
+
}
|
|
733
|
+
export declare class NodeGroupService implements NodeGroupService {
|
|
734
|
+
private sdk;
|
|
735
|
+
$type: "nebius.mk8s.v1.NodeGroupService";
|
|
736
|
+
private addr;
|
|
737
|
+
private spec;
|
|
738
|
+
private apiServiceName;
|
|
739
|
+
constructor(sdk: SDKInterface);
|
|
740
|
+
getOperationService(): OperationService;
|
|
741
|
+
get(request: GetNodeGroupRequest): SDKRequestClass<GetNodeGroupRequest, NodeGroup>;
|
|
742
|
+
get(request: GetNodeGroupRequest, metadata: Metadata): SDKRequestClass<GetNodeGroupRequest, NodeGroup>;
|
|
743
|
+
get(request: GetNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<GetNodeGroupRequest, NodeGroup>;
|
|
744
|
+
getByName(request: GetByNameRequest): SDKRequestClass<GetByNameRequest, NodeGroup>;
|
|
745
|
+
getByName(request: GetByNameRequest, metadata: Metadata): SDKRequestClass<GetByNameRequest, NodeGroup>;
|
|
746
|
+
getByName(request: GetByNameRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<GetByNameRequest, NodeGroup>;
|
|
747
|
+
list(request: ListNodeGroupsRequest): SDKRequestClass<ListNodeGroupsRequest, ListNodeGroupsResponse>;
|
|
748
|
+
list(request: ListNodeGroupsRequest, metadata: Metadata): SDKRequestClass<ListNodeGroupsRequest, ListNodeGroupsResponse>;
|
|
749
|
+
list(request: ListNodeGroupsRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<ListNodeGroupsRequest, ListNodeGroupsResponse>;
|
|
750
|
+
create(request: CreateNodeGroupRequest): SDKRequestClass<CreateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
751
|
+
create(request: CreateNodeGroupRequest, metadata: Metadata): SDKRequestClass<CreateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
752
|
+
create(request: CreateNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<CreateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
753
|
+
update(request: UpdateNodeGroupRequest): SDKRequestClass<UpdateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
754
|
+
update(request: UpdateNodeGroupRequest, metadata: Metadata): SDKRequestClass<UpdateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
755
|
+
update(request: UpdateNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<UpdateNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
756
|
+
delete(request: DeleteNodeGroupRequest): SDKRequestClass<DeleteNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
757
|
+
delete(request: DeleteNodeGroupRequest, metadata: Metadata): SDKRequestClass<DeleteNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
758
|
+
delete(request: DeleteNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<DeleteNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
759
|
+
upgrade(request: UpgradeNodeGroupRequest): SDKRequestClass<UpgradeNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
760
|
+
upgrade(request: UpgradeNodeGroupRequest, metadata: Metadata): SDKRequestClass<UpgradeNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
761
|
+
upgrade(request: UpgradeNodeGroupRequest, metadata: Metadata, options: Partial<CallOptions> & RetryOptions): SDKRequestClass<UpgradeNodeGroupRequest, OperationWrapper<GetOperationRequest>>;
|
|
762
|
+
}
|
|
763
|
+
export type AttachedFilesystemSpec_AttachMode = EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "READ_ONLY" | "READ_WRITE">;
|
|
764
|
+
interface AttachedFilesystemSpec_AttachModeValueMembers {
|
|
765
|
+
readonly UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "READ_ONLY" | "READ_WRITE">;
|
|
766
|
+
readonly READ_ONLY: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "READ_ONLY" | "READ_WRITE">;
|
|
767
|
+
readonly READ_WRITE: EnumInstance<"UNRECOGNIZED" | "UNSPECIFIED" | "READ_ONLY" | "READ_WRITE">;
|
|
768
|
+
}
|
|
769
|
+
export type AttachedFilesystemSpec_AttachModeClass = EnumClass<"UNRECOGNIZED" | "UNSPECIFIED" | "READ_ONLY" | "READ_WRITE"> & AttachedFilesystemSpec_AttachModeValueMembers;
|
|
770
|
+
export declare const AttachedFilesystemSpec_AttachMode: AttachedFilesystemSpec_AttachModeClass;
|
|
771
|
+
export type NodeTaint_Effect = EnumInstance<"UNRECOGNIZED" | "EFFECT_UNSPECIFIED" | "NO_EXECUTE" | "NO_SCHEDULE" | "PREFER_NO_SCHEDULE">;
|
|
772
|
+
interface NodeTaint_EffectValueMembers {
|
|
773
|
+
readonly EFFECT_UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "EFFECT_UNSPECIFIED" | "NO_EXECUTE" | "NO_SCHEDULE" | "PREFER_NO_SCHEDULE">;
|
|
774
|
+
readonly NO_EXECUTE: EnumInstance<"UNRECOGNIZED" | "EFFECT_UNSPECIFIED" | "NO_EXECUTE" | "NO_SCHEDULE" | "PREFER_NO_SCHEDULE">;
|
|
775
|
+
readonly NO_SCHEDULE: EnumInstance<"UNRECOGNIZED" | "EFFECT_UNSPECIFIED" | "NO_EXECUTE" | "NO_SCHEDULE" | "PREFER_NO_SCHEDULE">;
|
|
776
|
+
readonly PREFER_NO_SCHEDULE: EnumInstance<"UNRECOGNIZED" | "EFFECT_UNSPECIFIED" | "NO_EXECUTE" | "NO_SCHEDULE" | "PREFER_NO_SCHEDULE">;
|
|
777
|
+
}
|
|
778
|
+
export type NodeTaint_EffectClass = EnumClass<"UNRECOGNIZED" | "EFFECT_UNSPECIFIED" | "NO_EXECUTE" | "NO_SCHEDULE" | "PREFER_NO_SCHEDULE"> & NodeTaint_EffectValueMembers;
|
|
779
|
+
export declare const NodeTaint_Effect: NodeTaint_EffectClass;
|
|
780
|
+
export type NodeGroupStatus_State = EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
781
|
+
interface NodeGroupStatus_StateValueMembers {
|
|
782
|
+
readonly STATE_UNSPECIFIED: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
783
|
+
readonly PROVISIONING: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
784
|
+
readonly RUNNING: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
785
|
+
readonly DELETING: EnumInstance<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING">;
|
|
786
|
+
}
|
|
787
|
+
export type NodeGroupStatus_StateClass = EnumClass<"UNRECOGNIZED" | "STATE_UNSPECIFIED" | "PROVISIONING" | "RUNNING" | "DELETING"> & NodeGroupStatus_StateValueMembers;
|
|
788
|
+
export declare const NodeGroupStatus_State: NodeGroupStatus_StateClass;
|
|
789
|
+
/**
|
|
790
|
+
* NodeGroup represents Kubernetes node pool - set of worker machines having the same configuration.
|
|
791
|
+
* A Node is a Nebius Compute Instance created in Cluster.metadata.parent_id container, running kubelet
|
|
792
|
+
* that registers in Kubernetes API and a Node object created.
|
|
793
|
+
*
|
|
794
|
+
*/
|
|
795
|
+
export interface NodeGroup {
|
|
796
|
+
$type: "nebius.mk8s.v1.NodeGroup";
|
|
797
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
798
|
+
[customJson]?: () => unknown;
|
|
799
|
+
/**
|
|
800
|
+
* The parent_id is an ID of Cluster
|
|
801
|
+
*
|
|
802
|
+
*/
|
|
803
|
+
metadata?: ResourceMetadata | undefined;
|
|
804
|
+
spec?: NodeGroupSpec | undefined;
|
|
805
|
+
status?: NodeGroupStatus | undefined;
|
|
806
|
+
}
|
|
807
|
+
export declare const NodeGroup: MessageFns<NodeGroup, "nebius.mk8s.v1.NodeGroup">;
|
|
808
|
+
export interface NodeGroupSpec {
|
|
809
|
+
$type: "nebius.mk8s.v1.NodeGroupSpec";
|
|
810
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
811
|
+
[customJson]?: () => unknown;
|
|
812
|
+
/**
|
|
813
|
+
* Version is desired Kubernetes version of the cluster. For now only acceptable format is
|
|
814
|
+
* `<major>.<minor>` like "1.31". Option for patch version update will be added later.
|
|
815
|
+
* By default the cluster control plane <major>.<minor> version will be used.
|
|
816
|
+
*
|
|
817
|
+
*/
|
|
818
|
+
version: string;
|
|
819
|
+
/**
|
|
820
|
+
* Parameters for Kubernetes Node object and Nebius Compute Instance
|
|
821
|
+
* If not written opposite a NodeTemplate field update will cause NodeGroup roll-out according NodeGroupDeploymentStrategy.
|
|
822
|
+
*
|
|
823
|
+
*/
|
|
824
|
+
template?: NodeTemplate | undefined;
|
|
825
|
+
/**
|
|
826
|
+
* Defines deployment - roll-out, or nodes re-creation during configuration change.
|
|
827
|
+
* Allows to setup compromise in roll-out speed, extra resources consumption and workloads disruption.
|
|
828
|
+
*
|
|
829
|
+
*/
|
|
830
|
+
strategy?: NodeGroupDeploymentStrategy | undefined;
|
|
831
|
+
size?: {
|
|
832
|
+
$case: "fixedNodeCount";
|
|
833
|
+
fixedNodeCount: Long;
|
|
834
|
+
} | {
|
|
835
|
+
$case: "autoscaling";
|
|
836
|
+
autoscaling: NodeGroupAutoscalingSpec;
|
|
837
|
+
} | undefined;
|
|
838
|
+
}
|
|
839
|
+
export declare const NodeGroupSpec: MessageFns<NodeGroupSpec, "nebius.mk8s.v1.NodeGroupSpec">;
|
|
840
|
+
export interface NodeTemplate {
|
|
841
|
+
$type: "nebius.mk8s.v1.NodeTemplate";
|
|
842
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
843
|
+
[customJson]?: () => unknown;
|
|
844
|
+
metadata?: NodeMetadataTemplate | undefined;
|
|
845
|
+
/**
|
|
846
|
+
* Kubernetes Node taints.
|
|
847
|
+
* For now change will not be propagated to existing nodes, so will be applied only to Kubernetes Nodes created after the field change.
|
|
848
|
+
* That behaviour may change later.
|
|
849
|
+
* So, for now you will need to manually set them to existing nodes, if that is needed.
|
|
850
|
+
* Field change will NOT trigger NodeGroup roll out.
|
|
851
|
+
*
|
|
852
|
+
*/
|
|
853
|
+
taints: NodeTaint[];
|
|
854
|
+
/**
|
|
855
|
+
* Resources that will have Nebius Compute Instance where Node kubelet will run.
|
|
856
|
+
*
|
|
857
|
+
*/
|
|
858
|
+
resources?: ResourcesSpec | undefined;
|
|
859
|
+
/**
|
|
860
|
+
* Parameters of a Node Nebius Compute Instance boot disk.
|
|
861
|
+
*
|
|
862
|
+
*/
|
|
863
|
+
bootDisk?: DiskSpec | undefined;
|
|
864
|
+
/**
|
|
865
|
+
* GPU-related settings.
|
|
866
|
+
*
|
|
867
|
+
*/
|
|
868
|
+
gpuSettings?: GpuSettings | undefined;
|
|
869
|
+
/**
|
|
870
|
+
* OS version that will be used to create the boot disk of Compute Instances in the NodeGroup.
|
|
871
|
+
* Supported platform / Kubernetes version / OS / driver presets combinations
|
|
872
|
+
* * `gpu-l40s-a`, `gpu-l40s-d`, `gpu-h100-sxm`, `gpu-h200-sxm`, `cpu-e1`, `cpu-e2`, `cpu-d3`:
|
|
873
|
+
* * `drivers_preset`: `""`
|
|
874
|
+
* * `version`: 1.30 → `"ubuntu22.04"`
|
|
875
|
+
* * `version`: 1.31 → `"ubuntu22.04"` (default), `"ubuntu24.04"`
|
|
876
|
+
* * `gpu-l40s-a`, `gpu-l40s-d`, `gpu-h100-sxm`, `gpu-h200-sxm`:
|
|
877
|
+
* * `drivers_preset`: `"cuda12"` (CUDA 12.4)
|
|
878
|
+
* * `version`: 1.30, 1.31 → `"ubuntu22.04"`
|
|
879
|
+
* * `drivers_preset`: `"cuda12.4"`
|
|
880
|
+
* * `version`: 1.31 → `"ubuntu22.04"`
|
|
881
|
+
* * `drivers_preset`: `"cuda12.8"`
|
|
882
|
+
* * `version`: 1.31 → `"ubuntu24.04"`
|
|
883
|
+
* * `gpu-b200-sxm`:
|
|
884
|
+
* * `drivers_preset`: `""`
|
|
885
|
+
* * `version`: 1.30, 1.31 → `"ubuntu24.04"`
|
|
886
|
+
* * `drivers_preset`: `"cuda12"` (CUDA 12.8)
|
|
887
|
+
* * `version`: 1.30, 1.31 → `"ubuntu24.04"`
|
|
888
|
+
* * `drivers_preset`: `"cuda12.8"`
|
|
889
|
+
* * `version`: 1.31 → `"ubuntu24.04"`
|
|
890
|
+
* * `gpu-b200-sxm-a`:
|
|
891
|
+
* * `drivers_preset`: `""`
|
|
892
|
+
* * `version`: 1.31 → `"ubuntu24.04"`
|
|
893
|
+
* * `drivers_preset`: `"cuda12.8"`
|
|
894
|
+
* * `version`: 1.31 → `"ubuntu24.04"`
|
|
895
|
+
*
|
|
896
|
+
*/
|
|
897
|
+
os: string;
|
|
898
|
+
/**
|
|
899
|
+
* Nebius Compute GPUCluster ID that will be attached to node.
|
|
900
|
+
*
|
|
901
|
+
*/
|
|
902
|
+
gpuCluster?: GpuClusterSpec | undefined;
|
|
903
|
+
networkInterfaces: NetworkInterfaceTemplate[];
|
|
904
|
+
/**
|
|
905
|
+
* Static attachments of Compute Filesystem.
|
|
906
|
+
* Can be used as a workaround, until CSI for Compute Disk and Filesystem will be available.
|
|
907
|
+
*
|
|
908
|
+
*/
|
|
909
|
+
filesystems: AttachedFilesystemSpec[];
|
|
910
|
+
/**
|
|
911
|
+
* cloud-init user-data
|
|
912
|
+
* Should contain at least one SSH key.
|
|
913
|
+
*
|
|
914
|
+
*/
|
|
915
|
+
cloudInitUserData: string;
|
|
916
|
+
/**
|
|
917
|
+
* the Nebius service account whose credentials will be available on the nodes of the group.
|
|
918
|
+
* With these credentials, it is possible to make `nebius` CLI or public API requests from the nodes without the need for extra authentication.
|
|
919
|
+
* This service account is also used to make requests to container registry.
|
|
920
|
+
*
|
|
921
|
+
* `resource.serviceaccount.issueAccessToken` permission is required to use this field.
|
|
922
|
+
*
|
|
923
|
+
*/
|
|
924
|
+
serviceAccountId: string;
|
|
925
|
+
/**
|
|
926
|
+
* Configures whether the nodes in the group are preemptible.
|
|
927
|
+
* Set to empty value to enable preemptible nodes.
|
|
928
|
+
*
|
|
929
|
+
*/
|
|
930
|
+
preemptible?: PreemptibleSpec | undefined;
|
|
931
|
+
}
|
|
932
|
+
export declare const NodeTemplate: MessageFns<NodeTemplate, "nebius.mk8s.v1.NodeTemplate">;
|
|
933
|
+
export interface NodeMetadataTemplate {
|
|
934
|
+
$type: "nebius.mk8s.v1.NodeMetadataTemplate";
|
|
935
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
936
|
+
[customJson]?: () => unknown;
|
|
937
|
+
/**
|
|
938
|
+
* Kubernetes Node labels.
|
|
939
|
+
* For now change will not be propagated to existing nodes, so will be applied only to Kubernetes Nodes created after the field change.
|
|
940
|
+
* That behaviour may change later.
|
|
941
|
+
* So, for now you will need to manually set them to existing nodes, if that is needed.
|
|
942
|
+
*
|
|
943
|
+
* System labels containing "kubernetes.io" and "k8s.io" will be ignored.
|
|
944
|
+
* Field change will NOT trigger NodeGroup roll out.
|
|
945
|
+
*
|
|
946
|
+
*/
|
|
947
|
+
labels: {
|
|
948
|
+
[key: string]: string;
|
|
949
|
+
};
|
|
950
|
+
}
|
|
951
|
+
export declare const NodeMetadataTemplate: MessageFns<NodeMetadataTemplate, "nebius.mk8s.v1.NodeMetadataTemplate">;
|
|
952
|
+
/**
|
|
953
|
+
* GPU-related settings.
|
|
954
|
+
*
|
|
955
|
+
*/
|
|
956
|
+
export interface GpuSettings {
|
|
957
|
+
$type: "nebius.mk8s.v1.GpuSettings";
|
|
958
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
959
|
+
[customJson]?: () => unknown;
|
|
960
|
+
/**
|
|
961
|
+
* Identifier of the predefined set of drivers included in the ComputeImage deployed on ComputeInstances that are part of the NodeGroup.
|
|
962
|
+
* Supported presets for different platform / Kubernetes version combinations:
|
|
963
|
+
* * `gpu-l40s-a`, `gpu-l40s-d`, `gpu-h100-sxm`, `gpu-h200-sxm`:
|
|
964
|
+
* * `version`: 1.30 → `"cuda12"` (CUDA 12.4)
|
|
965
|
+
* * `version`: 1.31 → `"cuda12"` (CUDA 12.4), `"cuda12.4"`, `"cuda12.8"`
|
|
966
|
+
* * `gpu-b200-sxm`:
|
|
967
|
+
* * `version`: 1.31 → `"cuda12"` (CUDA 12.8), `"cuda12.8"`
|
|
968
|
+
* * `gpu-b200-sxm-a`:
|
|
969
|
+
* * `version`: 1.31 → `"cuda12.8"`
|
|
970
|
+
*
|
|
971
|
+
*/
|
|
972
|
+
driversPreset: string;
|
|
973
|
+
}
|
|
974
|
+
export declare const GpuSettings: MessageFns<GpuSettings, "nebius.mk8s.v1.GpuSettings">;
|
|
975
|
+
export interface GpuClusterSpec {
|
|
976
|
+
$type: "nebius.mk8s.v1.GpuClusterSpec";
|
|
977
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
978
|
+
[customJson]?: () => unknown;
|
|
979
|
+
id: string;
|
|
980
|
+
}
|
|
981
|
+
export declare const GpuClusterSpec: MessageFns<GpuClusterSpec, "nebius.mk8s.v1.GpuClusterSpec">;
|
|
982
|
+
export interface NetworkInterfaceTemplate {
|
|
983
|
+
$type: "nebius.mk8s.v1.NetworkInterfaceTemplate";
|
|
984
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
985
|
+
[customJson]?: () => unknown;
|
|
986
|
+
/**
|
|
987
|
+
* Parameters for Public IPv4 address associated with the interface.
|
|
988
|
+
* Set to empty value, to enable it.
|
|
989
|
+
*
|
|
990
|
+
*/
|
|
991
|
+
publicIpAddress?: PublicIPAddress | undefined;
|
|
992
|
+
/**
|
|
993
|
+
* Nebius VPC Subnet ID that will be attached to a node cloud instance network interface.
|
|
994
|
+
* By default Cluster control plane subnet_id used.
|
|
995
|
+
* Subnet should be located in the same network with control plane.
|
|
996
|
+
*
|
|
997
|
+
*/
|
|
998
|
+
subnetId: string;
|
|
999
|
+
}
|
|
1000
|
+
export declare const NetworkInterfaceTemplate: MessageFns<NetworkInterfaceTemplate, "nebius.mk8s.v1.NetworkInterfaceTemplate">;
|
|
1001
|
+
/**
|
|
1002
|
+
* Describes a public IP address.
|
|
1003
|
+
*
|
|
1004
|
+
*/
|
|
1005
|
+
export interface PublicIPAddress {
|
|
1006
|
+
$type: "nebius.mk8s.v1.PublicIPAddress";
|
|
1007
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1008
|
+
[customJson]?: () => unknown;
|
|
1009
|
+
}
|
|
1010
|
+
export declare const PublicIPAddress: MessageFns<PublicIPAddress, "nebius.mk8s.v1.PublicIPAddress">;
|
|
1011
|
+
export interface AttachedFilesystemSpec {
|
|
1012
|
+
$type: "nebius.mk8s.v1.AttachedFilesystemSpec";
|
|
1013
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1014
|
+
[customJson]?: () => unknown;
|
|
1015
|
+
attachMode: AttachedFilesystemSpec_AttachMode;
|
|
1016
|
+
/**
|
|
1017
|
+
* Specifies the user-defined identifier, allowing to use it as a device in mount command.
|
|
1018
|
+
*
|
|
1019
|
+
*/
|
|
1020
|
+
mountTag: string;
|
|
1021
|
+
type?: {
|
|
1022
|
+
$case: "existingFilesystem";
|
|
1023
|
+
existingFilesystem: ExistingFilesystem;
|
|
1024
|
+
} | undefined;
|
|
1025
|
+
}
|
|
1026
|
+
export declare const AttachedFilesystemSpec: MessageFns<AttachedFilesystemSpec, "nebius.mk8s.v1.AttachedFilesystemSpec">;
|
|
1027
|
+
export interface ExistingFilesystem {
|
|
1028
|
+
$type: "nebius.mk8s.v1.ExistingFilesystem";
|
|
1029
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1030
|
+
[customJson]?: () => unknown;
|
|
1031
|
+
id: string;
|
|
1032
|
+
}
|
|
1033
|
+
export declare const ExistingFilesystem: MessageFns<ExistingFilesystem, "nebius.mk8s.v1.ExistingFilesystem">;
|
|
1034
|
+
export interface NodeGroupAutoscalingSpec {
|
|
1035
|
+
$type: "nebius.mk8s.v1.NodeGroupAutoscalingSpec";
|
|
1036
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1037
|
+
[customJson]?: () => unknown;
|
|
1038
|
+
minNodeCount: Long;
|
|
1039
|
+
maxNodeCount: Long;
|
|
1040
|
+
}
|
|
1041
|
+
export declare const NodeGroupAutoscalingSpec: MessageFns<NodeGroupAutoscalingSpec, "nebius.mk8s.v1.NodeGroupAutoscalingSpec">;
|
|
1042
|
+
/**
|
|
1043
|
+
* See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/
|
|
1044
|
+
*
|
|
1045
|
+
*/
|
|
1046
|
+
export interface NodeTaint {
|
|
1047
|
+
$type: "nebius.mk8s.v1.NodeTaint";
|
|
1048
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1049
|
+
[customJson]?: () => unknown;
|
|
1050
|
+
key: string;
|
|
1051
|
+
value: string;
|
|
1052
|
+
effect: NodeTaint_Effect;
|
|
1053
|
+
}
|
|
1054
|
+
export declare const NodeTaint: MessageFns<NodeTaint, "nebius.mk8s.v1.NodeTaint">;
|
|
1055
|
+
export interface NodeGroupDeploymentStrategy {
|
|
1056
|
+
$type: "nebius.mk8s.v1.NodeGroupDeploymentStrategy";
|
|
1057
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1058
|
+
[customJson]?: () => unknown;
|
|
1059
|
+
/**
|
|
1060
|
+
* The maximum number of nodes that can be simultaneously unavailable during the update process.
|
|
1061
|
+
* This value can be specified either as an absolute number (for example 3) or as a percentage of the desired number of nodes (for example 5%).
|
|
1062
|
+
* When specified as a percentage, the actual number is calculated by rounding down to the nearest whole number.
|
|
1063
|
+
* This value cannot be 0 if `max_surge` is also set to 0.
|
|
1064
|
+
* Defaults to 0.
|
|
1065
|
+
* Example: If set to 20%, up to 20% of the nodes can be taken offline at once during the update,
|
|
1066
|
+
* ensuring that at least 80% of the desired nodes remain operational.
|
|
1067
|
+
*
|
|
1068
|
+
*/
|
|
1069
|
+
maxUnavailable?: PercentOrCount | undefined;
|
|
1070
|
+
/**
|
|
1071
|
+
* The maximum number of additional nodes that can be provisioned above the desired number of nodes during the update process.
|
|
1072
|
+
* This value can be specified either as an absolute number (for example 3) or as a percentage of the desired number of nodes (for example 5%).
|
|
1073
|
+
* When specified as a percentage, the actual number is calculated by rounding up to the nearest whole number.
|
|
1074
|
+
* This value cannot be 0 if `max_unavailable` is also set to 0.
|
|
1075
|
+
* Defaults to 1.
|
|
1076
|
+
* Example: If set to 25%, the node group can scale up by an additional 25% during the update,
|
|
1077
|
+
* allowing new nodes to be added before old nodes are removed, which helps minimize workload disruption.
|
|
1078
|
+
* NOTE: it is user responsibility to ensure that there are enough quota for provision nodes above the desired number.
|
|
1079
|
+
* Available quota effectively limits `max_surge`.
|
|
1080
|
+
* In case of not enough quota even for one extra node, update operation will hung because of quota exhausted error.
|
|
1081
|
+
* Such error will be visible in Operation.progress_data.
|
|
1082
|
+
*
|
|
1083
|
+
*/
|
|
1084
|
+
maxSurge?: PercentOrCount | undefined;
|
|
1085
|
+
/**
|
|
1086
|
+
* Maximum amount of time that the service will spend on attempting gracefully draining a node (evicting it's pods), before
|
|
1087
|
+
* falling back to pod deletion.
|
|
1088
|
+
* By default, node can be drained unlimited time.
|
|
1089
|
+
* Important consequence of that is if PodDisruptionBudget doesn't allow to evict a pod,
|
|
1090
|
+
* then NodeGroup update with node re-creation will hung on that pod eviction.
|
|
1091
|
+
* Note, that it is different from `kubectl drain --timeout`
|
|
1092
|
+
*
|
|
1093
|
+
*/
|
|
1094
|
+
drainTimeout?: Duration | undefined;
|
|
1095
|
+
}
|
|
1096
|
+
export declare const NodeGroupDeploymentStrategy: MessageFns<NodeGroupDeploymentStrategy, "nebius.mk8s.v1.NodeGroupDeploymentStrategy">;
|
|
1097
|
+
export interface PercentOrCount {
|
|
1098
|
+
$type: "nebius.mk8s.v1.PercentOrCount";
|
|
1099
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1100
|
+
[customJson]?: () => unknown;
|
|
1101
|
+
value?: {
|
|
1102
|
+
$case: "percent";
|
|
1103
|
+
percent: Long;
|
|
1104
|
+
} | {
|
|
1105
|
+
$case: "count";
|
|
1106
|
+
count: Long;
|
|
1107
|
+
} | undefined;
|
|
1108
|
+
}
|
|
1109
|
+
export declare const PercentOrCount: MessageFns<PercentOrCount, "nebius.mk8s.v1.PercentOrCount">;
|
|
1110
|
+
export interface PreemptibleSpec {
|
|
1111
|
+
$type: "nebius.mk8s.v1.PreemptibleSpec";
|
|
1112
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1113
|
+
[customJson]?: () => unknown;
|
|
1114
|
+
}
|
|
1115
|
+
export declare const PreemptibleSpec: MessageFns<PreemptibleSpec, "nebius.mk8s.v1.PreemptibleSpec">;
|
|
1116
|
+
export interface NodeGroupStatus {
|
|
1117
|
+
$type: "nebius.mk8s.v1.NodeGroupStatus";
|
|
1118
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1119
|
+
[customJson]?: () => unknown;
|
|
1120
|
+
state: NodeGroupStatus_State;
|
|
1121
|
+
/**
|
|
1122
|
+
* Actual version of NodeGroup. Have format `<major>.<minor>.<patch>-nebius-node.<infra_version>` like "1.30.0-nebius-node.10".
|
|
1123
|
+
* Where <major>.<minor>.<patch> is Kubernetes version and <infra_version> is version of Node infrastructure and configuration,
|
|
1124
|
+
* which update may include bug fixes, security updates and new features depending on worker node configuration.
|
|
1125
|
+
*
|
|
1126
|
+
*/
|
|
1127
|
+
version: string;
|
|
1128
|
+
/**
|
|
1129
|
+
* Desired total number of nodes that should be in the node group.
|
|
1130
|
+
* It is either `NodeGroupSpec.fixed_node_count` or arbitrary number between
|
|
1131
|
+
* `NodeGroupAutoscalingSpec.min_node_count` and `NodeGroupAutoscalingSpec.max_node_count` decided by autoscaler.
|
|
1132
|
+
*
|
|
1133
|
+
*/
|
|
1134
|
+
targetNodeCount: Long;
|
|
1135
|
+
/**
|
|
1136
|
+
* Total number of nodes that are currently in the node group.
|
|
1137
|
+
* Both ready and not ready nodes are counted.
|
|
1138
|
+
*
|
|
1139
|
+
*/
|
|
1140
|
+
nodeCount: Long;
|
|
1141
|
+
/**
|
|
1142
|
+
* Total number of nodes that has outdated node configuration.
|
|
1143
|
+
* These nodes will be replaced by new nodes with up-to-date configuration.
|
|
1144
|
+
*
|
|
1145
|
+
*/
|
|
1146
|
+
outdatedNodeCount: Long;
|
|
1147
|
+
/**
|
|
1148
|
+
* Total number of nodes that successfully joined the cluster and are ready to serve workloads.
|
|
1149
|
+
* Both outdated and up-to-date nodes are counted.
|
|
1150
|
+
*
|
|
1151
|
+
*/
|
|
1152
|
+
readyNodeCount: Long;
|
|
1153
|
+
/** @deprecated Deprecated, will be removed on 2025-08-01: it is not implemented well, messages should be used instead. */
|
|
1154
|
+
conditions: Condition[];
|
|
1155
|
+
events: RecurrentResourceEvent[];
|
|
1156
|
+
/**
|
|
1157
|
+
* Show that there are changes are in flight.
|
|
1158
|
+
*
|
|
1159
|
+
*/
|
|
1160
|
+
reconciling: boolean;
|
|
1161
|
+
}
|
|
1162
|
+
export declare const NodeGroupStatus: MessageFns<NodeGroupStatus, "nebius.mk8s.v1.NodeGroupStatus">;
|
|
1163
|
+
export interface ProgressData {
|
|
1164
|
+
$type: "nebius.mk8s.v1.ProgressData";
|
|
1165
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1166
|
+
[customJson]?: () => unknown;
|
|
1167
|
+
/**
|
|
1168
|
+
* Problems encountered during the operation execution.
|
|
1169
|
+
*
|
|
1170
|
+
*/
|
|
1171
|
+
problems: Problem[];
|
|
1172
|
+
}
|
|
1173
|
+
export declare const ProgressData: MessageFns<ProgressData, "nebius.mk8s.v1.ProgressData">;
|
|
1174
|
+
export interface Problem {
|
|
1175
|
+
$type: "nebius.mk8s.v1.Problem";
|
|
1176
|
+
[unknownFieldsSymbol]?: Uint8Array | undefined;
|
|
1177
|
+
[customJson]?: () => unknown;
|
|
1178
|
+
/**
|
|
1179
|
+
* Stage on which the problem occurred.
|
|
1180
|
+
*
|
|
1181
|
+
*/
|
|
1182
|
+
stage: string;
|
|
1183
|
+
/**
|
|
1184
|
+
* Message describing the problem.
|
|
1185
|
+
*
|
|
1186
|
+
*/
|
|
1187
|
+
message: string;
|
|
1188
|
+
}
|
|
1189
|
+
export declare const Problem: MessageFns<Problem, "nebius.mk8s.v1.Problem">;
|
|
1190
|
+
export {};
|
|
1191
|
+
//# sourceMappingURL=index.d.ts.map
|