K8sOperator.psm1



Get-ChildItem $PSScriptRoot\functions |
    ForEach-Object {
        . $_
    }