v3

package
v3.13.0-box Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 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 AlertExceptionLister

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

AlertExceptionLister helps list AlertExceptions. All objects returned here must be treated as read-only.

func NewAlertExceptionLister

func NewAlertExceptionLister(indexer cache.Indexer) AlertExceptionLister

NewAlertExceptionLister returns a new AlertExceptionLister.

type AlertExceptionListerExpansion

type AlertExceptionListerExpansion interface{}

AlertExceptionListerExpansion allows custom methods to be added to AlertExceptionLister.

type AuthenticationReviewLister

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

AuthenticationReviewLister helps list AuthenticationReviews. All objects returned here must be treated as read-only.

func NewAuthenticationReviewLister

func NewAuthenticationReviewLister(indexer cache.Indexer) AuthenticationReviewLister

NewAuthenticationReviewLister returns a new AuthenticationReviewLister.

type AuthenticationReviewListerExpansion

type AuthenticationReviewListerExpansion interface{}

AuthenticationReviewListerExpansion allows custom methods to be added to AuthenticationReviewLister.

type AuthorizationReviewLister

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

AuthorizationReviewLister helps list AuthorizationReviews. All objects returned here must be treated as read-only.

func NewAuthorizationReviewLister

func NewAuthorizationReviewLister(indexer cache.Indexer) AuthorizationReviewLister

NewAuthorizationReviewLister returns a new AuthorizationReviewLister.

type AuthorizationReviewListerExpansion

type AuthorizationReviewListerExpansion interface{}

AuthorizationReviewListerExpansion allows custom methods to be added to AuthorizationReviewLister.

type BGPConfigurationLister

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

BGPConfigurationLister helps list BGPConfigurations. All objects returned here must be treated as read-only.

func NewBGPConfigurationLister

func NewBGPConfigurationLister(indexer cache.Indexer) BGPConfigurationLister

NewBGPConfigurationLister returns a new BGPConfigurationLister.

type BGPConfigurationListerExpansion

type BGPConfigurationListerExpansion interface{}

BGPConfigurationListerExpansion allows custom methods to be added to BGPConfigurationLister.

type BGPPeerLister

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

BGPPeerLister helps list BGPPeers. All objects returned here must be treated as read-only.

func NewBGPPeerLister

func NewBGPPeerLister(indexer cache.Indexer) BGPPeerLister

NewBGPPeerLister returns a new BGPPeerLister.

type BGPPeerListerExpansion

type BGPPeerListerExpansion interface{}

BGPPeerListerExpansion allows custom methods to be added to BGPPeerLister.

type CalicoNodeStatusLister

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

CalicoNodeStatusLister helps list CalicoNodeStatuses. All objects returned here must be treated as read-only.

func NewCalicoNodeStatusLister

func NewCalicoNodeStatusLister(indexer cache.Indexer) CalicoNodeStatusLister

NewCalicoNodeStatusLister returns a new CalicoNodeStatusLister.

type CalicoNodeStatusListerExpansion

type CalicoNodeStatusListerExpansion interface{}

CalicoNodeStatusListerExpansion allows custom methods to be added to CalicoNodeStatusLister.

type ClusterInformationLister

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

ClusterInformationLister helps list ClusterInformations. All objects returned here must be treated as read-only.

func NewClusterInformationLister

func NewClusterInformationLister(indexer cache.Indexer) ClusterInformationLister

NewClusterInformationLister returns a new ClusterInformationLister.

type ClusterInformationListerExpansion

type ClusterInformationListerExpansion interface{}

ClusterInformationListerExpansion allows custom methods to be added to ClusterInformationLister.

type DeepPacketInspectionLister

type DeepPacketInspectionLister interface {
	// List lists all DeepPacketInspections in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v3.DeepPacketInspection, err error)
	// DeepPacketInspections returns an object that can list and get DeepPacketInspections.
	DeepPacketInspections(namespace string) DeepPacketInspectionNamespaceLister
	DeepPacketInspectionListerExpansion
}

DeepPacketInspectionLister helps list DeepPacketInspections. All objects returned here must be treated as read-only.

func NewDeepPacketInspectionLister

func NewDeepPacketInspectionLister(indexer cache.Indexer) DeepPacketInspectionLister

