mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
This change implements a new group resource. It also sets the standard for a resource reference will be done through out the controller. A resource reference can either be done by ID or as a local named reference to the actual resource. This allows end users to chose if they want to manage things completely in the cluster or not. Part of #172 Signed-off-by: Philip Laine <philip.laine@gmail.com>
8 lines
107 B
YAML
8 lines
107 B
YAML
apiVersion: netbird.io/v1alpha1
|
|
kind: Group
|
|
metadata:
|
|
name: test
|
|
namespace: default
|
|
spec:
|
|
name: test
|