Take different approach to finding CR.

Requires less privileges.
This commit is contained in:
Michael Lipp 2023-09-16 11:47:24 +02:00
parent 2210dbcae2
commit ea6751282c
2 changed files with 61 additions and 59 deletions

View file

@ -29,9 +29,6 @@ public class Constants {
/** The Constant VM_OP_GROUP. */
public static final String VM_OP_GROUP = "vmoperator.jdrupes.org";
/** The Constant VM_OP_CRD_NAME. */
public static final String VM_OP_CRD_NAME = "vms." + VM_OP_GROUP;
/** The Constant VM_OP_KIND_VM. */
public static final String VM_OP_KIND_VM = "VirtualMachine";
}