v2alpha1

package
v1.15.4 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 4 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CiliumBGPAdvertisementLister added in v1.15.0

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

CiliumBGPAdvertisementLister helps list CiliumBGPAdvertisements. All objects returned here must be treated as read-only.

func NewCiliumBGPAdvertisementLister added in v1.15.0

func NewCiliumBGPAdvertisementLister(indexer cache.Indexer) CiliumBGPAdvertisementLister

NewCiliumBGPAdvertisementLister returns a new CiliumBGPAdvertisementLister.

type CiliumBGPAdvertisementListerExpansion added in v1.15.0

type CiliumBGPAdvertisementListerExpansion interface{}

CiliumBGPAdvertisementListerExpansion allows custom methods to be added to CiliumBGPAdvertisementLister.

type CiliumBGPClusterConfigLister added in v1.15.0

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

CiliumBGPClusterConfigLister helps list CiliumBGPClusterConfigs. All objects returned here must be treated as read-only.

func NewCiliumBGPClusterConfigLister added in v1.15.0

func NewCiliumBGPClusterConfigLister(indexer cache.Indexer) CiliumBGPClusterConfigLister

NewCiliumBGPClusterConfigLister returns a new CiliumBGPClusterConfigLister.

type CiliumBGPClusterConfigListerExpansion added in v1.15.0

type CiliumBGPClusterConfigListerExpansion interface{}

CiliumBGPClusterConfigListerExpansion allows custom methods to be added to CiliumBGPClusterConfigLister.

type CiliumBGPNodeConfigLister added in v1.15.0

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

CiliumBGPNodeConfigLister helps list CiliumBGPNodeConfigs. All objects returned here must be treated as read-only.

func NewCiliumBGPNodeConfigLister added in v1.15.0

func NewCiliumBGPNodeConfigLister(indexer cache.Indexer) CiliumBGPNodeConfigLister

NewCiliumBGPNodeConfigLister returns a new CiliumBGPNodeConfigLister.

type CiliumBGPNodeConfigListerExpansion added in v1.15.0

type CiliumBGPNodeConfigListerExpansion interface{}

CiliumBGPNodeConfigListerExpansion allows custom methods to be added to CiliumBGPNodeConfigLister.

type CiliumBGPNodeConfigOverrideLister added in v1.15.0

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

CiliumBGPNodeConfigOverrideLister helps list CiliumBGPNodeConfigOverrides. All objects returned here must be treated as read-only.

func NewCiliumBGPNodeConfigOverrideLister added in v1.15.0

func NewCiliumBGPNodeConfigOverrideLister(indexer cache.Indexer) CiliumBGPNodeConfigOverrideLister

NewCiliumBGPNodeConfigOverrideLister returns a new CiliumBGPNodeConfigOverrideLister.

type CiliumBGPNodeConfigOverrideListerExpansion added in v1.15.0

type CiliumBGPNodeConfigOverrideListerExpansion interface{}

CiliumBGPNodeConfigOverrideListerExpansion allows custom methods to be added to CiliumBGPNodeConfigOverrideLister.

type CiliumBGPPeerConfigLister added in v1.15.0

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

CiliumBGPPeerConfigLister helps list CiliumBGPPeerConfigs. All objects returned here must be treated as read-only.

func NewCiliumBGPPeerConfigLister added in v1.15.0

func NewCiliumBGPPeerConfigLister(indexer cache.Indexer) CiliumBGPPeerConfigLister

NewCiliumBGPPeerConfigLister returns a new CiliumBGPPeerConfigLister.

type CiliumBGPPeerConfigListerExpansion added in v1.15.0

type CiliumBGPPeerConfigListerExpansion interface{}

CiliumBGPPeerConfigListerExpansion allows custom methods to be added to CiliumBGPPeerConfigLister.

type CiliumBGPPeeringPolicyLister

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

CiliumBGPPeeringPolicyLister helps list CiliumBGPPeeringPolicies. All objects returned here must be treated as read-only.

func NewCiliumBGPPeeringPolicyLister

func NewCiliumBGPPeeringPolicyLister(indexer cache.Indexer) CiliumBGPPeeringPolicyLister

NewCiliumBGPPeeringPolicyLister returns a new CiliumBGPPeeringPolicyLister.

type CiliumBGPPeeringPolicyListerExpansion

type CiliumBGPPeeringPolicyListerExpansion interface{}

CiliumBGPPeeringPolicyListerExpansion allows custom methods to be added to CiliumBGPPeeringPolicyLister.

type CiliumCIDRGroupLister

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

