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 GuardCloudGuardConfigurationLister

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

GuardCloudGuardConfigurationLister helps list GuardCloudGuardConfigurations. All objects returned here must be treated as read-only.

func NewGuardCloudGuardConfigurationLister

func NewGuardCloudGuardConfigurationLister(indexer cache.Indexer) GuardCloudGuardConfigurationLister

NewGuardCloudGuardConfigurationLister returns a new GuardCloudGuardConfigurationLister.

type GuardCloudGuardConfigurationListerExpansion

type GuardCloudGuardConfigurationListerExpansion interface{}

GuardCloudGuardConfigurationListerExpansion allows custom methods to be added to GuardCloudGuardConfigurationLister.

type GuardCloudGuardConfigurationNamespaceLister

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

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

type GuardCloudGuardConfigurationNamespaceListerExpansion

type GuardCloudGuardConfigurationNamespaceListerExpansion interface{}

GuardCloudGuardConfigurationNamespaceListerExpansion allows custom methods to be added to GuardCloudGuardConfigurationNamespaceLister.

type GuardDataMaskRuleLister

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

GuardDataMaskRuleLister helps list GuardDataMaskRules. All objects returned here must be treated as read-only.

func NewGuardDataMaskRuleLister

func NewGuardDataMaskRuleLister(indexer cache.Indexer) GuardDataMaskRuleLister

NewGuardDataMaskRuleLister returns a new GuardDataMaskRuleLister.

type GuardDataMaskRuleListerExpansion

type GuardDataMaskRuleListerExpansion interface{}

GuardDataMaskRuleListerExpansion allows custom methods to be added to GuardDataMaskRuleLister.

type GuardDataMaskRuleNamespaceLister

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

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

type GuardDataMaskRuleNamespaceListerExpansion

type GuardDataMaskRuleNamespaceListerExpansion interface{}

GuardDataMaskRuleNamespaceListerExpansion allows custom methods to be added to GuardDataMaskRuleNamespaceLister.

type GuardDetectorRecipeLister

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

GuardDetectorRecipeLister helps list GuardDetectorRecipes. All objects returned here must be treated as read-only.

func NewGuardDetectorRecipeLister

func NewGuardDetectorRecipeLister(indexer cache.Indexer) GuardDetectorRecipeLister

NewGuardDetectorRecipeLister returns a new GuardDetectorRecipeLister.

type GuardDetectorRecipeListerExpansion

type GuardDetectorRecipeListerExpansion interface{}

GuardDetectorRecipeListerExpansion allows custom methods to be added to GuardDetectorRecipeLister.

type GuardDetectorRecipeNamespaceLister

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

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

type GuardDetectorRecipeNamespaceListerExpansion

type GuardDetectorRecipeNamespaceListerExpansion interface{}

GuardDetectorRecipeNamespaceListerExpansion allows custom methods to be added to GuardDetectorRecipeNamespaceLister.

type GuardManagedListLister

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

GuardManagedListLister helps list GuardManagedLists. All objects returned here must be treated as read-only.

func NewGuardManagedListLister

func NewGuardManagedListLister(indexer cache.Indexer) GuardManagedListLister

NewGuardManagedListLister returns a new GuardManagedListLister.

type GuardManagedListListerExpansion

type GuardManagedListListerExpansion interface{}

GuardManagedListListerExpansion allows custom methods to be added to GuardManagedListLister.

type GuardManagedListNamespaceLister

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

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

type GuardManagedListNamespaceListerExpansion

type GuardManagedListNamespaceListerExpansion interface{}

GuardManagedListNamespaceListerExpansion allows custom methods to be added to GuardManagedListNamespaceLister.

type GuardResponderRecipeLister

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

GuardResponderRecipeLister helps list GuardResponderRecipes. All objects returned here must be treated as read-only.

func NewGuardResponderRecipeLister

func NewGuardResponderRecipeLister(indexer cache.Indexer) GuardResponderRecipeLister

NewGuardResponderRecipeLister returns a new GuardResponderRecipeLister.

type GuardResponderRecipeListerExpansion

type GuardResponderRecipeListerExpansion interface{}

GuardResponderRecipeListerExpansion allows custom methods to be added to GuardResponderRecipeLister.

type GuardResponderRecipeNamespaceLister

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

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

type GuardResponderRecipeNamespaceListerExpansion

type GuardResponderRecipeNamespaceListerExpansion interface{}

GuardResponderRecipeNamespaceListerExpansion allows custom methods to be added to GuardResponderRecipeNamespaceLister.

type GuardTargetLister

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

GuardTargetLister helps list GuardTargets. All objects returned here must be treated as read-only.

func NewGuardTargetLister

func NewGuardTargetLister(indexer cache.Indexer) GuardTargetLister

NewGuardTargetLister returns a new GuardTargetLister.

type GuardTargetListerExpansion

type GuardTargetListerExpansion interface{}

GuardTargetListerExpansion allows custom methods to be added to GuardTargetLister.

type GuardTargetNamespaceLister

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

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

type GuardTargetNamespaceListerExpansion

type GuardTargetNamespaceListerExpansion interface{}

GuardTargetNamespaceListerExpansion allows custom methods to be added to GuardTargetNamespaceLister.

Jump to

Keyboard shortcuts

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