v1alpha1

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: May 8, 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 CatalogEntryGroupIamBindingLister

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

CatalogEntryGroupIamBindingLister helps list CatalogEntryGroupIamBindings. All objects returned here must be treated as read-only.

func NewCatalogEntryGroupIamBindingLister

func NewCatalogEntryGroupIamBindingLister(indexer cache.Indexer) CatalogEntryGroupIamBindingLister

NewCatalogEntryGroupIamBindingLister returns a new CatalogEntryGroupIamBindingLister.

type CatalogEntryGroupIamBindingListerExpansion

type CatalogEntryGroupIamBindingListerExpansion interface{}

CatalogEntryGroupIamBindingListerExpansion allows custom methods to be added to CatalogEntryGroupIamBindingLister.

type CatalogEntryGroupIamBindingNamespaceLister

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

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

type CatalogEntryGroupIamBindingNamespaceListerExpansion

type CatalogEntryGroupIamBindingNamespaceListerExpansion interface{}

CatalogEntryGroupIamBindingNamespaceListerExpansion allows custom methods to be added to CatalogEntryGroupIamBindingNamespaceLister.

type CatalogEntryGroupIamMemberLister

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

CatalogEntryGroupIamMemberLister helps list CatalogEntryGroupIamMembers. All objects returned here must be treated as read-only.

func NewCatalogEntryGroupIamMemberLister

func NewCatalogEntryGroupIamMemberLister(indexer cache.Indexer) CatalogEntryGroupIamMemberLister

NewCatalogEntryGroupIamMemberLister returns a new CatalogEntryGroupIamMemberLister.

type CatalogEntryGroupIamMemberListerExpansion

type CatalogEntryGroupIamMemberListerExpansion interface{}

CatalogEntryGroupIamMemberListerExpansion allows custom methods to be added to CatalogEntryGroupIamMemberLister.

type CatalogEntryGroupIamMemberNamespaceLister

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

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

type CatalogEntryGroupIamMemberNamespaceListerExpansion

type CatalogEntryGroupIamMemberNamespaceListerExpansion interface{}

CatalogEntryGroupIamMemberNamespaceListerExpansion allows custom methods to be added to CatalogEntryGroupIamMemberNamespaceLister.

type CatalogEntryGroupIamPolicyLister

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

CatalogEntryGroupIamPolicyLister helps list CatalogEntryGroupIamPolicies. All objects returned here must be treated as read-only.

func NewCatalogEntryGroupIamPolicyLister

func NewCatalogEntryGroupIamPolicyLister(indexer cache.Indexer) CatalogEntryGroupIamPolicyLister

NewCatalogEntryGroupIamPolicyLister returns a new CatalogEntryGroupIamPolicyLister.

type CatalogEntryGroupIamPolicyListerExpansion

type CatalogEntryGroupIamPolicyListerExpansion interface{}

CatalogEntryGroupIamPolicyListerExpansion allows custom methods to be added to CatalogEntryGroupIamPolicyLister.

type CatalogEntryGroupIamPolicyNamespaceLister

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

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

type CatalogEntryGroupIamPolicyNamespaceListerExpansion

type CatalogEntryGroupIamPolicyNamespaceListerExpansion interface{}

CatalogEntryGroupIamPolicyNamespaceListerExpansion allows custom methods to be added to CatalogEntryGroupIamPolicyNamespaceLister.

type CatalogEntryGroupLister

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

CatalogEntryGroupLister helps list CatalogEntryGroups. All objects returned here must be treated as read-only.

func NewCatalogEntryGroupLister

func NewCatalogEntryGroupLister(indexer cache.Indexer) CatalogEntryGroupLister

NewCatalogEntryGroupLister returns a new CatalogEntryGroupLister.

type CatalogEntryGroupListerExpansion

type CatalogEntryGroupListerExpansion interface{}

CatalogEntryGroupListerExpansion allows custom methods to be added to CatalogEntryGroupLister.

type CatalogEntryGroupNamespaceLister

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

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

type CatalogEntryGroupNamespaceListerExpansion

type CatalogEntryGroupNamespaceListerExpansion interface{}

CatalogEntryGroupNamespaceListerExpansion allows custom methods to be added to CatalogEntryGroupNamespaceLister.

type CatalogEntryLister

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

CatalogEntryLister helps list CatalogEntries. All objects returned here must be treated as read-only.

func NewCatalogEntryLister

func NewCatalogEntryLister(indexer cache.Indexer) CatalogEntryLister

NewCatalogEntryLister returns a new CatalogEntryLister.

type CatalogEntryListerExpansion

type CatalogEntryListerExpansion interface{}

CatalogEntryListerExpansion allows custom methods to be added to CatalogEntryLister.

type CatalogEntryNamespaceLister

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

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

type CatalogEntryNamespaceListerExpansion

type CatalogEntryNamespaceListerExpansion interface{}

CatalogEntryNamespaceListerExpansion allows custom methods to be added to CatalogEntryNamespaceLister.

