services.kubernetes.lib

NixOS option

Common functions for the kubernetes modules.

type: attribute set
Default
{
  mkCert = <function, args: {CN, action?, fields?, hosts?, name, privateKeyGroup?, privateKeyOwner?}>;
  mkKubeConfig = <function>;
  mkKubeConfigOptions = <function>;
}
declared in: nixos/modules/services/cluster/kubernetes/default.nixView source on NixOS/nixpkgs →