v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 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 CdnLister

type CdnLister interface {
	// List lists all Cdns in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Cdn, err error)
	// Cdns returns an object that can list and get Cdns.
	Cdns(namespace string) CdnNamespaceLister
	CdnListerExpansion
}

CdnLister helps list Cdns.

func NewCdnLister

func NewCdnLister(indexer cache.Indexer) CdnLister

NewCdnLister returns a new CdnLister.

type CdnListerExpansion

type CdnListerExpansion interface{}

CdnListerExpansion allows custom methods to be added to CdnLister.

type CdnNamespaceLister added in v0.0.2

type CdnNamespaceLister interface {
	// List lists all Cdns in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Cdn, err error)
	// Get retrieves the Cdn from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Cdn, error)
	CdnNamespaceListerExpansion
}

CdnNamespaceLister helps list and get Cdns.

type CdnNamespaceListerExpansion added in v0.0.2

type CdnNamespaceListerExpansion interface{}

CdnNamespaceListerExpansion allows custom methods to be added to CdnNamespaceLister.

type CertificateLister

type CertificateLister interface {
	// List lists all Certificates in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Certificate, err error)
	// Certificates returns an object that can list and get Certificates.
	Certificates(namespace string) CertificateNamespaceLister
	CertificateListerExpansion
}

CertificateLister helps list Certificates.

func NewCertificateLister

func NewCertificateLister(indexer cache.Indexer) CertificateLister

NewCertificateLister returns a new CertificateLister.

type CertificateListerExpansion

type CertificateListerExpansion interface{}

CertificateListerExpansion allows custom methods to be added to CertificateLister.

type CertificateNamespaceLister added in v0.0.2

type CertificateNamespaceLister interface {
	// List lists all Certificates in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Certificate, err error)
	// Get retrieves the Certificate from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Certificate, error)
	CertificateNamespaceListerExpansion
}

CertificateNamespaceLister helps list and get Certificates.

type CertificateNamespaceListerExpansion added in v0.0.2

type CertificateNamespaceListerExpansion interface{}

CertificateNamespaceListerExpansion allows custom methods to be added to CertificateNamespaceLister.

type ContainerRegistryDockerCredentialsLister added in v0.2.0

type ContainerRegistryDockerCredentialsLister interface {
	// List lists all ContainerRegistryDockerCredentialses in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ContainerRegistryDockerCredentials, err error)
	// ContainerRegistryDockerCredentialses returns an object that can list and get ContainerRegistryDockerCredentialses.
	ContainerRegistryDockerCredentialses(namespace string) ContainerRegistryDockerCredentialsNamespaceLister
	ContainerRegistryDockerCredentialsListerExpansion
}

ContainerRegistryDockerCredentialsLister helps list ContainerRegistryDockerCredentialses.

func NewContainerRegistryDockerCredentialsLister added in v0.2.0

func NewContainerRegistryDockerCredentialsLister(indexer cache.Indexer) ContainerRegistryDockerCredentialsLister

NewContainerRegistryDockerCredentialsLister returns a new ContainerRegistryDockerCredentialsLister.

type ContainerRegistryDockerCredentialsListerExpansion added in v0.2.0

type ContainerRegistryDockerCredentialsListerExpansion interface{}

ContainerRegistryDockerCredentialsListerExpansion allows custom methods to be added to ContainerRegistryDockerCredentialsLister.

type ContainerRegistryDockerCredentialsNamespaceLister added in v0.2.0

type ContainerRegistryDockerCredentialsNamespaceLister interface {
	// List lists all ContainerRegistryDockerCredentialses in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ContainerRegistryDockerCredentials, err error)
	// Get retrieves the ContainerRegistryDockerCredentials from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ContainerRegistryDockerCredentials, error)
	ContainerRegistryDockerCredentialsNamespaceListerExpansion
}

ContainerRegistryDockerCredentialsNamespaceLister helps list and get ContainerRegistryDockerCredentialses.

type ContainerRegistryDockerCredentialsNamespaceListerExpansion added in v0.2.0

type ContainerRegistryDockerCredentialsNamespaceListerExpansion interface{}

ContainerRegistryDockerCredentialsNamespaceListerExpansion allows custom methods to be added to ContainerRegistryDockerCredentialsNamespaceLister.

type ContainerRegistryLister added in v0.2.0

type ContainerRegistryLister interface {
	// List lists all ContainerRegistries in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ContainerRegistry, err error)
	// ContainerRegistries returns an object that can list and get ContainerRegistries.
	ContainerRegistries(namespace string) ContainerRegistryNamespaceLister
	ContainerRegistryListerExpansion
}

ContainerRegistryLister helps list ContainerRegistries.

func NewContainerRegistryLister added in v0.2.0

func NewContainerRegistryLister(indexer cache.Indexer) ContainerRegistryLister

NewContainerRegistryLister returns a new ContainerRegistryLister.

type ContainerRegistryListerExpansion added in v0.2.0

type ContainerRegistryListerExpansion interface{}

ContainerRegistryListerExpansion allows custom methods to be added to ContainerRegistryLister.

