v1

package
v1.0.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckpointLister

type CheckpointLister interface {
	// List lists all Checkpoints in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Checkpoint, err error)
	// Checkpoints returns an object that can list and get Checkpoints.
	Checkpoints(namespace string) CheckpointNamespaceLister
	CheckpointListerExpansion
}

CheckpointLister helps list Checkpoints. All objects returned here must be treated as read-only.

func NewCheckpointLister

func NewCheckpointLister(indexer cache.Indexer) CheckpointLister

NewCheckpointLister returns a new CheckpointLister.

type CheckpointListerExpansion

type CheckpointListerExpansion interface{}

CheckpointListerExpansion allows custom methods to be added to CheckpointLister.

type CheckpointNamespaceLister

type CheckpointNamespaceLister interface {
	// List lists all Checkpoints in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.Checkpoint, err error)
	// Get retrieves the Checkpoint from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.Checkpoint, error)
	CheckpointNamespaceListerExpansion
}

CheckpointNamespaceLister helps list and get Checkpoints. All objects returned here must be treated as read-only.

type CheckpointNamespaceListerExpansion

type CheckpointNamespaceListerExpansion interface{}

CheckpointNamespaceListerExpansion allows custom methods to be added to CheckpointNamespaceLister.

type ClusterClaimLister added in v1.0.7

type ClusterClaimLister interface {
	// List lists all ClusterClaims in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterClaim, err error)
	// ClusterClaims returns an object that can list and get ClusterClaims.
	ClusterClaims(namespace string) ClusterClaimNamespaceLister
	ClusterClaimListerExpansion
}

ClusterClaimLister helps list ClusterClaims. All objects returned here must be treated as read-only.

func NewClusterClaimLister added in v1.0.7

func NewClusterClaimLister(indexer cache.Indexer) ClusterClaimLister

NewClusterClaimLister returns a new ClusterClaimLister.

type ClusterClaimListerExpansion added in v1.0.7

type ClusterClaimListerExpansion interface{}

ClusterClaimListerExpansion allows custom methods to be added to ClusterClaimLister.

type ClusterClaimNamespaceLister added in v1.0.7

type ClusterClaimNamespaceLister interface {
	// List lists all ClusterClaims in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterClaim, err error)
	// Get retrieves the ClusterClaim from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterClaim, error)
	ClusterClaimNamespaceListerExpansion
}

ClusterClaimNamespaceLister helps list and get ClusterClaims. All objects returned here must be treated as read-only.

type ClusterClaimNamespaceListerExpansion added in v1.0.7

type ClusterClaimNamespaceListerExpansion interface{}

ClusterClaimNamespaceListerExpansion allows custom methods to be added to ClusterClaimNamespaceLister.

type ClusterDeploymentLister

type ClusterDeploymentLister interface {
	// List lists all ClusterDeployments in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterDeployment, err error)
	// ClusterDeployments returns an object that can list and get ClusterDeployments.
	ClusterDeployments(namespace string) ClusterDeploymentNamespaceLister
	ClusterDeploymentListerExpansion
}

ClusterDeploymentLister helps list ClusterDeployments. All objects returned here must be treated as read-only.

func NewClusterDeploymentLister

func NewClusterDeploymentLister(indexer cache.Indexer) ClusterDeploymentLister

NewClusterDeploymentLister returns a new ClusterDeploymentLister.

type ClusterDeploymentListerExpansion

type ClusterDeploymentListerExpansion interface{}

ClusterDeploymentListerExpansion allows custom methods to be added to ClusterDeploymentLister.

type ClusterDeploymentNamespaceLister

type ClusterDeploymentNamespaceLister interface {
	// List lists all ClusterDeployments in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterDeployment, err error)
	// Get retrieves the ClusterDeployment from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterDeployment, error)
	ClusterDeploymentNamespaceListerExpansion
}

ClusterDeploymentNamespaceLister helps list and get ClusterDeployments. All objects returned here must be treated as read-only.

type ClusterDeploymentNamespaceListerExpansion

type ClusterDeploymentNamespaceListerExpansion interface{}

ClusterDeploymentNamespaceListerExpansion allows custom methods to be added to ClusterDeploymentNamespaceLister.

type ClusterDeprovisionLister

