1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 11:39:36 +02:00

Update useKubernetes.js

This commit is contained in:
Richard Sanders 2024-04-12 10:57:02 -04:00 committed by GitHub
parent 2518a88621
commit 5f6d2e2146
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ const loadConfig = require('../../../utils/loadConfig');
const gatewayRoutes = [ const gatewayRoutes = [
{ type: 'httproutes', version: 'v1' }, { type: 'httproutes', version: 'v1' },
{ type: 'httproutes', version: 'v1beta1' },
{ type: 'tcproutes', version: 'v1alpha2' }, { type: 'tcproutes', version: 'v1alpha2' },
{ type: 'grpcroutes', version: 'v1alpha2' }, { type: 'grpcroutes', version: 'v1alpha2' },
{ type: 'tlsroutes', version: 'v1alpha2' }, { type: 'tlsroutes', version: 'v1alpha2' },