mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
stuff
This commit is contained in:
11
src/resources/istio/istio.ts
Normal file
11
src/resources/istio/istio.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { DestinationRule } from './destination-rule/destination-rule.ts';
|
||||
import { Gateway } from './gateway/gateway.ts';
|
||||
import { VirtualService } from './virtual-service/virtual-service.ts';
|
||||
|
||||
const istio = {
|
||||
gateway: Gateway,
|
||||
destinationRule: DestinationRule,
|
||||
virtualService: VirtualService,
|
||||
};
|
||||
|
||||
export { istio };
|
||||
Reference in New Issue
Block a user