v1

package
v0.0.0-...-dfc9681 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2023 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceMeshControlPlaneLister

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

ServiceMeshControlPlaneLister helps list ServiceMeshControlPlanes. All objects returned here must be treated as read-only.

func NewServiceMeshControlPlaneLister

func NewServiceMeshControlPlaneLister(indexer cache.Indexer) ServiceMeshControlPlaneLister

NewServiceMeshControlPlaneLister returns a new ServiceMeshControlPlaneLister.

type ServiceMeshControlPlaneListerExpansion

type ServiceMeshControlPlaneListerExpansion interface{}

ServiceMeshControlPlaneListerExpansion allows custom methods to be added to ServiceMeshControlPlaneLister.

type ServiceMeshControlPlaneNamespaceLister

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

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

type ServiceMeshControlPlaneNamespaceListerExpansion

type ServiceMeshControlPlaneNamespaceListerExpansion interface{}

ServiceMeshControlPlaneNamespaceListerExpansion allows custom methods to be added to ServiceMeshControlPlaneNamespaceLister.

type ServiceMeshExtensionLister

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

ServiceMeshExtensionLister helps list ServiceMeshExtensions. All objects returned here must be treated as read-only.

func NewServiceMeshExtensionLister

func NewServiceMeshExtensionLister(indexer cache.Indexer) ServiceMeshExtensionLister

NewServiceMeshExtensionLister returns a new ServiceMeshExtensionLister.

type ServiceMeshExtensionListerExpansion

type ServiceMeshExtensionListerExpansion interface{}

ServiceMeshExtensionListerExpansion allows custom methods to be added to ServiceMeshExtensionLister.

type ServiceMeshExtensionNamespaceLister

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

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

type ServiceMeshExtensionNamespaceListerExpansion

type ServiceMeshExtensionNamespaceListerExpansion interface{}

ServiceMeshExtensionNamespaceListerExpansion allows custom methods to be added to ServiceMeshExtensionNamespaceLister.

type ServiceMeshMemberLister

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

ServiceMeshMemberLister helps list ServiceMeshMembers. All objects returned here must be treated as read-only.

func NewServiceMeshMemberLister

func NewServiceMeshMemberLister(indexer cache.Indexer) ServiceMeshMemberLister

NewServiceMeshMemberLister returns a new ServiceMeshMemberLister.

type ServiceMeshMemberListerExpansion

type ServiceMeshMemberListerExpansion interface{}

ServiceMeshMemberListerExpansion allows custom methods to be added to ServiceMeshMemberLister.

type ServiceMeshMemberNamespaceLister

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

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

type ServiceMeshMemberNamespaceListerExpansion

type ServiceMeshMemberNamespaceListerExpansion interface{}

ServiceMeshMemberNamespaceListerExpansion allows custom methods to be added to ServiceMeshMemberNamespaceLister.

type ServiceMeshMemberRollLister

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

ServiceMeshMemberRollLister helps list ServiceMeshMemberRolls. All objects returned here must be treated as read-only.

func NewServiceMeshMemberRollLister

func NewServiceMeshMemberRollLister(indexer cache.Indexer) ServiceMeshMemberRollLister

NewServiceMeshMemberRollLister returns a new ServiceMeshMemberRollLister.

type ServiceMeshMemberRollListerExpansion

type ServiceMeshMemberRollListerExpansion interface{}

ServiceMeshMemberRollListerExpansion allows custom methods to be added to ServiceMeshMemberRollLister.

type ServiceMeshMemberRollNamespaceLister

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

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

type ServiceMeshMemberRollNamespaceListerExpansion

type ServiceMeshMemberRollNamespaceListerExpansion interface{}

ServiceMeshMemberRollNamespaceListerExpansion allows custom methods to be added to ServiceMeshMemberRollNamespaceLister.

Jump to

Keyboard shortcuts

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