type ClusterDeprovisionLister interface {
	// List lists all ClusterDeprovisions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterDeprovision, err error)
	// ClusterDeprovisions returns an object that can list and get ClusterDeprovisions.
	ClusterDeprovisions(namespace string) ClusterDeprovisionNamespaceLister
	ClusterDeprovisionListerExpansion
}

ClusterDeprovisionLister helps list ClusterDeprovisions. All objects returned here must be treated as read-only.

func NewClusterDeprovisionLister

func NewClusterDeprovisionLister(indexer cache.Indexer) ClusterDeprovisionLister

NewClusterDeprovisionLister returns a new ClusterDeprovisionLister.

type ClusterDeprovisionListerExpansion

type ClusterDeprovisionListerExpansion interface{}

ClusterDeprovisionListerExpansion allows custom methods to be added to ClusterDeprovisionLister.

type ClusterDeprovisionNamespaceLister

type ClusterDeprovisionNamespaceLister interface {
	// List lists all ClusterDeprovisions in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterDeprovision, err error)
	// Get retrieves the ClusterDeprovision from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterDeprovision, error)
	ClusterDeprovisionNamespaceListerExpansion
}

ClusterDeprovisionNamespaceLister helps list and get ClusterDeprovisions. All objects returned here must be treated as read-only.

type ClusterDeprovisionNamespaceListerExpansion

type ClusterDeprovisionNamespaceListerExpansion interface{}

ClusterDeprovisionNamespaceListerExpansion allows custom methods to be added to ClusterDeprovisionNamespaceLister.

type ClusterImageSetLister

type ClusterImageSetLister interface {
	// List lists all ClusterImageSets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterImageSet, err error)
	// Get retrieves the ClusterImageSet from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterImageSet, error)
	ClusterImageSetListerExpansion
}

ClusterImageSetLister helps list ClusterImageSets. All objects returned here must be treated as read-only.

func NewClusterImageSetLister

func NewClusterImageSetLister(indexer cache.Indexer) ClusterImageSetLister

NewClusterImageSetLister returns a new ClusterImageSetLister.

type ClusterImageSetListerExpansion

type ClusterImageSetListerExpansion interface{}

ClusterImageSetListerExpansion allows custom methods to be added to ClusterImageSetLister.

type ClusterPoolLister added in v1.0.6

type ClusterPoolLister interface {
	// List lists all ClusterPools in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterPool, err error)
	// ClusterPools returns an object that can list and get ClusterPools.
	ClusterPools(namespace string) ClusterPoolNamespaceLister
	ClusterPoolListerExpansion
}

ClusterPoolLister helps list ClusterPools. All objects returned here must be treated as read-only.

func NewClusterPoolLister added in v1.0.6

func NewClusterPoolLister(indexer cache.Indexer) ClusterPoolLister

NewClusterPoolLister returns a new ClusterPoolLister.

type ClusterPoolListerExpansion added in v1.0.6

type ClusterPoolListerExpansion interface{}

ClusterPoolListerExpansion allows custom methods to be added to ClusterPoolLister.

type ClusterPoolNamespaceLister added in v1.0.6

type ClusterPoolNamespaceLister interface {
	// List lists all ClusterPools in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterPool, err error)
	// Get retrieves the ClusterPool from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterPool, error)
	ClusterPoolNamespaceListerExpansion
}

ClusterPoolNamespaceLister helps list and get ClusterPools. All objects returned here must be treated as read-only.

type ClusterPoolNamespaceListerExpansion added in v1.0.6

type ClusterPoolNamespaceListerExpansion interface{}

ClusterPoolNamespaceListerExpansion allows custom methods to be added to ClusterPoolNamespaceLister.

type ClusterProvisionLister

type ClusterProvisionLister interface {
	// List lists all ClusterProvisions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterProvision, err error)
	// ClusterProvisions returns an object that can list and get ClusterProvisions.
	ClusterProvisions(namespace string) ClusterProvisionNamespaceLister
	ClusterProvisionListerExpansion
}

ClusterProvisionLister helps list ClusterProvisions. All objects returned here must be treated as read-only.

func NewClusterProvisionLister

func NewClusterProvisionLister(indexer cache.Indexer) ClusterProvisionLister