type ContainerRegistryNamespaceLister added in v0.2.0

type ContainerRegistryNamespaceLister interface {
	// List lists all ContainerRegistries in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ContainerRegistry, err error)
	// Get retrieves the ContainerRegistry from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ContainerRegistry, error)
	ContainerRegistryNamespaceListerExpansion
}

ContainerRegistryNamespaceLister helps list and get ContainerRegistries.

type ContainerRegistryNamespaceListerExpansion added in v0.2.0

type ContainerRegistryNamespaceListerExpansion interface{}

ContainerRegistryNamespaceListerExpansion allows custom methods to be added to ContainerRegistryNamespaceLister.

type DatabaseClusterLister

type DatabaseClusterLister interface {
	// List lists all DatabaseClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseCluster, err error)
	// DatabaseClusters returns an object that can list and get DatabaseClusters.
	DatabaseClusters(namespace string) DatabaseClusterNamespaceLister
	DatabaseClusterListerExpansion
}

DatabaseClusterLister helps list DatabaseClusters.

func NewDatabaseClusterLister

func NewDatabaseClusterLister(indexer cache.Indexer) DatabaseClusterLister

NewDatabaseClusterLister returns a new DatabaseClusterLister.

type DatabaseClusterListerExpansion

type DatabaseClusterListerExpansion interface{}

DatabaseClusterListerExpansion allows custom methods to be added to DatabaseClusterLister.

type DatabaseClusterNamespaceLister added in v0.0.2

type DatabaseClusterNamespaceLister interface {
	// List lists all DatabaseClusters in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseCluster, err error)
	// Get retrieves the DatabaseCluster from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DatabaseCluster, error)
	DatabaseClusterNamespaceListerExpansion
}

DatabaseClusterNamespaceLister helps list and get DatabaseClusters.

type DatabaseClusterNamespaceListerExpansion added in v0.0.2

type DatabaseClusterNamespaceListerExpansion interface{}

DatabaseClusterNamespaceListerExpansion allows custom methods to be added to DatabaseClusterNamespaceLister.

type DatabaseConnectionPoolLister added in v0.2.0

type DatabaseConnectionPoolLister interface {
	// List lists all DatabaseConnectionPools in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseConnectionPool, err error)
	// DatabaseConnectionPools returns an object that can list and get DatabaseConnectionPools.
	DatabaseConnectionPools(namespace string) DatabaseConnectionPoolNamespaceLister
	DatabaseConnectionPoolListerExpansion
}

DatabaseConnectionPoolLister helps list DatabaseConnectionPools.

func NewDatabaseConnectionPoolLister added in v0.2.0

func NewDatabaseConnectionPoolLister(indexer cache.Indexer) DatabaseConnectionPoolLister

NewDatabaseConnectionPoolLister returns a new DatabaseConnectionPoolLister.

type DatabaseConnectionPoolListerExpansion added in v0.2.0

type DatabaseConnectionPoolListerExpansion interface{}

DatabaseConnectionPoolListerExpansion allows custom methods to be added to DatabaseConnectionPoolLister.

type DatabaseConnectionPoolNamespaceLister added in v0.2.0

type DatabaseConnectionPoolNamespaceLister interface {
	// List lists all DatabaseConnectionPools in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseConnectionPool, err error)
	// Get retrieves the DatabaseConnectionPool from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DatabaseConnectionPool, error)
	DatabaseConnectionPoolNamespaceListerExpansion
}

DatabaseConnectionPoolNamespaceLister helps list and get DatabaseConnectionPools.

type DatabaseConnectionPoolNamespaceListerExpansion added in v0.2.0

type DatabaseConnectionPoolNamespaceListerExpansion interface{}

DatabaseConnectionPoolNamespaceListerExpansion allows custom methods to be added to DatabaseConnectionPoolNamespaceLister.

type DatabaseDbLister added in v0.2.0

type DatabaseDbLister interface {
	// List lists all DatabaseDbs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseDb, err error)
	// DatabaseDbs returns an object that can list and get DatabaseDbs.
	DatabaseDbs(namespace string) DatabaseDbNamespaceLister
	DatabaseDbListerExpansion
}

DatabaseDbLister helps list DatabaseDbs.

func NewDatabaseDbLister added in v0.2.0

func NewDatabaseDbLister(indexer cache.Indexer) DatabaseDbLister

NewDatabaseDbLister returns a new DatabaseDbLister.

type DatabaseDbListerExpansion added in v0.2.0

type DatabaseDbListerExpansion interface{}

DatabaseDbListerExpansion allows custom methods to be added to DatabaseDbLister.

type DatabaseDbNamespaceLister added in v0.2.0

type DatabaseDbNamespaceLister interface {
	// List lists all DatabaseDbs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseDb, err error)
	// Get retrieves the DatabaseDb from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DatabaseDb, error)
	DatabaseDbNamespaceListerExpansion
}

DatabaseDbNamespaceLister helps list and get DatabaseDbs.

type DatabaseDbNamespaceListerExpansion added in v0.2.0

type DatabaseDbNamespaceListerExpansion interface{}

