add info about ingress allow list and which port is public #1981
radix-web-console-pr.yml
on: pull_request
Build
57s
Test
24s
Dependencies
32s
Lint
28s
Test RadixConfig
27s
Annotations
10 errors
Lint:
src/components/page-deployment-component/dev.tsx#L34
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-component/dev.tsx#L92
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-job-component/dev.tsx#L32
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-job-component/dev.tsx#L66
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-job-component/dev.tsx#L120
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-job-component/dev.tsx#L150
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-job-component/dev.tsx#L187
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-job-component/dev.tsx#L235
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-job-component/dev.tsx#L269
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|
Lint:
src/components/page-deployment-job-component/dev.tsx#L323
Property 'isPublic' is missing in type '{ name: string; port: number; }' but required in type 'Port'.
|