Get-WMNamespaceLimits

Retrieves information about the Kubernetes resource limits of a namespace.

Syntax

-Namespace  <WMNamespace[]>
[-Server  <VIServer[]>]
[CommonParameters]

Parameters

Required Parameter Name Type Position Features Description
required
Namespace
WMNamespace[] named
  • pipeline
  • Specifies the workload management namespace whose resource limits to retrieve.
    optional
    Server
    VIServer[] named Specifies the vCenter Server(s) on which you want to run the cmdlet. If no value is specified to this parameter, the command runs on the default servers. For more information about default servers, see the description of the Connect-VIServer cmdlet.

    Output

    VMware.VimAutomation.WorkloadManagement.Types.V1.WMNamespaceLimits

    Examples


    Example 1

    PS C:\> Get-WMNamespaceLimits -Namespace "dev"

    Retrieves the resource limits for the "dev" namespace.

    Related Commands

    Feedback

    Was this page helpful?