DatabaseDbNamespaceListerExpansion allows custom methods to be added to DatabaseDbNamespaceLister.

type DatabaseFirewallLister added in v0.2.0

type DatabaseFirewallLister interface {
	// List lists all DatabaseFirewalls in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseFirewall, err error)
	// DatabaseFirewalls returns an object that can list and get DatabaseFirewalls.
	DatabaseFirewalls(namespace string) DatabaseFirewallNamespaceLister
	DatabaseFirewallListerExpansion
}

DatabaseFirewallLister helps list DatabaseFirewalls.

func NewDatabaseFirewallLister added in v0.2.0

func NewDatabaseFirewallLister(indexer cache.Indexer) DatabaseFirewallLister

NewDatabaseFirewallLister returns a new DatabaseFirewallLister.

type DatabaseFirewallListerExpansion added in v0.2.0

type DatabaseFirewallListerExpansion interface{}

DatabaseFirewallListerExpansion allows custom methods to be added to DatabaseFirewallLister.

type DatabaseFirewallNamespaceLister added in v0.2.0

type DatabaseFirewallNamespaceLister interface {
	// List lists all DatabaseFirewalls in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseFirewall, err error)
	// Get retrieves the DatabaseFirewall from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DatabaseFirewall, error)
	DatabaseFirewallNamespaceListerExpansion
}

DatabaseFirewallNamespaceLister helps list and get DatabaseFirewalls.

type DatabaseFirewallNamespaceListerExpansion added in v0.2.0

type DatabaseFirewallNamespaceListerExpansion interface{}

DatabaseFirewallNamespaceListerExpansion allows custom methods to be added to DatabaseFirewallNamespaceLister.

type DatabaseReplicaLister added in v0.2.0

type DatabaseReplicaLister interface {
	// List lists all DatabaseReplicas in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseReplica, err error)
	// DatabaseReplicas returns an object that can list and get DatabaseReplicas.
	DatabaseReplicas(namespace string) DatabaseReplicaNamespaceLister
	DatabaseReplicaListerExpansion
}

DatabaseReplicaLister helps list DatabaseReplicas.

func NewDatabaseReplicaLister added in v0.2.0

func NewDatabaseReplicaLister(indexer cache.Indexer) DatabaseReplicaLister

NewDatabaseReplicaLister returns a new DatabaseReplicaLister.

type DatabaseReplicaListerExpansion added in v0.2.0

type DatabaseReplicaListerExpansion interface{}

DatabaseReplicaListerExpansion allows custom methods to be added to DatabaseReplicaLister.

type DatabaseReplicaNamespaceLister added in v0.2.0

type DatabaseReplicaNamespaceLister interface {
	// List lists all DatabaseReplicas in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseReplica, err error)
	// Get retrieves the DatabaseReplica from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DatabaseReplica, error)
	DatabaseReplicaNamespaceListerExpansion
}

DatabaseReplicaNamespaceLister helps list and get DatabaseReplicas.

type DatabaseReplicaNamespaceListerExpansion added in v0.2.0

type DatabaseReplicaNamespaceListerExpansion interface{}

DatabaseReplicaNamespaceListerExpansion allows custom methods to be added to DatabaseReplicaNamespaceLister.

type DatabaseUserLister added in v0.2.0

type DatabaseUserLister interface {
	// List lists all DatabaseUsers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseUser, err error)
	// DatabaseUsers returns an object that can list and get DatabaseUsers.
	DatabaseUsers(namespace string) DatabaseUserNamespaceLister
	DatabaseUserListerExpansion
}

DatabaseUserLister helps list DatabaseUsers.

func NewDatabaseUserLister added in v0.2.0

func NewDatabaseUserLister(indexer cache.Indexer) DatabaseUserLister

NewDatabaseUserLister returns a new DatabaseUserLister.

type DatabaseUserListerExpansion added in v0.2.0

type DatabaseUserListerExpansion interface{}

DatabaseUserListerExpansion allows custom methods to be added to DatabaseUserLister.

type DatabaseUserNamespaceLister added in v0.2.0

type DatabaseUserNamespaceLister interface {
	// List lists all DatabaseUsers in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DatabaseUser, err error)
	// Get retrieves the DatabaseUser from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DatabaseUser, error)
	DatabaseUserNamespaceListerExpansion
}

DatabaseUserNamespaceLister helps list and get DatabaseUsers.

type DatabaseUserNamespaceListerExpansion added in v0.2.0

type DatabaseUserNamespaceListerExpansion interface{}

DatabaseUserNamespaceListerExpansion allows custom methods to be added to DatabaseUserNamespaceLister.

type DomainLister

type DomainLister interface {
	// List lists all Domains in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Domain, err error)
	// Domains returns an object that can list and get Domains.
	Domains(namespace string) DomainNamespaceLister
	DomainListerExpansion
}

DomainLister helps list Domains.

func NewDomainLister

func NewDomainLister(indexer cache.Indexer) DomainLister

NewDomainLister returns a new DomainLister.

type DomainListerExpansion

type DomainListerExpansion interface{}

DomainListerExpansion allows custom methods to be added to DomainLister.