NewClusterProvisionLister returns a new ClusterProvisionLister.

type ClusterProvisionListerExpansion

type ClusterProvisionListerExpansion interface{}

ClusterProvisionListerExpansion allows custom methods to be added to ClusterProvisionLister.

type ClusterProvisionNamespaceLister

type ClusterProvisionNamespaceLister interface {
	// List lists all ClusterProvisions in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterProvision, err error)
	// Get retrieves the ClusterProvision from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterProvision, error)
	ClusterProvisionNamespaceListerExpansion
}

ClusterProvisionNamespaceLister helps list and get ClusterProvisions. All objects returned here must be treated as read-only.

type ClusterProvisionNamespaceListerExpansion

type ClusterProvisionNamespaceListerExpansion interface{}

ClusterProvisionNamespaceListerExpansion allows custom methods to be added to ClusterProvisionNamespaceLister.

type ClusterRelocateLister added in v1.0.5

type ClusterRelocateLister interface {
	// List lists all ClusterRelocates in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterRelocate, err error)
	// Get retrieves the ClusterRelocate from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterRelocate, error)
	ClusterRelocateListerExpansion
}

ClusterRelocateLister helps list ClusterRelocates. All objects returned here must be treated as read-only.

func NewClusterRelocateLister added in v1.0.5

func NewClusterRelocateLister(indexer cache.Indexer) ClusterRelocateLister

NewClusterRelocateLister returns a new ClusterRelocateLister.

type ClusterRelocateListerExpansion added in v1.0.5

type ClusterRelocateListerExpansion interface{}

ClusterRelocateListerExpansion allows custom methods to be added to ClusterRelocateLister.

type ClusterStateLister

type ClusterStateLister interface {
	// List lists all ClusterStates in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterState, err error)
	// ClusterStates returns an object that can list and get ClusterStates.
	ClusterStates(namespace string) ClusterStateNamespaceLister
	ClusterStateListerExpansion
}

ClusterStateLister helps list ClusterStates. All objects returned here must be treated as read-only.

func NewClusterStateLister

func NewClusterStateLister(indexer cache.Indexer) ClusterStateLister

NewClusterStateLister returns a new ClusterStateLister.

type ClusterStateListerExpansion

type ClusterStateListerExpansion interface{}

ClusterStateListerExpansion allows custom methods to be added to ClusterStateLister.

type ClusterStateNamespaceLister

type ClusterStateNamespaceLister interface {
	// List lists all ClusterStates in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.ClusterState, err error)
	// Get retrieves the ClusterState from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.ClusterState, error)
	ClusterStateNamespaceListerExpansion
}

ClusterStateNamespaceLister helps list and get ClusterStates. All objects returned here must be treated as read-only.

type ClusterStateNamespaceListerExpansion

type ClusterStateNamespaceListerExpansion interface{}

ClusterStateNamespaceListerExpansion allows custom methods to be added to ClusterStateNamespaceLister.

type DNSZoneLister

type DNSZoneLister interface {
	// List lists all DNSZones in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.DNSZone, err error)
	// DNSZones returns an object that can list and get DNSZones.
	DNSZones(namespace string) DNSZoneNamespaceLister
	DNSZoneListerExpansion
}

DNSZoneLister helps list DNSZones. All objects returned here must be treated as read-only.

func NewDNSZoneLister

func NewDNSZoneLister(indexer cache.Indexer) DNSZoneLister

NewDNSZoneLister returns a new DNSZoneLister.

type DNSZoneListerExpansion

type DNSZoneListerExpansion interface{}

DNSZoneListerExpansion allows custom methods to be added to DNSZoneLister.

type DNSZoneNamespaceLister

type DNSZoneNamespaceLister interface {
	// List lists all DNSZones in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.DNSZone, err error)
	// Get retrieves the DNSZone from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.DNSZone, error)
	DNSZoneNamespaceListerExpansion
}

DNSZoneNamespaceLister helps list and get DNSZones. All objects returned here must be treated as read-only.

type DNSZoneNamespaceListerExpansion

type DNSZoneNamespaceListerExpansion interface{}

DNSZoneNamespaceListerExpansion allows custom methods to be added to DNSZoneNamespaceLister.

type HiveConfigLister