CiliumCIDRGroupLister helps list CiliumCIDRGroups. All objects returned here must be treated as read-only.

func NewCiliumCIDRGroupLister

func NewCiliumCIDRGroupLister(indexer cache.Indexer) CiliumCIDRGroupLister

NewCiliumCIDRGroupLister returns a new CiliumCIDRGroupLister.

type CiliumCIDRGroupListerExpansion

type CiliumCIDRGroupListerExpansion interface{}

CiliumCIDRGroupListerExpansion allows custom methods to be added to CiliumCIDRGroupLister.

type CiliumEndpointSliceLister

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

CiliumEndpointSliceLister helps list CiliumEndpointSlices. All objects returned here must be treated as read-only.

func NewCiliumEndpointSliceLister

func NewCiliumEndpointSliceLister(indexer cache.Indexer) CiliumEndpointSliceLister

NewCiliumEndpointSliceLister returns a new CiliumEndpointSliceLister.

type CiliumEndpointSliceListerExpansion

type CiliumEndpointSliceListerExpansion interface{}

CiliumEndpointSliceListerExpansion allows custom methods to be added to CiliumEndpointSliceLister.

type CiliumL2AnnouncementPolicyLister

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

CiliumL2AnnouncementPolicyLister helps list CiliumL2AnnouncementPolicies. All objects returned here must be treated as read-only.

func NewCiliumL2AnnouncementPolicyLister

func NewCiliumL2AnnouncementPolicyLister(indexer cache.Indexer) CiliumL2AnnouncementPolicyLister

NewCiliumL2AnnouncementPolicyLister returns a new CiliumL2AnnouncementPolicyLister.

type CiliumL2AnnouncementPolicyListerExpansion

type CiliumL2AnnouncementPolicyListerExpansion interface{}

CiliumL2AnnouncementPolicyListerExpansion allows custom methods to be added to CiliumL2AnnouncementPolicyLister.

type CiliumLoadBalancerIPPoolLister

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

CiliumLoadBalancerIPPoolLister helps list CiliumLoadBalancerIPPools. All objects returned here must be treated as read-only.

func NewCiliumLoadBalancerIPPoolLister

func NewCiliumLoadBalancerIPPoolLister(indexer cache.Indexer) CiliumLoadBalancerIPPoolLister

NewCiliumLoadBalancerIPPoolLister returns a new CiliumLoadBalancerIPPoolLister.

type CiliumLoadBalancerIPPoolListerExpansion

type CiliumLoadBalancerIPPoolListerExpansion interface{}

CiliumLoadBalancerIPPoolListerExpansion allows custom methods to be added to CiliumLoadBalancerIPPoolLister.

type CiliumNodeConfigLister

type CiliumNodeConfigLister interface {
	// List lists all CiliumNodeConfigs in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v2alpha1.CiliumNodeConfig, err error)
	// CiliumNodeConfigs returns an object that can list and get CiliumNodeConfigs.
	CiliumNodeConfigs(namespace string) CiliumNodeConfigNamespaceLister
	CiliumNodeConfigListerExpansion
}

CiliumNodeConfigLister helps list CiliumNodeConfigs. All objects returned here must be treated as read-only.

func NewCiliumNodeConfigLister

func NewCiliumNodeConfigLister(indexer cache.Indexer) CiliumNodeConfigLister

NewCiliumNodeConfigLister returns a new CiliumNodeConfigLister.

type CiliumNodeConfigListerExpansion

type CiliumNodeConfigListerExpansion interface{}

CiliumNodeConfigListerExpansion allows custom methods to be added to CiliumNodeConfigLister.

type CiliumNodeConfigNamespaceLister

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

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

type CiliumNodeConfigNamespaceListerExpansion

type CiliumNodeConfigNamespaceListerExpansion interface{}

CiliumNodeConfigNamespaceListerExpansion allows custom methods to be added to CiliumNodeConfigNamespaceLister.

type CiliumPodIPPoolLister

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

CiliumPodIPPoolLister helps list CiliumPodIPPools. All objects returned here must be treated as read-only.

func NewCiliumPodIPPoolLister

func NewCiliumPodIPPoolLister(indexer cache.Indexer) CiliumPodIPPoolLister

NewCiliumPodIPPoolLister returns a new CiliumPodIPPoolLister.

type CiliumPodIPPoolListerExpansion

type CiliumPodIPPoolListerExpansion interface{}

CiliumPodIPPoolListerExpansion allows custom methods to be added to CiliumPodIPPoolLister.

Jump to

Keyboard shortcuts

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