type CatalogTagLister

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

CatalogTagLister helps list CatalogTags. All objects returned here must be treated as read-only.

func NewCatalogTagLister

func NewCatalogTagLister(indexer cache.Indexer) CatalogTagLister

NewCatalogTagLister returns a new CatalogTagLister.

type CatalogTagListerExpansion

type CatalogTagListerExpansion interface{}

CatalogTagListerExpansion allows custom methods to be added to CatalogTagLister.

type CatalogTagNamespaceLister

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

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

type CatalogTagNamespaceListerExpansion

type CatalogTagNamespaceListerExpansion interface{}

CatalogTagNamespaceListerExpansion allows custom methods to be added to CatalogTagNamespaceLister.

type CatalogTagTemplateIamBindingLister

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

CatalogTagTemplateIamBindingLister helps list CatalogTagTemplateIamBindings. All objects returned here must be treated as read-only.

func NewCatalogTagTemplateIamBindingLister

func NewCatalogTagTemplateIamBindingLister(indexer cache.Indexer) CatalogTagTemplateIamBindingLister

NewCatalogTagTemplateIamBindingLister returns a new CatalogTagTemplateIamBindingLister.

type CatalogTagTemplateIamBindingListerExpansion

type CatalogTagTemplateIamBindingListerExpansion interface{}

CatalogTagTemplateIamBindingListerExpansion allows custom methods to be added to CatalogTagTemplateIamBindingLister.

type CatalogTagTemplateIamBindingNamespaceLister

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

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

type CatalogTagTemplateIamBindingNamespaceListerExpansion

type CatalogTagTemplateIamBindingNamespaceListerExpansion interface{}

CatalogTagTemplateIamBindingNamespaceListerExpansion allows custom methods to be added to CatalogTagTemplateIamBindingNamespaceLister.

type CatalogTagTemplateIamMemberLister

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

CatalogTagTemplateIamMemberLister helps list CatalogTagTemplateIamMembers. All objects returned here must be treated as read-only.

func NewCatalogTagTemplateIamMemberLister

func NewCatalogTagTemplateIamMemberLister(indexer cache.Indexer) CatalogTagTemplateIamMemberLister

NewCatalogTagTemplateIamMemberLister returns a new CatalogTagTemplateIamMemberLister.

type CatalogTagTemplateIamMemberListerExpansion

type CatalogTagTemplateIamMemberListerExpansion interface{}

CatalogTagTemplateIamMemberListerExpansion allows custom methods to be added to CatalogTagTemplateIamMemberLister.

type CatalogTagTemplateIamMemberNamespaceLister

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

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

type CatalogTagTemplateIamMemberNamespaceListerExpansion

type CatalogTagTemplateIamMemberNamespaceListerExpansion interface{}

CatalogTagTemplateIamMemberNamespaceListerExpansion allows custom methods to be added to CatalogTagTemplateIamMemberNamespaceLister.

type CatalogTagTemplateIamPolicyLister

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

CatalogTagTemplateIamPolicyLister helps list CatalogTagTemplateIamPolicies. All objects returned here must be treated as read-only.

func NewCatalogTagTemplateIamPolicyLister

func NewCatalogTagTemplateIamPolicyLister(indexer cache.Indexer) CatalogTagTemplateIamPolicyLister

NewCatalogTagTemplateIamPolicyLister returns a new CatalogTagTemplateIamPolicyLister.

type CatalogTagTemplateIamPolicyListerExpansion

type CatalogTagTemplateIamPolicyListerExpansion interface{}

CatalogTagTemplateIamPolicyListerExpansion allows custom methods to be added to CatalogTagTemplateIamPolicyLister.

type CatalogTagTemplateIamPolicyNamespaceLister

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

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

type CatalogTagTemplateIamPolicyNamespaceListerExpansion

type CatalogTagTemplateIamPolicyNamespaceListerExpansion interface{}

CatalogTagTemplateIamPolicyNamespaceListerExpansion allows custom methods to be added to CatalogTagTemplateIamPolicyNamespaceLister.

type CatalogTagTemplateLister

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

CatalogTagTemplateLister helps list CatalogTagTemplates. All objects returned here must be treated as read-only.

func NewCatalogTagTemplateLister

func NewCatalogTagTemplateLister(indexer cache.Indexer) CatalogTagTemplateLister

NewCatalogTagTemplateLister returns a new CatalogTagTemplateLister.

type CatalogTagTemplateListerExpansion

type CatalogTagTemplateListerExpansion interface{}

CatalogTagTemplateListerExpansion allows custom methods to be added to CatalogTagTemplateLister.

type CatalogTagTemplateNamespaceLister

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

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

type CatalogTagTemplateNamespaceListerExpansion

type CatalogTagTemplateNamespaceListerExpansion interface{}

CatalogTagTemplateNamespaceListerExpansion allows custom methods to be added to CatalogTagTemplateNamespaceLister.

type FusionInstanceLister added in v0.5.0

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