NewDeepPacketInspectionLister returns a new DeepPacketInspectionLister.

type DeepPacketInspectionListerExpansion

type DeepPacketInspectionListerExpansion interface{}

DeepPacketInspectionListerExpansion allows custom methods to be added to DeepPacketInspectionLister.

type DeepPacketInspectionNamespaceLister

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

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

type DeepPacketInspectionNamespaceListerExpansion

type DeepPacketInspectionNamespaceListerExpansion interface{}

DeepPacketInspectionNamespaceListerExpansion allows custom methods to be added to DeepPacketInspectionNamespaceLister.

type FelixConfigurationLister

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

FelixConfigurationLister helps list FelixConfigurations. All objects returned here must be treated as read-only.

func NewFelixConfigurationLister

func NewFelixConfigurationLister(indexer cache.Indexer) FelixConfigurationLister

NewFelixConfigurationLister returns a new FelixConfigurationLister.

type FelixConfigurationListerExpansion

type FelixConfigurationListerExpansion interface{}

FelixConfigurationListerExpansion allows custom methods to be added to FelixConfigurationLister.

type GlobalAlertLister

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

GlobalAlertLister helps list GlobalAlerts. All objects returned here must be treated as read-only.

func NewGlobalAlertLister

func NewGlobalAlertLister(indexer cache.Indexer) GlobalAlertLister

NewGlobalAlertLister returns a new GlobalAlertLister.

type GlobalAlertListerExpansion

type GlobalAlertListerExpansion interface{}

GlobalAlertListerExpansion allows custom methods to be added to GlobalAlertLister.

type GlobalAlertTemplateLister

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

GlobalAlertTemplateLister helps list GlobalAlertTemplates. All objects returned here must be treated as read-only.

func NewGlobalAlertTemplateLister

func NewGlobalAlertTemplateLister(indexer cache.Indexer) GlobalAlertTemplateLister

NewGlobalAlertTemplateLister returns a new GlobalAlertTemplateLister.

type GlobalAlertTemplateListerExpansion

type GlobalAlertTemplateListerExpansion interface{}

GlobalAlertTemplateListerExpansion allows custom methods to be added to GlobalAlertTemplateLister.

type GlobalNetworkPolicyLister

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

GlobalNetworkPolicyLister helps list GlobalNetworkPolicies. All objects returned here must be treated as read-only.

func NewGlobalNetworkPolicyLister

func NewGlobalNetworkPolicyLister(indexer cache.Indexer) GlobalNetworkPolicyLister

NewGlobalNetworkPolicyLister returns a new GlobalNetworkPolicyLister.

type GlobalNetworkPolicyListerExpansion

type GlobalNetworkPolicyListerExpansion interface{}

GlobalNetworkPolicyListerExpansion allows custom methods to be added to GlobalNetworkPolicyLister.

type GlobalNetworkSetLister

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

GlobalNetworkSetLister helps list GlobalNetworkSets. All objects returned here must be treated as read-only.

func NewGlobalNetworkSetLister

func NewGlobalNetworkSetLister(indexer cache.Indexer) GlobalNetworkSetLister

NewGlobalNetworkSetLister returns a new GlobalNetworkSetLister.

type GlobalNetworkSetListerExpansion

type GlobalNetworkSetListerExpansion interface{}

GlobalNetworkSetListerExpansion allows custom methods to be added to GlobalNetworkSetLister.

type GlobalReportLister

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

GlobalReportLister helps list GlobalReports. All objects returned here must be treated as read-only.

func NewGlobalReportLister

func NewGlobalReportLister(indexer cache.Indexer) GlobalReportLister

NewGlobalReportLister returns a new GlobalReportLister.

type GlobalReportListerExpansion

type GlobalReportListerExpansion interface{}

GlobalReportListerExpansion allows custom methods to be added to GlobalReportLister.

type GlobalReportTypeLister

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

GlobalReportTypeLister helps list GlobalReportTypes. All objects returned here must be treated as read-only.

func NewGlobalReportTypeLister

func NewGlobalReportTypeLister(indexer cache.Indexer) GlobalReportTypeLister

NewGlobalReportTypeLister returns a new GlobalReportTypeLister.

type GlobalReportTypeListerExpansion