type HiveConfigLister interface {
	// List lists all HiveConfigs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.HiveConfig, err error)
	// Get retrieves the HiveConfig from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.HiveConfig, error)
	HiveConfigListerExpansion
}

HiveConfigLister helps list HiveConfigs. All objects returned here must be treated as read-only.

func NewHiveConfigLister

func NewHiveConfigLister(indexer cache.Indexer) HiveConfigLister

NewHiveConfigLister returns a new HiveConfigLister.

type HiveConfigListerExpansion

type HiveConfigListerExpansion interface{}

HiveConfigListerExpansion allows custom methods to be added to HiveConfigLister.

type MachinePoolLister

type MachinePoolLister interface {
	// List lists all MachinePools in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.MachinePool, err error)
	// MachinePools returns an object that can list and get MachinePools.
	MachinePools(namespace string) MachinePoolNamespaceLister
	MachinePoolListerExpansion
}

MachinePoolLister helps list MachinePools. All objects returned here must be treated as read-only.

func NewMachinePoolLister

func NewMachinePoolLister(indexer cache.Indexer) MachinePoolLister

NewMachinePoolLister returns a new MachinePoolLister.

type MachinePoolListerExpansion

type MachinePoolListerExpansion interface{}

MachinePoolListerExpansion allows custom methods to be added to MachinePoolLister.

type MachinePoolNameLeaseLister

type MachinePoolNameLeaseLister interface {
	// List lists all MachinePoolNameLeases in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.MachinePoolNameLease, err error)
	// MachinePoolNameLeases returns an object that can list and get MachinePoolNameLeases.
	MachinePoolNameLeases(namespace string) MachinePoolNameLeaseNamespaceLister
	MachinePoolNameLeaseListerExpansion
}

MachinePoolNameLeaseLister helps list MachinePoolNameLeases. All objects returned here must be treated as read-only.

func NewMachinePoolNameLeaseLister

func NewMachinePoolNameLeaseLister(indexer cache.Indexer) MachinePoolNameLeaseLister

NewMachinePoolNameLeaseLister returns a new MachinePoolNameLeaseLister.

type MachinePoolNameLeaseListerExpansion

type MachinePoolNameLeaseListerExpansion interface{}

MachinePoolNameLeaseListerExpansion allows custom methods to be added to MachinePoolNameLeaseLister.

type MachinePoolNameLeaseNamespaceLister

type MachinePoolNameLeaseNamespaceLister interface {
	// List lists all MachinePoolNameLeases in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.MachinePoolNameLease, err error)
	// Get retrieves the MachinePoolNameLease from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.MachinePoolNameLease, error)
	MachinePoolNameLeaseNamespaceListerExpansion
}

MachinePoolNameLeaseNamespaceLister helps list and get MachinePoolNameLeases. All objects returned here must be treated as read-only.

type MachinePoolNameLeaseNamespaceListerExpansion

type MachinePoolNameLeaseNamespaceListerExpansion interface{}

MachinePoolNameLeaseNamespaceListerExpansion allows custom methods to be added to MachinePoolNameLeaseNamespaceLister.

type MachinePoolNamespaceLister

type MachinePoolNamespaceLister interface {
	// List lists all MachinePools in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.MachinePool, err error)
	// Get retrieves the MachinePool from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.MachinePool, error)
	MachinePoolNamespaceListerExpansion
}

MachinePoolNamespaceLister helps list and get MachinePools. All objects returned here must be treated as read-only.

type MachinePoolNamespaceListerExpansion

type MachinePoolNamespaceListerExpansion interface{}

MachinePoolNamespaceListerExpansion allows custom methods to be added to MachinePoolNamespaceLister.

type SelectorSyncIdentityProviderLister

type SelectorSyncIdentityProviderLister interface {
	// List lists all SelectorSyncIdentityProviders in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SelectorSyncIdentityProvider, err error)
	// Get retrieves the SelectorSyncIdentityProvider from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.SelectorSyncIdentityProvider, error)
	SelectorSyncIdentityProviderListerExpansion
}

SelectorSyncIdentityProviderLister helps list SelectorSyncIdentityProviders. All objects returned here must be treated as read-only.

func NewSelectorSyncIdentityProviderLister