FusionInstanceLister helps list FusionInstances. All objects returned here must be treated as read-only.

func NewFusionInstanceLister added in v0.5.0

func NewFusionInstanceLister(indexer cache.Indexer) FusionInstanceLister

NewFusionInstanceLister returns a new FusionInstanceLister.

type FusionInstanceListerExpansion added in v0.5.0

type FusionInstanceListerExpansion interface{}

FusionInstanceListerExpansion allows custom methods to be added to FusionInstanceLister.

type FusionInstanceNamespaceLister added in v0.5.0

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

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

type FusionInstanceNamespaceListerExpansion added in v0.5.0

type FusionInstanceNamespaceListerExpansion interface{}

FusionInstanceNamespaceListerExpansion allows custom methods to be added to FusionInstanceNamespaceLister.

type LossPreventionDeidentifyTemplateLister

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

LossPreventionDeidentifyTemplateLister helps list LossPreventionDeidentifyTemplates. All objects returned here must be treated as read-only.

func NewLossPreventionDeidentifyTemplateLister

func NewLossPreventionDeidentifyTemplateLister(indexer cache.Indexer) LossPreventionDeidentifyTemplateLister

NewLossPreventionDeidentifyTemplateLister returns a new LossPreventionDeidentifyTemplateLister.

type LossPreventionDeidentifyTemplateListerExpansion

type LossPreventionDeidentifyTemplateListerExpansion interface{}

LossPreventionDeidentifyTemplateListerExpansion allows custom methods to be added to LossPreventionDeidentifyTemplateLister.

type LossPreventionDeidentifyTemplateNamespaceLister

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

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

type LossPreventionDeidentifyTemplateNamespaceListerExpansion

type LossPreventionDeidentifyTemplateNamespaceListerExpansion interface{}

LossPreventionDeidentifyTemplateNamespaceListerExpansion allows custom methods to be added to LossPreventionDeidentifyTemplateNamespaceLister.

type LossPreventionInspectTemplateLister

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

LossPreventionInspectTemplateLister helps list LossPreventionInspectTemplates. All objects returned here must be treated as read-only.

func NewLossPreventionInspectTemplateLister

func NewLossPreventionInspectTemplateLister(indexer cache.Indexer) LossPreventionInspectTemplateLister

NewLossPreventionInspectTemplateLister returns a new LossPreventionInspectTemplateLister.

type LossPreventionInspectTemplateListerExpansion

type LossPreventionInspectTemplateListerExpansion interface{}

LossPreventionInspectTemplateListerExpansion allows custom methods to be added to LossPreventionInspectTemplateLister.

type LossPreventionInspectTemplateNamespaceLister

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

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

type LossPreventionInspectTemplateNamespaceListerExpansion

type LossPreventionInspectTemplateNamespaceListerExpansion interface{}

LossPreventionInspectTemplateNamespaceListerExpansion allows custom methods to be added to LossPreventionInspectTemplateNamespaceLister.

type LossPreventionJobTriggerLister

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

LossPreventionJobTriggerLister helps list LossPreventionJobTriggers. All objects returned here must be treated as read-only.

func NewLossPreventionJobTriggerLister

func NewLossPreventionJobTriggerLister(indexer cache.Indexer) LossPreventionJobTriggerLister

NewLossPreventionJobTriggerLister returns a new LossPreventionJobTriggerLister.

type LossPreventionJobTriggerListerExpansion

type LossPreventionJobTriggerListerExpansion interface{}

LossPreventionJobTriggerListerExpansion allows custom methods to be added to LossPreventionJobTriggerLister.

type LossPreventionJobTriggerNamespaceLister

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

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

type LossPreventionJobTriggerNamespaceListerExpansion

type LossPreventionJobTriggerNamespaceListerExpansion interface{}

LossPreventionJobTriggerNamespaceListerExpansion allows custom methods to be added to LossPreventionJobTriggerNamespaceLister.

type LossPreventionStoredInfoTypeLister

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

LossPreventionStoredInfoTypeLister helps list LossPreventionStoredInfoTypes. All objects returned here must be treated as read-only.

func NewLossPreventionStoredInfoTypeLister

func NewLossPreventionStoredInfoTypeLister(indexer cache.Indexer) LossPreventionStoredInfoTypeLister

NewLossPreventionStoredInfoTypeLister returns a new LossPreventionStoredInfoTypeLister.

type LossPreventionStoredInfoTypeListerExpansion

type LossPreventionStoredInfoTypeListerExpansion interface{}

LossPreventionStoredInfoTypeListerExpansion allows custom methods to be added to LossPreventionStoredInfoTypeLister.

type LossPreventionStoredInfoTypeNamespaceLister

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

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

type LossPreventionStoredInfoTypeNamespaceListerExpansion

type LossPreventionStoredInfoTypeNamespaceListerExpansion interface{}

LossPreventionStoredInfoTypeNamespaceListerExpansion allows custom methods to be added to LossPreventionStoredInfoTypeNamespaceLister.

Jump to

Keyboard shortcuts

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