type GlobalReportTypeListerExpansion interface{}

GlobalReportTypeListerExpansion allows custom methods to be added to GlobalReportTypeLister.

type GlobalThreatFeedLister

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

GlobalThreatFeedLister helps list GlobalThreatFeeds. All objects returned here must be treated as read-only.

func NewGlobalThreatFeedLister

func NewGlobalThreatFeedLister(indexer cache.Indexer) GlobalThreatFeedLister

NewGlobalThreatFeedLister returns a new GlobalThreatFeedLister.

type GlobalThreatFeedListerExpansion

type GlobalThreatFeedListerExpansion interface{}

GlobalThreatFeedListerExpansion allows custom methods to be added to GlobalThreatFeedLister.

type HostEndpointLister

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

HostEndpointLister helps list HostEndpoints. All objects returned here must be treated as read-only.

func NewHostEndpointLister

func NewHostEndpointLister(indexer cache.Indexer) HostEndpointLister

NewHostEndpointLister returns a new HostEndpointLister.

type HostEndpointListerExpansion

type HostEndpointListerExpansion interface{}

HostEndpointListerExpansion allows custom methods to be added to HostEndpointLister.

type IPPoolLister

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

IPPoolLister helps list IPPools. All objects returned here must be treated as read-only.

func NewIPPoolLister

func NewIPPoolLister(indexer cache.Indexer) IPPoolLister

NewIPPoolLister returns a new IPPoolLister.

type IPPoolListerExpansion

type IPPoolListerExpansion interface{}

IPPoolListerExpansion allows custom methods to be added to IPPoolLister.

type IPReservationLister

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

IPReservationLister helps list IPReservations. All objects returned here must be treated as read-only.

func NewIPReservationLister

func NewIPReservationLister(indexer cache.Indexer) IPReservationLister

NewIPReservationLister returns a new IPReservationLister.

type IPReservationListerExpansion

type IPReservationListerExpansion interface{}

IPReservationListerExpansion allows custom methods to be added to IPReservationLister.

type KubeControllersConfigurationLister

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

KubeControllersConfigurationLister helps list KubeControllersConfigurations. All objects returned here must be treated as read-only.

func NewKubeControllersConfigurationLister

func NewKubeControllersConfigurationLister(indexer cache.Indexer) KubeControllersConfigurationLister

NewKubeControllersConfigurationLister returns a new KubeControllersConfigurationLister.

type KubeControllersConfigurationListerExpansion

type KubeControllersConfigurationListerExpansion interface{}

KubeControllersConfigurationListerExpansion allows custom methods to be added to KubeControllersConfigurationLister.

type LicenseKeyLister

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

LicenseKeyLister helps list LicenseKeys. All objects returned here must be treated as read-only.

func NewLicenseKeyLister

func NewLicenseKeyLister(indexer cache.Indexer) LicenseKeyLister

NewLicenseKeyLister returns a new LicenseKeyLister.

type LicenseKeyListerExpansion

type LicenseKeyListerExpansion interface{}

LicenseKeyListerExpansion allows custom methods to be added to LicenseKeyLister.

type ManagedClusterLister

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

ManagedClusterLister helps list ManagedClusters. All objects returned here must be treated as read-only.

func NewManagedClusterLister

func NewManagedClusterLister(indexer cache.Indexer) ManagedClusterLister

NewManagedClusterLister returns a new ManagedClusterLister.

type ManagedClusterListerExpansion

type ManagedClusterListerExpansion interface{}

ManagedClusterListerExpansion allows custom methods to be added to ManagedClusterLister.

type NetworkPolicyLister

type NetworkPolicyLister interface {
	// List lists all NetworkPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v3.NetworkPolicy, err error)
	// NetworkPolicies returns an object that can list and get NetworkPolicies.
	NetworkPolicies(namespace string) NetworkPolicyNamespaceLister
	NetworkPolicyListerExpansion
}

NetworkPolicyLister helps list NetworkPolicies. All objects returned here must be treated as read-only.

func NewNetworkPolicyLister

func NewNetworkPolicyLister(indexer cache.Indexer) NetworkPolicyLister

NewNetworkPolicyLister returns a new NetworkPolicyLister.

type NetworkPolicyListerExpansion

