TOOLS/ — generators + scripts + config + ARCHITECTURE.md ├── yaml-generator/ (code) ├── resource-generator/ (code) ├── docs-generator/ (code) ├── scripts/ (← devops/*.sh) ├── config/ (← devops/profiles/ + devops/config/) │ ├── test/ profile.env, services_list.txt, operation_timeouts.json │ ├── prod/ │ └── dev/ └── ARCHITECTURE.md (← devops/ARCHITECTURE.md) generated/ — pipeline output only (gitignored) ├── test/resources_yaml/, go/, docs/, provider_build/ ├── prod/ └── dev/ provider/ — code only, no generated files resources_yaml/ — DELETED (generated) internal/resources_gen/ — DELETED (generated) devops/ — removed (replaced by TOOLS/scripts + TOOLS/config + generated/) Generators now fail if NUBES_*_DIR not set (no defaults to provider/). Provider requires pipeline to populate resources_gen/ before build.
3.0 KiB
3.0 KiB
Resource nubes_kafka_user
Service: nubes_kafka (ID: 116)
ApacheKafka (основной) | Operations | User | Example
Create params
Обязательные параметры
| ID | Code | Type | Description | Constraints |
|---|---|---|---|---|
| 530 | username | string | Пример: `username-admin` | |
| 531 | name_topic | string | Пример: `orders-events`. Использовать маску нельзя(`orders*`), только полное название или `*` | |
| 532 | operations | string | Пример: `Create, Describe, Read, Write` | |
| 533 | group | string | Пример: `order-consumers` или `*` | |
| 534 | access_hosts | string | Пример: `192.168.1.0/24` или `*` |
Modify params
| ID | Code | Type | Description | Constraints |
|---|---|---|---|---|
| 535 | name_topic | string | Пример: `orders-events`. Использовать маску нельзя(`orders*`), только полное название или `*` | |
| 536 | operations | string | Пример: `Create, Describe, Read, Write` | |
| 537 | group | string | Пример: `order-consumers` или `*` | |
| 538 | access_hosts | string | Пример: `192.168.1.0/24` или `*` | |
| 539 | username | string | Пример: `username-admin` |
Delete params
| ID | Code | Type | Description | Constraints |
|---|---|---|---|---|
| 540 | username | string | Пример: `username-admin` |