func NewSelectorSyncIdentityProviderLister(indexer cache.Indexer) SelectorSyncIdentityProviderLister

NewSelectorSyncIdentityProviderLister returns a new SelectorSyncIdentityProviderLister.

type SelectorSyncIdentityProviderListerExpansion

type SelectorSyncIdentityProviderListerExpansion interface{}

SelectorSyncIdentityProviderListerExpansion allows custom methods to be added to SelectorSyncIdentityProviderLister.

type SelectorSyncSetLister

type SelectorSyncSetLister interface {
	// List lists all SelectorSyncSets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SelectorSyncSet, err error)
	// Get retrieves the SelectorSyncSet from the index for a given name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.SelectorSyncSet, error)
	SelectorSyncSetListerExpansion
}

SelectorSyncSetLister helps list SelectorSyncSets. All objects returned here must be treated as read-only.

func NewSelectorSyncSetLister

func NewSelectorSyncSetLister(indexer cache.Indexer) SelectorSyncSetLister

NewSelectorSyncSetLister returns a new SelectorSyncSetLister.

type SelectorSyncSetListerExpansion

type SelectorSyncSetListerExpansion interface{}

SelectorSyncSetListerExpansion allows custom methods to be added to SelectorSyncSetLister.

type SyncIdentityProviderLister

type SyncIdentityProviderLister interface {
	// List lists all SyncIdentityProviders in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SyncIdentityProvider, err error)
	// SyncIdentityProviders returns an object that can list and get SyncIdentityProviders.
	SyncIdentityProviders(namespace string) SyncIdentityProviderNamespaceLister
	SyncIdentityProviderListerExpansion
}

SyncIdentityProviderLister helps list SyncIdentityProviders. All objects returned here must be treated as read-only.

func NewSyncIdentityProviderLister

func NewSyncIdentityProviderLister(indexer cache.Indexer) SyncIdentityProviderLister

NewSyncIdentityProviderLister returns a new SyncIdentityProviderLister.

type SyncIdentityProviderListerExpansion

type SyncIdentityProviderListerExpansion interface{}

SyncIdentityProviderListerExpansion allows custom methods to be added to SyncIdentityProviderLister.

type SyncIdentityProviderNamespaceLister

type SyncIdentityProviderNamespaceLister interface {
	// List lists all SyncIdentityProviders in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SyncIdentityProvider, err error)
	// Get retrieves the SyncIdentityProvider from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.SyncIdentityProvider, error)
	SyncIdentityProviderNamespaceListerExpansion
}

SyncIdentityProviderNamespaceLister helps list and get SyncIdentityProviders. All objects returned here must be treated as read-only.

type SyncIdentityProviderNamespaceListerExpansion

type SyncIdentityProviderNamespaceListerExpansion interface{}

SyncIdentityProviderNamespaceListerExpansion allows custom methods to be added to SyncIdentityProviderNamespaceLister.

type SyncSetLister

type SyncSetLister interface {
	// List lists all SyncSets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SyncSet, err error)
	// SyncSets returns an object that can list and get SyncSets.
	SyncSets(namespace string) SyncSetNamespaceLister
	SyncSetListerExpansion
}

SyncSetLister helps list SyncSets. All objects returned here must be treated as read-only.

func NewSyncSetLister

func NewSyncSetLister(indexer cache.Indexer) SyncSetLister

NewSyncSetLister returns a new SyncSetLister.

type SyncSetListerExpansion

type SyncSetListerExpansion interface{}

SyncSetListerExpansion allows custom methods to be added to SyncSetLister.

type SyncSetNamespaceLister

type SyncSetNamespaceLister interface {
	// List lists all SyncSets in the indexer for a given namespace.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1.SyncSet, err error)
	// Get retrieves the SyncSet from the indexer for a given namespace and name.
	// Objects returned here must be treated as read-only.
	Get(name string) (*v1.SyncSet, error)
	SyncSetNamespaceListerExpansion
}

SyncSetNamespaceLister helps list and get SyncSets. All objects returned here must be treated as read-only.

type SyncSetNamespaceListerExpansion

type SyncSetNamespaceListerExpansion interface{}

SyncSetNamespaceListerExpansion allows custom methods to be added to SyncSetNamespaceLister.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL