# Functions
NewPartitionClusterLister returns a new PartitionClusterLister.
NewPartitionLister returns a new PartitionLister.
NewPartitionSetClusterLister returns a new PartitionSetClusterLister.
NewPartitionSetLister returns a new PartitionSetLister.
# Interfaces
PartitionClusterLister can list Partitions across all workspaces, or scope down to a PartitionLister for one workspace.
PartitionClusterListerExpansion allows custom methods to be added to PartitionClusterLister.
PartitionLister can list all Partitions, or get one in particular.
PartitionListerExpansion allows custom methods to be added to PartitionLister.
PartitionSetClusterLister can list PartitionSets across all workspaces, or scope down to a PartitionSetLister for one workspace.
PartitionSetClusterListerExpansion allows custom methods to be added to PartitionSetClusterLister.
PartitionSetLister can list all PartitionSets, or get one in particular.
PartitionSetListerExpansion allows custom methods to be added to PartitionSetLister.