List Kubernetes clusters.
Get-CivoKubernetesCluster [[-Id] <String>] [-Detailed] [<CommonParameters>]
Lists either all Kubernetes clusters, or a specific one by providing the cluster ID.
Get-CivoKubernetesCluster
Get-CivoKubernetesCluster -Id xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx
Get-CivoKubernetesCluster -Detailed
The ID of a specific cluster.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
Use this switch to get all the details about your cluster.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://roberthstrand.github.io/civoShell/Get-CivoKubernetesCluster.md