type DomainNamespaceLister added in v0.0.2

type DomainNamespaceLister interface {
	// List lists all Domains in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Domain, err error)
	// Get retrieves the Domain from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Domain, error)
	DomainNamespaceListerExpansion
}

DomainNamespaceLister helps list and get Domains.

type DomainNamespaceListerExpansion added in v0.0.2

type DomainNamespaceListerExpansion interface{}

DomainNamespaceListerExpansion allows custom methods to be added to DomainNamespaceLister.

type DropletLister

type DropletLister interface {
	// List lists all Droplets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Droplet, err error)
	// Droplets returns an object that can list and get Droplets.
	Droplets(namespace string) DropletNamespaceLister
	DropletListerExpansion
}

DropletLister helps list Droplets.

func NewDropletLister

func NewDropletLister(indexer cache.Indexer) DropletLister

NewDropletLister returns a new DropletLister.

type DropletListerExpansion

type DropletListerExpansion interface{}

DropletListerExpansion allows custom methods to be added to DropletLister.

type DropletNamespaceLister added in v0.0.2

type DropletNamespaceLister interface {
	// List lists all Droplets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Droplet, err error)
	// Get retrieves the Droplet from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Droplet, error)
	DropletNamespaceListerExpansion
}

DropletNamespaceLister helps list and get Droplets.

type DropletNamespaceListerExpansion added in v0.0.2

type DropletNamespaceListerExpansion interface{}

DropletNamespaceListerExpansion allows custom methods to be added to DropletNamespaceLister.

type DropletSnapshotLister

type DropletSnapshotLister interface {
	// List lists all DropletSnapshots in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.DropletSnapshot, err error)
	// DropletSnapshots returns an object that can list and get DropletSnapshots.
	DropletSnapshots(namespace string) DropletSnapshotNamespaceLister
	DropletSnapshotListerExpansion
}

DropletSnapshotLister helps list DropletSnapshots.

func NewDropletSnapshotLister

func NewDropletSnapshotLister(indexer cache.Indexer) DropletSnapshotLister

NewDropletSnapshotLister returns a new DropletSnapshotLister.

type DropletSnapshotListerExpansion

type DropletSnapshotListerExpansion interface{}

DropletSnapshotListerExpansion allows custom methods to be added to DropletSnapshotLister.

type DropletSnapshotNamespaceLister added in v0.0.2

type DropletSnapshotNamespaceLister interface {
	// List lists all DropletSnapshots in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.DropletSnapshot, err error)
	// Get retrieves the DropletSnapshot from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.DropletSnapshot, error)
	DropletSnapshotNamespaceListerExpansion
}

DropletSnapshotNamespaceLister helps list and get DropletSnapshots.

type DropletSnapshotNamespaceListerExpansion added in v0.0.2

type DropletSnapshotNamespaceListerExpansion interface{}

DropletSnapshotNamespaceListerExpansion allows custom methods to be added to DropletSnapshotNamespaceLister.

type FirewallLister

type FirewallLister interface {
	// List lists all Firewalls in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Firewall, err error)
	// Firewalls returns an object that can list and get Firewalls.
	Firewalls(namespace string) FirewallNamespaceLister
	FirewallListerExpansion
}

FirewallLister helps list Firewalls.

func NewFirewallLister

func NewFirewallLister(indexer cache.Indexer) FirewallLister

NewFirewallLister returns a new FirewallLister.

type FirewallListerExpansion

type FirewallListerExpansion interface{}

FirewallListerExpansion allows custom methods to be added to FirewallLister.

type FirewallNamespaceLister added in v0.0.2

type FirewallNamespaceLister interface {
	// List lists all Firewalls in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Firewall, err error)
	// Get retrieves the Firewall from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Firewall, error)
	FirewallNamespaceListerExpansion
}

FirewallNamespaceLister helps list and get Firewalls.

type FirewallNamespaceListerExpansion added in v0.0.2

type FirewallNamespaceListerExpansion interface{}

FirewallNamespaceListerExpansion allows custom methods to be added to FirewallNamespaceLister.

type FloatingIPAssignmentLister added in v0.0.2

type FloatingIPAssignmentLister interface {
	// List lists all FloatingIPAssignments in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.FloatingIPAssignment, err error)
	// FloatingIPAssignments returns an object that can list and get FloatingIPAssignments.
	FloatingIPAssignments(namespace string) FloatingIPAssignmentNamespaceLister
	FloatingIPAssignmentListerExpansion
}

FloatingIPAssignmentLister helps list FloatingIPAssignments.

func NewFloatingIPAssignmentLister added in v0.0.2

func NewFloatingIPAssignmentLister(indexer cache.Indexer) FloatingIPAssignmentLister

NewFloatingIPAssignmentLister returns a new FloatingIPAssignmentLister.

type FloatingIPAssignmentListerExpansion added in v0.0.2

type FloatingIPAssignmentListerExpansion interface{}

FloatingIPAssignmentListerExpansion allows custom methods to be added to FloatingIPAssignmentLister.

type FloatingIPAssignmentNamespaceLister added in v0.0.2

