v1alpha1

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 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 CAPApplicationLister

type CAPApplicationLister interface {
	// List lists all CAPApplications in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CAPApplication, err error)
	// CAPApplications returns an object that can list and get CAPApplications.
	CAPApplications(namespace string) CAPApplicationNamespaceLister
	CAPApplicationListerExpansion
}

CAPApplicationLister helps list CAPApplications. All objects returned here must be treated as read-only.

func NewCAPApplicationLister

func NewCAPApplicationLister(indexer cache.Indexer) CAPApplicationLister

NewCAPApplicationLister returns a new CAPApplicationLister.

type CAPApplicationListerExpansion

type CAPApplicationListerExpansion interface{}

CAPApplicationListerExpansion allows custom methods to be added to CAPApplicationLister.

type CAPApplicationNamespaceLister

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

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

type CAPApplicationNamespaceListerExpansion

type CAPApplicationNamespaceListerExpansion interface{}

CAPApplicationNamespaceListerExpansion allows custom methods to be added to CAPApplicationNamespaceLister.

type CAPApplicationVersionLister

type CAPApplicationVersionLister interface {
	// List lists all CAPApplicationVersions in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CAPApplicationVersion, err error)
	// CAPApplicationVersions returns an object that can list and get CAPApplicationVersions.
	CAPApplicationVersions(namespace string) CAPApplicationVersionNamespaceLister
	CAPApplicationVersionListerExpansion
}

CAPApplicationVersionLister helps list CAPApplicationVersions. All objects returned here must be treated as read-only.

func NewCAPApplicationVersionLister

func NewCAPApplicationVersionLister(indexer cache.Indexer) CAPApplicationVersionLister

NewCAPApplicationVersionLister returns a new CAPApplicationVersionLister.

type CAPApplicationVersionListerExpansion

type CAPApplicationVersionListerExpansion interface{}

CAPApplicationVersionListerExpansion allows custom methods to be added to CAPApplicationVersionLister.

type CAPApplicationVersionNamespaceLister

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

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

type CAPApplicationVersionNamespaceListerExpansion

type CAPApplicationVersionNamespaceListerExpansion interface{}

CAPApplicationVersionNamespaceListerExpansion allows custom methods to be added to CAPApplicationVersionNamespaceLister.

type CAPTenantLister

type CAPTenantLister interface {
	// List lists all CAPTenants in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CAPTenant, err error)
	// CAPTenants returns an object that can list and get CAPTenants.
	CAPTenants(namespace string) CAPTenantNamespaceLister
	CAPTenantListerExpansion
}

CAPTenantLister helps list CAPTenants. All objects returned here must be treated as read-only.

func NewCAPTenantLister

func NewCAPTenantLister(indexer cache.Indexer) CAPTenantLister

NewCAPTenantLister returns a new CAPTenantLister.

type CAPTenantListerExpansion

type CAPTenantListerExpansion interface{}

CAPTenantListerExpansion allows custom methods to be added to CAPTenantLister.

type CAPTenantNamespaceLister

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

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

type CAPTenantNamespaceListerExpansion

type CAPTenantNamespaceListerExpansion interface{}

CAPTenantNamespaceListerExpansion allows custom methods to be added to CAPTenantNamespaceLister.

type CAPTenantOperationLister

type CAPTenantOperationLister interface {
	// List lists all CAPTenantOperations in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v1alpha1.CAPTenantOperation, err error)
	// CAPTenantOperations returns an object that can list and get CAPTenantOperations.
	CAPTenantOperations(namespace string) CAPTenantOperationNamespaceLister
	CAPTenantOperationListerExpansion
}

CAPTenantOperationLister helps list CAPTenantOperations. All objects returned here must be treated as read-only.

func NewCAPTenantOperationLister

func NewCAPTenantOperationLister(indexer cache.Indexer) CAPTenantOperationLister

NewCAPTenantOperationLister returns a new CAPTenantOperationLister.

type CAPTenantOperationListerExpansion

type CAPTenantOperationListerExpansion interface{}

CAPTenantOperationListerExpansion allows custom methods to be added to CAPTenantOperationLister.

type CAPTenantOperationNamespaceLister

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

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

type CAPTenantOperationNamespaceListerExpansion

type CAPTenantOperationNamespaceListerExpansion interface{}

CAPTenantOperationNamespaceListerExpansion allows custom methods to be added to CAPTenantOperationNamespaceLister.

Jump to

Keyboard shortcuts

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