{nixlet, ...}: {
imports = [
# import other files here
];
kubernetes.resources = {
# define Kubernetes resources here
};
}