type FloatingIPAssignmentNamespaceLister interface {
	// List lists all FloatingIPAssignments in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.FloatingIPAssignment, err error)
	// Get retrieves the FloatingIPAssignment from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.FloatingIPAssignment, error)
	FloatingIPAssignmentNamespaceListerExpansion
}

FloatingIPAssignmentNamespaceLister helps list and get FloatingIPAssignments.

type FloatingIPAssignmentNamespaceListerExpansion added in v0.0.2

type FloatingIPAssignmentNamespaceListerExpansion interface{}

FloatingIPAssignmentNamespaceListerExpansion allows custom methods to be added to FloatingIPAssignmentNamespaceLister.

type FloatingIPLister added in v0.0.2

type FloatingIPLister interface {
	// List lists all FloatingIPs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.FloatingIP, err error)
	// FloatingIPs returns an object that can list and get FloatingIPs.
	FloatingIPs(namespace string) FloatingIPNamespaceLister
	FloatingIPListerExpansion
}

FloatingIPLister helps list FloatingIPs.

func NewFloatingIPLister added in v0.0.2

func NewFloatingIPLister(indexer cache.Indexer) FloatingIPLister

NewFloatingIPLister returns a new FloatingIPLister.

type FloatingIPListerExpansion added in v0.0.2

type FloatingIPListerExpansion interface{}

FloatingIPListerExpansion allows custom methods to be added to FloatingIPLister.

type FloatingIPNamespaceLister added in v0.0.2

type FloatingIPNamespaceLister interface {
	// List lists all FloatingIPs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.FloatingIP, err error)
	// Get retrieves the FloatingIP from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.FloatingIP, error)
	FloatingIPNamespaceListerExpansion
}

FloatingIPNamespaceLister helps list and get FloatingIPs.

type FloatingIPNamespaceListerExpansion added in v0.0.2

type FloatingIPNamespaceListerExpansion interface{}

FloatingIPNamespaceListerExpansion allows custom methods to be added to FloatingIPNamespaceLister.

type KubernetesClusterLister

type KubernetesClusterLister interface {
	// List lists all KubernetesClusters in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.KubernetesCluster, err error)
	// KubernetesClusters returns an object that can list and get KubernetesClusters.
	KubernetesClusters(namespace string) KubernetesClusterNamespaceLister
	KubernetesClusterListerExpansion
}

KubernetesClusterLister helps list KubernetesClusters.

func NewKubernetesClusterLister

func NewKubernetesClusterLister(indexer cache.Indexer) KubernetesClusterLister

NewKubernetesClusterLister returns a new KubernetesClusterLister.

type KubernetesClusterListerExpansion

type KubernetesClusterListerExpansion interface{}

KubernetesClusterListerExpansion allows custom methods to be added to KubernetesClusterLister.

type KubernetesClusterNamespaceLister added in v0.0.2

type KubernetesClusterNamespaceLister interface {
	// List lists all KubernetesClusters in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.KubernetesCluster, err error)
	// Get retrieves the KubernetesCluster from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.KubernetesCluster, error)
	KubernetesClusterNamespaceListerExpansion
}

KubernetesClusterNamespaceLister helps list and get KubernetesClusters.

type KubernetesClusterNamespaceListerExpansion added in v0.0.2

type KubernetesClusterNamespaceListerExpansion interface{}

KubernetesClusterNamespaceListerExpansion allows custom methods to be added to KubernetesClusterNamespaceLister.

type KubernetesNodePoolLister

type KubernetesNodePoolLister interface {
	// List lists all KubernetesNodePools in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.KubernetesNodePool, err error)
	// KubernetesNodePools returns an object that can list and get KubernetesNodePools.
	KubernetesNodePools(namespace string) KubernetesNodePoolNamespaceLister
	KubernetesNodePoolListerExpansion
}

KubernetesNodePoolLister helps list KubernetesNodePools.

func NewKubernetesNodePoolLister

func NewKubernetesNodePoolLister(indexer cache.Indexer) KubernetesNodePoolLister

NewKubernetesNodePoolLister returns a new KubernetesNodePoolLister.

type KubernetesNodePoolListerExpansion

type KubernetesNodePoolListerExpansion interface{}

KubernetesNodePoolListerExpansion allows custom methods to be added to KubernetesNodePoolLister.

type KubernetesNodePoolNamespaceLister added in v0.0.2

type KubernetesNodePoolNamespaceLister interface {
	// List lists all KubernetesNodePools in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.KubernetesNodePool, err error)
	// Get retrieves the KubernetesNodePool from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.KubernetesNodePool, error)
	KubernetesNodePoolNamespaceListerExpansion
}

KubernetesNodePoolNamespaceLister helps list and get KubernetesNodePools.

type KubernetesNodePoolNamespaceListerExpansion added in v0.0.2

type KubernetesNodePoolNamespaceListerExpansion interface{}

KubernetesNodePoolNamespaceListerExpansion allows custom methods to be added to KubernetesNodePoolNamespaceLister.

type LoadbalancerLister

