mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
Add ingress feature to controller (#5)
Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
This commit is contained in:
co-authored by
Maycon Santos
parent
cea60745d2
commit
166091b8e0
@@ -29,4 +29,50 @@ resources:
|
||||
webhooks:
|
||||
defaulting: true
|
||||
webhookVersion: v1
|
||||
- api:
|
||||
crdVersion: v1
|
||||
namespaced: true
|
||||
controller: true
|
||||
domain: netbird.io
|
||||
kind: NBRoutingPeer
|
||||
path: github.com/netbirdio/kubernetes-operator/api/v1
|
||||
version: v1
|
||||
webhooks:
|
||||
validation: true
|
||||
webhookVersion: v1
|
||||
- controller: true
|
||||
external: true
|
||||
kind: Service
|
||||
path: k8s.io/api/core/v1
|
||||
version: v1
|
||||
- api:
|
||||
crdVersion: v1
|
||||
namespaced: true
|
||||
controller: true
|
||||
domain: netbird.io
|
||||
kind: NBResource
|
||||
path: github.com/netbirdio/kubernetes-operator/api/v1
|
||||
version: v1
|
||||
webhooks:
|
||||
validation: true
|
||||
webhookVersion: v1
|
||||
- api:
|
||||
crdVersion: v1
|
||||
namespaced: true
|
||||
controller: true
|
||||
domain: netbird.io
|
||||
kind: NBGroup
|
||||
path: github.com/netbirdio/kubernetes-operator/api/v1
|
||||
version: v1
|
||||
webhooks:
|
||||
validation: true
|
||||
webhookVersion: v1
|
||||
- api:
|
||||
crdVersion: v1
|
||||
namespaced: true
|
||||
controller: true
|
||||
domain: netbird.io
|
||||
kind: NBPolicy
|
||||
path: github.com/netbirdio/kubernetes-operator/api/v1
|
||||
version: v1
|
||||
version: "3"
|
||||
|
||||
Reference in New Issue
Block a user