type NetworkPolicyListerExpansion interface{}

NetworkPolicyListerExpansion allows custom methods to be added to NetworkPolicyLister.

type NetworkPolicyNamespaceLister

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

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

type NetworkPolicyNamespaceListerExpansion

type NetworkPolicyNamespaceListerExpansion interface{}

NetworkPolicyNamespaceListerExpansion allows custom methods to be added to NetworkPolicyNamespaceLister.

type NetworkSetLister

type NetworkSetLister interface {
	// List lists all NetworkSets in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v3.NetworkSet, err error)
	// NetworkSets returns an object that can list and get NetworkSets.
	NetworkSets(namespace string) NetworkSetNamespaceLister
	NetworkSetListerExpansion
}

NetworkSetLister helps list NetworkSets. All objects returned here must be treated as read-only.

func NewNetworkSetLister

func NewNetworkSetLister(indexer cache.Indexer) NetworkSetLister

NewNetworkSetLister returns a new NetworkSetLister.

type NetworkSetListerExpansion

type NetworkSetListerExpansion interface{}

NetworkSetListerExpansion allows custom methods to be added to NetworkSetLister.

type NetworkSetNamespaceLister

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

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

type NetworkSetNamespaceListerExpansion

type NetworkSetNamespaceListerExpansion interface{}

NetworkSetNamespaceListerExpansion allows custom methods to be added to NetworkSetNamespaceLister.

type PacketCaptureLister

type PacketCaptureLister interface {
	// List lists all PacketCaptures in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v3.PacketCapture, err error)
	// PacketCaptures returns an object that can list and get PacketCaptures.
	PacketCaptures(namespace string) PacketCaptureNamespaceLister
	PacketCaptureListerExpansion
}

PacketCaptureLister helps list PacketCaptures. All objects returned here must be treated as read-only.

func NewPacketCaptureLister

func NewPacketCaptureLister(indexer cache.Indexer) PacketCaptureLister

NewPacketCaptureLister returns a new PacketCaptureLister.

type PacketCaptureListerExpansion

type PacketCaptureListerExpansion interface{}

PacketCaptureListerExpansion allows custom methods to be added to PacketCaptureLister.

type PacketCaptureNamespaceLister

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

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

type PacketCaptureNamespaceListerExpansion

type PacketCaptureNamespaceListerExpansion interface{}

PacketCaptureNamespaceListerExpansion allows custom methods to be added to PacketCaptureNamespaceLister.

type ProfileLister

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

ProfileLister helps list Profiles. All objects returned here must be treated as read-only.

func NewProfileLister

func NewProfileLister(indexer cache.Indexer) ProfileLister

NewProfileLister returns a new ProfileLister.

type ProfileListerExpansion

type ProfileListerExpansion interface{}

ProfileListerExpansion allows custom methods to be added to ProfileLister.

type RemoteClusterConfigurationLister

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

RemoteClusterConfigurationLister helps list RemoteClusterConfigurations. All objects returned here must be treated as read-only.

func NewRemoteClusterConfigurationLister

func NewRemoteClusterConfigurationLister(indexer cache.Indexer) RemoteClusterConfigurationLister

NewRemoteClusterConfigurationLister returns a new RemoteClusterConfigurationLister.

type RemoteClusterConfigurationListerExpansion

type RemoteClusterConfigurationListerExpansion interface{}

RemoteClusterConfigurationListerExpansion allows custom methods to be added to RemoteClusterConfigurationLister.

type StagedGlobalNetworkPolicyLister

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

StagedGlobalNetworkPolicyLister helps list StagedGlobalNetworkPolicies. All objects returned here must be treated as read-only.

func NewStagedGlobalNetworkPolicyLister

func NewStagedGlobalNetworkPolicyLister(indexer cache.Indexer) StagedGlobalNetworkPolicyLister

NewStagedGlobalNetworkPolicyLister returns a new StagedGlobalNetworkPolicyLister.

type StagedGlobalNetworkPolicyListerExpansion

type StagedGlobalNetworkPolicyListerExpansion interface{}

StagedGlobalNetworkPolicyListerExpansion allows custom methods to be added to StagedGlobalNetworkPolicyLister.

type StagedKubernetesNetworkPolicyLister

