Rancher.psd1
@{ RootModule = 'Rancher.psm1' ModuleVersion = '0.1.19.24' GUID = '3ed0975c-c323-4293-95ad-d9dff2ca433a' Author = 'Nicholas Dille' #CompanyName = '' Copyright = '(c) 2017 Nicholas Dille. All rights reserved.' Description = 'Cmdlet for Rancher' # PowerShellVersion = '' RequiredModules = @( @{ ModuleName = 'WebRequest' RequiredVersion = '0.2.0.26' } ) FunctionsToExport = @( 'Get-RancherAdmin' 'Get-RancherCertificate' 'Get-RancherEndpoint' 'Get-RancherEnvironment' 'Get-RancherHost' 'Get-RancherHostLabel' 'Get-RancherInstance' 'Get-RancherLoadBalancer' 'Get-RancherLoadBalancerRule' 'Get-RancherMachineDriver' 'Get-RancherMember' 'Get-RancherMount' 'Get-RancherPort' 'Get-RancherRegistry' 'Get-RancherRegistryCredential' 'Get-RancherSecret' 'Get-RancherService' 'Get-RancherSetting' 'Get-RAncherStack' 'Get-RancherUser' 'Get-RancherVolume' 'Set-RancherServer' ) CmdletsToExport = @() VariablesToExport = '*' AliasesToExport = @() FormatsToProcess = @( 'RancherAdmin.Format.ps1xml' 'RancherCertificate.Format.ps1xml' 'RancherEndpoint.Format.ps1xml' 'RancherEnvironment.Format.ps1xml' 'RancherHost.Format.ps1xml' 'RancherInstance.Format.ps1xml' 'RancherLoadBalancer.Format.ps1xml' 'RancherLoadBalancerRule.Format.ps1xml' 'RancherMember.Format.ps1xml' 'RancherMount.Format.ps1xml' 'RancherPort.Format.ps1xml' 'RancherRegistry.Format.ps1xml' 'RancherRegistryCredential.Format.ps1xml' 'RancherSecret.Format.ps1xml' 'RancherService.Format.ps1xml' 'RancherSetting.Format.ps1xml' 'RancherStack.Format.ps1xml' 'RancherUser.Format.ps1xml' 'RancherVolume.Format.ps1xml' ) PrivateData = @{ PSData = @{ # Tags = @() # LicenseUri = '' # ProjectUri = '' # ReleaseNotes = '' } } } |