|
91 | 91 | "example": "192.0.2.5", |
92 | 92 | "type": "string" |
93 | 93 | }, |
| 94 | + "labels": { |
| 95 | + "additionalProperties": { |
| 96 | + "type": "string" |
| 97 | + }, |
| 98 | + "description": "Labels represent user-defined metadata as key-value pairs.\nLabel count should not exceed 64 per LB.\n**Key Formatting Rules:**\nLength: 1-63 characters.\nCharacters: Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between.\nKeys starting with 'stackit-' are system-reserved; users MUST NOT manage them.\n\n**Value Formatting Rules:**\nLength: 0-63 characters (empty string explicitly allowed).\nCharacters (for non-empty values): Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between.\n", |
| 99 | + "example": { |
| 100 | + "cost.center": "billing.dept", |
| 101 | + "environment": "prod", |
| 102 | + "name": "my-app", |
| 103 | + "region": "" |
| 104 | + }, |
| 105 | + "type": "object" |
| 106 | + }, |
94 | 107 | "listeners": { |
95 | 108 | "description": "There is a maximum listener count of 20.\n\nPort and protocol limitations:\n\n- UDP listeners cannot have the same port.\n- TCP-derived listeners cannot have the same port. A TCP-derived listener is any listener that listens on a TCP port. As of now those are: TCP, TCP_PROXY, and PROTOCOL_TLS_PASSTHROUGH. The only exception is, if all listeners for the same port are PROTOCOL_TLS_PASSTHROUGH.\n- PROTOCOL_TLS_PASSTHROUGH listeners cannot have the same port and at least one common domain name.\n- PROTOCOL_TLS_PASSTHROUGH listeners can have the same domain name and different ports though (e.g. ports 443 and 8443 for domain example.com).\n- PROTOCOL_TLS_PASSTHROUGH listeners without a domain name serve as a default listener and you can have only one default listener.\n", |
96 | 109 | "items": { |
|
365 | 378 | "example": "192.0.2.5", |
366 | 379 | "type": "string" |
367 | 380 | }, |
| 381 | + "labels": { |
| 382 | + "additionalProperties": { |
| 383 | + "type": "string" |
| 384 | + }, |
| 385 | + "description": "Labels represent user-defined metadata as key-value pairs.\nLabel count should not exceed 64 per LB.\n**Key Formatting Rules:**\nLength: 1-63 characters.\nCharacters: Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between.\nKeys starting with 'stackit-' are system-reserved; users MUST NOT manage them.\n\n**Value Formatting Rules:**\nLength: 0-63 characters (empty string explicitly allowed).\nCharacters (for non-empty values): Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between.\n", |
| 386 | + "example": { |
| 387 | + "cost.center": "billing.dept", |
| 388 | + "environment": "prod", |
| 389 | + "name": "my-app", |
| 390 | + "region": "" |
| 391 | + }, |
| 392 | + "type": "object" |
| 393 | + }, |
368 | 394 | "listeners": { |
369 | 395 | "description": "There is a maximum listener count of 20.\n\nPort and protocol limitations:\n\n- UDP listeners cannot have the same port.\n- TCP-derived listeners cannot have the same port. A TCP-derived listener is any listener that listens on a TCP port. As of now those are: TCP, TCP_PROXY, and PROTOCOL_TLS_PASSTHROUGH. The only exception is, if all listeners for the same port are PROTOCOL_TLS_PASSTHROUGH.\n- PROTOCOL_TLS_PASSTHROUGH listeners cannot have the same port and at least one common domain name.\n- PROTOCOL_TLS_PASSTHROUGH listeners can have the same domain name and different ports though (e.g. ports 443 and 8443 for domain example.com).\n- PROTOCOL_TLS_PASSTHROUGH listeners without a domain name serve as a default listener and you can have only one default listener.\n", |
370 | 396 | "items": { |
|
785 | 811 | "example": "192.0.2.5", |
786 | 812 | "type": "string" |
787 | 813 | }, |
| 814 | + "labels": { |
| 815 | + "additionalProperties": { |
| 816 | + "type": "string" |
| 817 | + }, |
| 818 | + "description": "Labels represent user-defined metadata as key-value pairs.\nLabel count should not exceed 64 per LB.\n**Key Formatting Rules:**\nLength: 1-63 characters.\nCharacters: Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between.\nKeys starting with 'stackit-' are system-reserved; users MUST NOT manage them.\n\n**Value Formatting Rules:**\nLength: 0-63 characters (empty string explicitly allowed).\nCharacters (for non-empty values): Must begin and end with [a-zA-Z0-9]. May contain dashes (-), underscores (_), dots (.), and alphanumerics in between.\n", |
| 819 | + "example": { |
| 820 | + "cost.center": "billing.dept", |
| 821 | + "environment": "prod", |
| 822 | + "name": "my-app", |
| 823 | + "region": "" |
| 824 | + }, |
| 825 | + "type": "object" |
| 826 | + }, |
788 | 827 | "listeners": { |
789 | 828 | "description": "There is a maximum listener count of 20.\n\nPort and protocol limitations:\n\n- UDP listeners cannot have the same port.\n- TCP-derived listeners cannot have the same port. A TCP-derived listener is any listener that listens on a TCP port. As of now those are: TCP, TCP_PROXY, and PROTOCOL_TLS_PASSTHROUGH. The only exception is, if all listeners for the same port are PROTOCOL_TLS_PASSTHROUGH.\n- PROTOCOL_TLS_PASSTHROUGH listeners cannot have the same port and at least one common domain name.\n- PROTOCOL_TLS_PASSTHROUGH listeners can have the same domain name and different ports though (e.g. ports 443 and 8443 for domain example.com).\n- PROTOCOL_TLS_PASSTHROUGH listeners without a domain name serve as a default listener and you can have only one default listener.\n", |
790 | 829 | "items": { |
|
0 commit comments