type StagedKubernetesNetworkPolicyLister interface {
	// List lists all StagedKubernetesNetworkPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v3.StagedKubernetesNetworkPolicy, err error)
	// StagedKubernetesNetworkPolicies returns an object that can list and get StagedKubernetesNetworkPolicies.
	StagedKubernetesNetworkPolicies(namespace string) StagedKubernetesNetworkPolicyNamespaceLister
	StagedKubernetesNetworkPolicyListerExpansion
}

StagedKubernetesNetworkPolicyLister helps list StagedKubernetesNetworkPolicies. All objects returned here must be treated as read-only.

func NewStagedKubernetesNetworkPolicyLister

func NewStagedKubernetesNetworkPolicyLister(indexer cache.Indexer) StagedKubernetesNetworkPolicyLister

NewStagedKubernetesNetworkPolicyLister returns a new StagedKubernetesNetworkPolicyLister.

type StagedKubernetesNetworkPolicyListerExpansion

type StagedKubernetesNetworkPolicyListerExpansion interface{}

StagedKubernetesNetworkPolicyListerExpansion allows custom methods to be added to StagedKubernetesNetworkPolicyLister.

type StagedKubernetesNetworkPolicyNamespaceLister

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

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

type StagedKubernetesNetworkPolicyNamespaceListerExpansion

type StagedKubernetesNetworkPolicyNamespaceListerExpansion interface{}

StagedKubernetesNetworkPolicyNamespaceListerExpansion allows custom methods to be added to StagedKubernetesNetworkPolicyNamespaceLister.

type StagedNetworkPolicyLister

type StagedNetworkPolicyLister interface {
	// List lists all StagedNetworkPolicies in the indexer.
	// Objects returned here must be treated as read-only.
	List(selector labels.Selector) (ret []*v3.StagedNetworkPolicy, err error)
	// StagedNetworkPolicies returns an object that can list and get StagedNetworkPolicies.
	StagedNetworkPolicies(namespace string) StagedNetworkPolicyNamespaceLister
	StagedNetworkPolicyListerExpansion
}

StagedNetworkPolicyLister helps list StagedNetworkPolicies. All objects returned here must be treated as read-only.

func NewStagedNetworkPolicyLister

func NewStagedNetworkPolicyLister(indexer cache.Indexer) StagedNetworkPolicyLister

NewStagedNetworkPolicyLister returns a new StagedNetworkPolicyLister.

type StagedNetworkPolicyListerExpansion

type StagedNetworkPolicyListerExpansion interface{}

StagedNetworkPolicyListerExpansion allows custom methods to be added to StagedNetworkPolicyLister.

type StagedNetworkPolicyNamespaceLister

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

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

type StagedNetworkPolicyNamespaceListerExpansion

type StagedNetworkPolicyNamespaceListerExpansion interface{}

StagedNetworkPolicyNamespaceListerExpansion allows custom methods to be added to StagedNetworkPolicyNamespaceLister.

type TierLister

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

TierLister helps list Tiers. All objects returned here must be treated as read-only.

func NewTierLister

func NewTierLister(indexer cache.Indexer) TierLister

NewTierLister returns a new TierLister.

type TierListerExpansion

type TierListerExpansion interface{}

TierListerExpansion allows custom methods to be added to TierLister.

type UISettingsGroupLister

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

UISettingsGroupLister helps list UISettingsGroups. All objects returned here must be treated as read-only.

func NewUISettingsGroupLister

func NewUISettingsGroupLister(indexer cache.Indexer) UISettingsGroupLister

NewUISettingsGroupLister returns a new UISettingsGroupLister.

type UISettingsGroupListerExpansion

type UISettingsGroupListerExpansion interface{}

UISettingsGroupListerExpansion allows custom methods to be added to UISettingsGroupLister.

type UISettingsLister

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

UISettingsLister helps list UISettings. All objects returned here must be treated as read-only.

func NewUISettingsLister

func NewUISettingsLister(indexer cache.Indexer) UISettingsLister

NewUISettingsLister returns a new UISettingsLister.

type UISettingsListerExpansion

type UISettingsListerExpansion interface{}

UISettingsListerExpansion allows custom methods to be added to UISettingsLister.

Jump to

Keyboard shortcuts

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