fix(kubernetes): customResourceOptions add description

This commit is contained in:
Jaka Hudoklin 2017-11-27 16:42:18 +01:00
parent 12988e6228
commit 8c45a7e1d8

View file

@ -256,6 +256,7 @@ let
customResourceOptions = mapAttrs (name: crd: customResourceOptions = mapAttrs (name: crd:
mkOption { mkOption {
description = "Custom resource for ${name}";
type = types.attrsOf (types.submodule ({name, config, ...}: { type = types.attrsOf (types.submodule ({name, config, ...}: {
options = { options = {
apiVersion = mkOption { apiVersion = mkOption {