type LoadbalancerLister interface {
	// List lists all Loadbalancers in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Loadbalancer, err error)
	// Loadbalancers returns an object that can list and get Loadbalancers.
	Loadbalancers(namespace string) LoadbalancerNamespaceLister
	LoadbalancerListerExpansion
}

LoadbalancerLister helps list Loadbalancers.

func NewLoadbalancerLister

func NewLoadbalancerLister(indexer cache.Indexer) LoadbalancerLister

NewLoadbalancerLister returns a new LoadbalancerLister.

type LoadbalancerListerExpansion

type LoadbalancerListerExpansion interface{}

LoadbalancerListerExpansion allows custom methods to be added to LoadbalancerLister.

type LoadbalancerNamespaceLister added in v0.0.2

type LoadbalancerNamespaceLister interface {
	// List lists all Loadbalancers in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Loadbalancer, err error)
	// Get retrieves the Loadbalancer from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Loadbalancer, error)
	LoadbalancerNamespaceListerExpansion
}

LoadbalancerNamespaceLister helps list and get Loadbalancers.

type LoadbalancerNamespaceListerExpansion added in v0.0.2

type LoadbalancerNamespaceListerExpansion interface{}

LoadbalancerNamespaceListerExpansion allows custom methods to be added to LoadbalancerNamespaceLister.

type ProjectLister

type ProjectLister interface {
	// List lists all Projects in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Project, err error)
	// Projects returns an object that can list and get Projects.
	Projects(namespace string) ProjectNamespaceLister
	ProjectListerExpansion
}

ProjectLister helps list Projects.

func NewProjectLister

func NewProjectLister(indexer cache.Indexer) ProjectLister

NewProjectLister returns a new ProjectLister.

type ProjectListerExpansion

type ProjectListerExpansion interface{}

ProjectListerExpansion allows custom methods to be added to ProjectLister.

type ProjectNamespaceLister added in v0.0.2

type ProjectNamespaceLister interface {
	// List lists all Projects in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Project, err error)
	// Get retrieves the Project from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Project, error)
	ProjectNamespaceListerExpansion
}

ProjectNamespaceLister helps list and get Projects.

type ProjectNamespaceListerExpansion added in v0.0.2

type ProjectNamespaceListerExpansion interface{}

ProjectNamespaceListerExpansion allows custom methods to be added to ProjectNamespaceLister.

type ProjectResourcesLister added in v0.2.0

type ProjectResourcesLister interface {
	// List lists all ProjectResourceses in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.ProjectResources, err error)
	// ProjectResourceses returns an object that can list and get ProjectResourceses.
	ProjectResourceses(namespace string) ProjectResourcesNamespaceLister
	ProjectResourcesListerExpansion
}

ProjectResourcesLister helps list ProjectResourceses.

func NewProjectResourcesLister added in v0.2.0

func NewProjectResourcesLister(indexer cache.Indexer) ProjectResourcesLister

NewProjectResourcesLister returns a new ProjectResourcesLister.

type ProjectResourcesListerExpansion added in v0.2.0

type ProjectResourcesListerExpansion interface{}

ProjectResourcesListerExpansion allows custom methods to be added to ProjectResourcesLister.

type ProjectResourcesNamespaceLister added in v0.2.0

type ProjectResourcesNamespaceLister interface {
	// List lists all ProjectResourceses in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.ProjectResources, err error)
	// Get retrieves the ProjectResources from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.ProjectResources, error)
	ProjectResourcesNamespaceListerExpansion
}

ProjectResourcesNamespaceLister helps list and get ProjectResourceses.

type ProjectResourcesNamespaceListerExpansion added in v0.2.0

type ProjectResourcesNamespaceListerExpansion interface{}

ProjectResourcesNamespaceListerExpansion allows custom methods to be added to ProjectResourcesNamespaceLister.

type RecordLister

type RecordLister interface {
	// List lists all Records in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Record, err error)
	// Records returns an object that can list and get Records.
	Records(namespace string) RecordNamespaceLister
	RecordListerExpansion
}

RecordLister helps list Records.

func NewRecordLister

func NewRecordLister(indexer cache.Indexer) RecordLister

NewRecordLister returns a new RecordLister.

type RecordListerExpansion

type RecordListerExpansion interface{}

RecordListerExpansion allows custom methods to be added to RecordLister.

type RecordNamespaceLister added in v0.0.2

type RecordNamespaceLister interface {
	// List lists all Records in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Record, err error)
	// Get retrieves the Record from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Record, error)
	RecordNamespaceListerExpansion
}

RecordNamespaceLister helps list and get Records.

type RecordNamespaceListerExpansion added in v0.0.2

type RecordNamespaceListerExpansion interface{}

RecordNamespaceListerExpansion allows custom methods to be added to RecordNamespaceLister.

type SpacesBucketLister

type SpacesBucketLister interface {
	// List lists all SpacesBuckets in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SpacesBucket, err error)
	// SpacesBuckets returns an object that can list and get SpacesBuckets.
	SpacesBuckets(namespace string) SpacesBucketNamespaceLister
	SpacesBucketListerExpansion
}

