@highstate/gateway-api 0.9.30 → 0.9.32
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/CHANGELOG.md +2 -14
- package/bin/gateway/index.d.ts +4 -1
- package/bin/gateway/index.js +7 -1
- package/bin/gateway/index.js.map +1 -1
- package/bin/gateway/v1alpha1/index.d.ts +18 -0
- package/bin/gateway/v1alpha1/index.js +42 -0
- package/bin/gateway/v1alpha1/index.js.map +1 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicy.d.ts +63 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicy.js +65 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicy.js.map +1 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicyList.d.ts +67 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicyList.js +65 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicyList.js.map +1 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicyPatch.d.ts +69 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicyPatch.js +71 -0
- package/bin/gateway/v1alpha1/xbackendTrafficPolicyPatch.js.map +1 -0
- package/bin/gateway/v1alpha1/xlistenerSet.d.ts +63 -0
- package/bin/gateway/v1alpha1/xlistenerSet.js +65 -0
- package/bin/gateway/v1alpha1/xlistenerSet.js.map +1 -0
- package/bin/gateway/v1alpha1/xlistenerSetList.d.ts +67 -0
- package/bin/gateway/v1alpha1/xlistenerSetList.js +65 -0
- package/bin/gateway/v1alpha1/xlistenerSetList.js.map +1 -0
- package/bin/gateway/v1alpha1/xlistenerSetPatch.d.ts +69 -0
- package/bin/gateway/v1alpha1/xlistenerSetPatch.js +71 -0
- package/bin/gateway/v1alpha1/xlistenerSetPatch.js.map +1 -0
- package/bin/gateway/v1alpha2/index.d.ts +27 -0
- package/bin/gateway/v1alpha2/index.js +54 -0
- package/bin/gateway/v1alpha2/index.js.map +1 -0
- package/bin/gateway/v1alpha2/tcproute.d.ts +64 -0
- package/bin/gateway/v1alpha2/tcproute.js +66 -0
- package/bin/gateway/v1alpha2/tcproute.js.map +1 -0
- package/bin/gateway/v1alpha2/tcprouteList.d.ts +67 -0
- package/bin/gateway/v1alpha2/tcprouteList.js +65 -0
- package/bin/gateway/v1alpha2/tcprouteList.js.map +1 -0
- package/bin/gateway/v1alpha2/tcproutePatch.d.ts +70 -0
- package/bin/gateway/v1alpha2/tcproutePatch.js +72 -0
- package/bin/gateway/v1alpha2/tcproutePatch.js.map +1 -0
- package/bin/gateway/v1alpha2/tlsroute.d.ts +67 -0
- package/bin/gateway/v1alpha2/tlsroute.js +69 -0
- package/bin/gateway/v1alpha2/tlsroute.js.map +1 -0
- package/bin/gateway/v1alpha2/tlsrouteList.d.ts +67 -0
- package/bin/gateway/v1alpha2/tlsrouteList.js +65 -0
- package/bin/gateway/v1alpha2/tlsrouteList.js.map +1 -0
- package/bin/gateway/v1alpha2/tlsroutePatch.d.ts +73 -0
- package/bin/gateway/v1alpha2/tlsroutePatch.js +75 -0
- package/bin/gateway/v1alpha2/tlsroutePatch.js.map +1 -0
- package/bin/gateway/v1alpha2/udproute.d.ts +64 -0
- package/bin/gateway/v1alpha2/udproute.js +66 -0
- package/bin/gateway/v1alpha2/udproute.js.map +1 -0
- package/bin/gateway/v1alpha2/udprouteList.d.ts +67 -0
- package/bin/gateway/v1alpha2/udprouteList.js +65 -0
- package/bin/gateway/v1alpha2/udprouteList.js.map +1 -0
- package/bin/gateway/v1alpha2/udproutePatch.d.ts +70 -0
- package/bin/gateway/v1alpha2/udproutePatch.js +72 -0
- package/bin/gateway/v1alpha2/udproutePatch.js.map +1 -0
- package/bin/gateway/v1alpha3/backendTLSPolicy.d.ts +63 -0
- package/bin/gateway/v1alpha3/backendTLSPolicy.js +65 -0
- package/bin/gateway/v1alpha3/backendTLSPolicy.js.map +1 -0
- package/bin/gateway/v1alpha3/backendTLSPolicyList.d.ts +67 -0
- package/bin/gateway/v1alpha3/backendTLSPolicyList.js +65 -0
- package/bin/gateway/v1alpha3/backendTLSPolicyList.js.map +1 -0
- package/bin/gateway/v1alpha3/backendTLSPolicyPatch.d.ts +69 -0
- package/bin/gateway/v1alpha3/backendTLSPolicyPatch.js +71 -0
- package/bin/gateway/v1alpha3/backendTLSPolicyPatch.js.map +1 -0
- package/bin/gateway/v1alpha3/index.d.ts +9 -0
- package/bin/gateway/v1alpha3/index.js +30 -0
- package/bin/gateway/v1alpha3/index.js.map +1 -0
- package/bin/package.json +2 -2
- package/bin/types/input.d.ts +9778 -800
- package/bin/types/output.d.ts +11204 -846
- package/gateway/index.ts +6 -0
- package/gateway/v1alpha1/index.ts +60 -0
- package/gateway/v1alpha1/xbackendTrafficPolicy.ts +100 -0
- package/gateway/v1alpha1/xbackendTrafficPolicyList.ts +105 -0
- package/gateway/v1alpha1/xbackendTrafficPolicyPatch.ts +106 -0
- package/gateway/v1alpha1/xlistenerSet.ts +100 -0
- package/gateway/v1alpha1/xlistenerSetList.ts +105 -0
- package/gateway/v1alpha1/xlistenerSetPatch.ts +106 -0
- package/gateway/v1alpha2/index.ts +81 -0
- package/gateway/v1alpha2/tcproute.ts +101 -0
- package/gateway/v1alpha2/tcprouteList.ts +105 -0
- package/gateway/v1alpha2/tcproutePatch.ts +107 -0
- package/gateway/v1alpha2/tlsroute.ts +104 -0
- package/gateway/v1alpha2/tlsrouteList.ts +105 -0
- package/gateway/v1alpha2/tlsroutePatch.ts +110 -0
- package/gateway/v1alpha2/udproute.ts +101 -0
- package/gateway/v1alpha2/udprouteList.ts +105 -0
- package/gateway/v1alpha2/udproutePatch.ts +107 -0
- package/gateway/v1alpha3/backendTLSPolicy.ts +100 -0
- package/gateway/v1alpha3/backendTLSPolicyList.ts +105 -0
- package/gateway/v1alpha3/backendTLSPolicyPatch.ts +106 -0
- package/gateway/v1alpha3/index.ts +39 -0
- package/package.json +3 -3
- package/tsconfig.json +21 -0
- package/types/input.ts +10078 -944
- package/types/output.ts +11514 -973
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.