mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
lot more stuff
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const GROUP = 'homelab.mortenolsen.pro';
|
||||
const NAMESPACE = 'homelab';
|
||||
const API_VERSION = `${GROUP}/v1`;
|
||||
|
||||
const FIELDS = {
|
||||
domain: {
|
||||
@@ -7,4 +7,10 @@ const FIELDS = {
|
||||
},
|
||||
};
|
||||
|
||||
export { GROUP, NAMESPACE, FIELDS };
|
||||
const CONTROLLED_LABEL = {
|
||||
[`${GROUP}/controlled`]: 'true',
|
||||
};
|
||||
|
||||
const CONTROLLED_LABEL_SELECTOR = `${GROUP}/controlled=true`;
|
||||
|
||||
export { GROUP, FIELDS, CONTROLLED_LABEL, CONTROLLED_LABEL_SELECTOR, API_VERSION };
|
||||
|
||||
Reference in New Issue
Block a user