SpacesBucketLister helps list SpacesBuckets.

func NewSpacesBucketLister

func NewSpacesBucketLister(indexer cache.Indexer) SpacesBucketLister

NewSpacesBucketLister returns a new SpacesBucketLister.

type SpacesBucketListerExpansion

type SpacesBucketListerExpansion interface{}

SpacesBucketListerExpansion allows custom methods to be added to SpacesBucketLister.

type SpacesBucketNamespaceLister added in v0.0.2

type SpacesBucketNamespaceLister interface {
	// List lists all SpacesBuckets in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.SpacesBucket, err error)
	// Get retrieves the SpacesBucket from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.SpacesBucket, error)
	SpacesBucketNamespaceListerExpansion
}

SpacesBucketNamespaceLister helps list and get SpacesBuckets.

type SpacesBucketNamespaceListerExpansion added in v0.0.2

type SpacesBucketNamespaceListerExpansion interface{}

SpacesBucketNamespaceListerExpansion allows custom methods to be added to SpacesBucketNamespaceLister.

type SpacesBucketObjectLister added in v0.2.0

type SpacesBucketObjectLister interface {
	// List lists all SpacesBucketObjects in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SpacesBucketObject, err error)
	// SpacesBucketObjects returns an object that can list and get SpacesBucketObjects.
	SpacesBucketObjects(namespace string) SpacesBucketObjectNamespaceLister
	SpacesBucketObjectListerExpansion
}

SpacesBucketObjectLister helps list SpacesBucketObjects.

func NewSpacesBucketObjectLister added in v0.2.0

func NewSpacesBucketObjectLister(indexer cache.Indexer) SpacesBucketObjectLister

NewSpacesBucketObjectLister returns a new SpacesBucketObjectLister.

type SpacesBucketObjectListerExpansion added in v0.2.0

type SpacesBucketObjectListerExpansion interface{}

SpacesBucketObjectListerExpansion allows custom methods to be added to SpacesBucketObjectLister.

type SpacesBucketObjectNamespaceLister added in v0.2.0

type SpacesBucketObjectNamespaceLister interface {
	// List lists all SpacesBucketObjects in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.SpacesBucketObject, err error)
	// Get retrieves the SpacesBucketObject from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.SpacesBucketObject, error)
	SpacesBucketObjectNamespaceListerExpansion
}

SpacesBucketObjectNamespaceLister helps list and get SpacesBucketObjects.

type SpacesBucketObjectNamespaceListerExpansion added in v0.2.0

type SpacesBucketObjectNamespaceListerExpansion interface{}

SpacesBucketObjectNamespaceListerExpansion allows custom methods to be added to SpacesBucketObjectNamespaceLister.

type SshKeyLister

type SshKeyLister interface {
	// List lists all SshKeys in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.SshKey, err error)
	// SshKeys returns an object that can list and get SshKeys.
	SshKeys(namespace string) SshKeyNamespaceLister
	SshKeyListerExpansion
}

SshKeyLister helps list SshKeys.

func NewSshKeyLister

func NewSshKeyLister(indexer cache.Indexer) SshKeyLister

NewSshKeyLister returns a new SshKeyLister.

type SshKeyListerExpansion

type SshKeyListerExpansion interface{}

SshKeyListerExpansion allows custom methods to be added to SshKeyLister.

type SshKeyNamespaceLister added in v0.0.2

type SshKeyNamespaceLister interface {
	// List lists all SshKeys in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.SshKey, err error)
	// Get retrieves the SshKey from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.SshKey, error)
	SshKeyNamespaceListerExpansion
}

SshKeyNamespaceLister helps list and get SshKeys.

type SshKeyNamespaceListerExpansion added in v0.0.2

type SshKeyNamespaceListerExpansion interface{}

SshKeyNamespaceListerExpansion allows custom methods to be added to SshKeyNamespaceLister.

type TagLister

type TagLister interface {
	// List lists all Tags in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Tag, err error)
	// Tags returns an object that can list and get Tags.
	Tags(namespace string) TagNamespaceLister
	TagListerExpansion
}

TagLister helps list Tags.

func NewTagLister

func NewTagLister(indexer cache.Indexer) TagLister

NewTagLister returns a new TagLister.

type TagListerExpansion

type TagListerExpansion interface{}

TagListerExpansion allows custom methods to be added to TagLister.

type TagNamespaceLister added in v0.0.2

type TagNamespaceLister interface {
	// List lists all Tags in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Tag, err error)
	// Get retrieves the Tag from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Tag, error)
	TagNamespaceListerExpansion
}

TagNamespaceLister helps list and get Tags.

type TagNamespaceListerExpansion added in v0.0.2

type TagNamespaceListerExpansion interface{}

TagNamespaceListerExpansion allows custom methods to be added to TagNamespaceLister.

type VolumeAttachmentLister

type VolumeAttachmentLister interface {
	// List lists all VolumeAttachments in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.VolumeAttachment, err error)
	// VolumeAttachments returns an object that can list and get VolumeAttachments.
	VolumeAttachments(namespace string) VolumeAttachmentNamespaceLister
	VolumeAttachmentListerExpansion
}

VolumeAttachmentLister helps list VolumeAttachments.

func NewVolumeAttachmentLister

func NewVolumeAttachmentLister(indexer cache.Indexer) VolumeAttachmentLister

NewVolumeAttachmentLister returns a new VolumeAttachmentLister.

type VolumeAttachmentListerExpansion

type VolumeAttachmentListerExpansion interface{}

VolumeAttachmentListerExpansion allows custom methods to be added to VolumeAttachmentLister.

type VolumeAttachmentNamespaceLister added in v0.0.2

type VolumeAttachmentNamespaceLister interface {
	// List lists all VolumeAttachments in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.VolumeAttachment, err error)
	// Get retrieves the VolumeAttachment from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.VolumeAttachment, error)
	VolumeAttachmentNamespaceListerExpansion
}

VolumeAttachmentNamespaceLister helps list and get VolumeAttachments.

type VolumeAttachmentNamespaceListerExpansion added in v0.0.2

type VolumeAttachmentNamespaceListerExpansion interface{}

VolumeAttachmentNamespaceListerExpansion allows custom methods to be added to VolumeAttachmentNamespaceLister.

type VolumeLister

type VolumeLister interface {
	// List lists all Volumes in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Volume, err error)
	// Volumes returns an object that can list and get Volumes.
	Volumes(namespace string) VolumeNamespaceLister
	VolumeListerExpansion
}

VolumeLister helps list Volumes.

func NewVolumeLister

func NewVolumeLister(indexer cache.Indexer) VolumeLister

NewVolumeLister returns a new VolumeLister.

type VolumeListerExpansion

type VolumeListerExpansion interface{}

VolumeListerExpansion allows custom methods to be added to VolumeLister.

type VolumeNamespaceLister added in v0.0.2

type VolumeNamespaceLister interface {
	// List lists all Volumes in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Volume, err error)
	// Get retrieves the Volume from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Volume, error)
	VolumeNamespaceListerExpansion
}

VolumeNamespaceLister helps list and get Volumes.

type VolumeNamespaceListerExpansion added in v0.0.2

type VolumeNamespaceListerExpansion interface{}

VolumeNamespaceListerExpansion allows custom methods to be added to VolumeNamespaceLister.

type VolumeSnapshotLister

type VolumeSnapshotLister interface {
	// List lists all VolumeSnapshots in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.VolumeSnapshot, err error)
	// VolumeSnapshots returns an object that can list and get VolumeSnapshots.
	VolumeSnapshots(namespace string) VolumeSnapshotNamespaceLister
	VolumeSnapshotListerExpansion
}

VolumeSnapshotLister helps list VolumeSnapshots.

func NewVolumeSnapshotLister

func NewVolumeSnapshotLister(indexer cache.Indexer) VolumeSnapshotLister

NewVolumeSnapshotLister returns a new VolumeSnapshotLister.

type VolumeSnapshotListerExpansion

type VolumeSnapshotListerExpansion interface{}

VolumeSnapshotListerExpansion allows custom methods to be added to VolumeSnapshotLister.

type VolumeSnapshotNamespaceLister added in v0.0.2

type VolumeSnapshotNamespaceLister interface {
	// List lists all VolumeSnapshots in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.VolumeSnapshot, err error)
	// Get retrieves the VolumeSnapshot from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.VolumeSnapshot, error)
	VolumeSnapshotNamespaceListerExpansion
}

VolumeSnapshotNamespaceLister helps list and get VolumeSnapshots.

type VolumeSnapshotNamespaceListerExpansion added in v0.0.2

type VolumeSnapshotNamespaceListerExpansion interface{}

VolumeSnapshotNamespaceListerExpansion allows custom methods to be added to VolumeSnapshotNamespaceLister.

type VpcLister added in v0.2.0

type VpcLister interface {
	// List lists all Vpcs in the indexer.
	List(selector labels.Selector) (ret []*v1alpha1.Vpc, err error)
	// Vpcs returns an object that can list and get Vpcs.
	Vpcs(namespace string) VpcNamespaceLister
	VpcListerExpansion
}

VpcLister helps list Vpcs.

func NewVpcLister added in v0.2.0

func NewVpcLister(indexer cache.Indexer) VpcLister

NewVpcLister returns a new VpcLister.

type VpcListerExpansion added in v0.2.0

type VpcListerExpansion interface{}

VpcListerExpansion allows custom methods to be added to VpcLister.

type VpcNamespaceLister added in v0.2.0

type VpcNamespaceLister interface {
	// List lists all Vpcs in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*v1alpha1.Vpc, err error)
	// Get retrieves the Vpc from the indexer for a given namespace and name.
	Get(name string) (*v1alpha1.Vpc, error)
	VpcNamespaceListerExpansion
}

VpcNamespaceLister helps list and get Vpcs.

type VpcNamespaceListerExpansion added in v0.2.0

type VpcNamespaceListerExpansion interface{}

VpcNamespaceListerExpansion allows custom methods to be added to VpcNamespaceLister.

Jump to

Keyboard shortcuts

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