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 ActiveReceiptRuleSetLister

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

ActiveReceiptRuleSetLister helps list ActiveReceiptRuleSets. All objects returned here must be treated as read-only.

func NewActiveReceiptRuleSetLister

func NewActiveReceiptRuleSetLister(indexer cache.Indexer) ActiveReceiptRuleSetLister

NewActiveReceiptRuleSetLister returns a new ActiveReceiptRuleSetLister.

type ActiveReceiptRuleSetListerExpansion

type ActiveReceiptRuleSetListerExpansion interface{}

ActiveReceiptRuleSetListerExpansion allows custom methods to be added to ActiveReceiptRuleSetLister.

type ActiveReceiptRuleSetNamespaceLister

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

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

type ActiveReceiptRuleSetNamespaceListerExpansion

type ActiveReceiptRuleSetNamespaceListerExpansion interface{}

ActiveReceiptRuleSetNamespaceListerExpansion allows custom methods to be added to ActiveReceiptRuleSetNamespaceLister.

type ConfigurationSetLister

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

ConfigurationSetLister helps list ConfigurationSets. All objects returned here must be treated as read-only.

func NewConfigurationSetLister

func NewConfigurationSetLister(indexer cache.Indexer) ConfigurationSetLister

NewConfigurationSetLister returns a new ConfigurationSetLister.

type ConfigurationSetListerExpansion

type ConfigurationSetListerExpansion interface{}

ConfigurationSetListerExpansion allows custom methods to be added to ConfigurationSetLister.

type ConfigurationSetNamespaceLister

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

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

type ConfigurationSetNamespaceListerExpansion

type ConfigurationSetNamespaceListerExpansion interface{}

ConfigurationSetNamespaceListerExpansion allows custom methods to be added to ConfigurationSetNamespaceLister.

type DomainDkimLister

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

DomainDkimLister helps list DomainDkims. All objects returned here must be treated as read-only.

func NewDomainDkimLister

func NewDomainDkimLister(indexer cache.Indexer) DomainDkimLister

NewDomainDkimLister returns a new DomainDkimLister.

type DomainDkimListerExpansion

type DomainDkimListerExpansion interface{}

DomainDkimListerExpansion allows custom methods to be added to DomainDkimLister.

type DomainDkimNamespaceLister

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

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

type DomainDkimNamespaceListerExpansion

type DomainDkimNamespaceListerExpansion interface{}

DomainDkimNamespaceListerExpansion allows custom methods to be added to DomainDkimNamespaceLister.

type DomainIdentityLister

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

DomainIdentityLister helps list DomainIdentities. All objects returned here must be treated as read-only.

func NewDomainIdentityLister

func NewDomainIdentityLister(indexer cache.Indexer) DomainIdentityLister

NewDomainIdentityLister returns a new DomainIdentityLister.

type DomainIdentityListerExpansion

type DomainIdentityListerExpansion interface{}

DomainIdentityListerExpansion allows custom methods to be added to DomainIdentityLister.

type DomainIdentityNamespaceLister

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

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

type DomainIdentityNamespaceListerExpansion

type DomainIdentityNamespaceListerExpansion interface{}

DomainIdentityNamespaceListerExpansion allows custom methods to be added to DomainIdentityNamespaceLister.

type DomainIdentityVerificationLister

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

DomainIdentityVerificationLister helps list DomainIdentityVerifications. All objects returned here must be treated as read-only.

func NewDomainIdentityVerificationLister

func NewDomainIdentityVerificationLister(indexer cache.Indexer) DomainIdentityVerificationLister

NewDomainIdentityVerificationLister returns a new DomainIdentityVerificationLister.

type DomainIdentityVerificationListerExpansion

type DomainIdentityVerificationListerExpansion interface{}

DomainIdentityVerificationListerExpansion allows custom methods to be added to DomainIdentityVerificationLister.

type DomainIdentityVerificationNamespaceLister

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

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

type DomainIdentityVerificationNamespaceListerExpansion

type DomainIdentityVerificationNamespaceListerExpansion interface{}

DomainIdentityVerificationNamespaceListerExpansion allows custom methods to be added to DomainIdentityVerificationNamespaceLister.

type DomainMailFromLister

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

DomainMailFromLister helps list DomainMailFroms. All objects returned here must be treated as read-only.

func NewDomainMailFromLister

func NewDomainMailFromLister(indexer cache.Indexer) DomainMailFromLister

NewDomainMailFromLister returns a new DomainMailFromLister.

type DomainMailFromListerExpansion

type DomainMailFromListerExpansion interface{}

DomainMailFromListerExpansion allows custom methods to be added to DomainMailFromLister.

type DomainMailFromNamespaceLister

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

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

type DomainMailFromNamespaceListerExpansion

type DomainMailFromNamespaceListerExpansion interface{}

DomainMailFromNamespaceListerExpansion allows custom methods to be added to DomainMailFromNamespaceLister.

type EmailIdentityLister

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

EmailIdentityLister helps list EmailIdentities. All objects returned here must be treated as read-only.

func NewEmailIdentityLister

func NewEmailIdentityLister(indexer cache.Indexer) EmailIdentityLister

NewEmailIdentityLister returns a new EmailIdentityLister.

type EmailIdentityListerExpansion

type EmailIdentityListerExpansion interface{}

EmailIdentityListerExpansion allows custom methods to be added to EmailIdentityLister.

type EmailIdentityNamespaceLister

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

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

type EmailIdentityNamespaceListerExpansion

type EmailIdentityNamespaceListerExpansion interface{}

EmailIdentityNamespaceListerExpansion allows custom methods to be added to EmailIdentityNamespaceLister.

type EventDestinationLister

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

EventDestinationLister helps list EventDestinations. All objects returned here must be treated as read-only.

func NewEventDestinationLister

func NewEventDestinationLister(indexer cache.Indexer) EventDestinationLister

NewEventDestinationLister returns a new EventDestinationLister.

type EventDestinationListerExpansion

type EventDestinationListerExpansion interface{}

EventDestinationListerExpansion allows custom methods to be added to EventDestinationLister.

type EventDestinationNamespaceLister

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

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

type EventDestinationNamespaceListerExpansion

type EventDestinationNamespaceListerExpansion interface{}

EventDestinationNamespaceListerExpansion allows custom methods to be added to EventDestinationNamespaceLister.

type IdentityNotificationTopicLister

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

IdentityNotificationTopicLister helps list IdentityNotificationTopics. All objects returned here must be treated as read-only.

func NewIdentityNotificationTopicLister

func NewIdentityNotificationTopicLister(indexer cache.Indexer) IdentityNotificationTopicLister

NewIdentityNotificationTopicLister returns a new IdentityNotificationTopicLister.

type IdentityNotificationTopicListerExpansion

type IdentityNotificationTopicListerExpansion interface{}

IdentityNotificationTopicListerExpansion allows custom methods to be added to IdentityNotificationTopicLister.

type IdentityNotificationTopicNamespaceLister

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

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

type IdentityNotificationTopicNamespaceListerExpansion

type IdentityNotificationTopicNamespaceListerExpansion interface{}

IdentityNotificationTopicNamespaceListerExpansion allows custom methods to be added to IdentityNotificationTopicNamespaceLister.

type IdentityPolicyLister

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

IdentityPolicyLister helps list IdentityPolicies. All objects returned here must be treated as read-only.

func NewIdentityPolicyLister

func NewIdentityPolicyLister(indexer cache.Indexer) IdentityPolicyLister

NewIdentityPolicyLister returns a new IdentityPolicyLister.

type IdentityPolicyListerExpansion

type IdentityPolicyListerExpansion interface{}

IdentityPolicyListerExpansion allows custom methods to be added to IdentityPolicyLister.

type IdentityPolicyNamespaceLister

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

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

type IdentityPolicyNamespaceListerExpansion

type IdentityPolicyNamespaceListerExpansion interface{}

IdentityPolicyNamespaceListerExpansion allows custom methods to be added to IdentityPolicyNamespaceLister.

type ReceiptFilterLister

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

ReceiptFilterLister helps list ReceiptFilters. All objects returned here must be treated as read-only.

func NewReceiptFilterLister

func NewReceiptFilterLister(indexer cache.Indexer) ReceiptFilterLister

NewReceiptFilterLister returns a new ReceiptFilterLister.

type ReceiptFilterListerExpansion

type ReceiptFilterListerExpansion interface{}

ReceiptFilterListerExpansion allows custom methods to be added to ReceiptFilterLister.

type ReceiptFilterNamespaceLister

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

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

type ReceiptFilterNamespaceListerExpansion

type ReceiptFilterNamespaceListerExpansion interface{}

ReceiptFilterNamespaceListerExpansion allows custom methods to be added to ReceiptFilterNamespaceLister.

type ReceiptRuleLister

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

ReceiptRuleLister helps list ReceiptRules. All objects returned here must be treated as read-only.

func NewReceiptRuleLister

func NewReceiptRuleLister(indexer cache.Indexer) ReceiptRuleLister

NewReceiptRuleLister returns a new ReceiptRuleLister.

type ReceiptRuleListerExpansion

type ReceiptRuleListerExpansion interface{}

ReceiptRuleListerExpansion allows custom methods to be added to ReceiptRuleLister.

type ReceiptRuleNamespaceLister

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

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

type ReceiptRuleNamespaceListerExpansion

type ReceiptRuleNamespaceListerExpansion interface{}

ReceiptRuleNamespaceListerExpansion allows custom methods to be added to ReceiptRuleNamespaceLister.

type ReceiptRuleSetLister

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

ReceiptRuleSetLister helps list ReceiptRuleSets. All objects returned here must be treated as read-only.

func NewReceiptRuleSetLister

func NewReceiptRuleSetLister(indexer cache.Indexer) ReceiptRuleSetLister

NewReceiptRuleSetLister returns a new ReceiptRuleSetLister.

type ReceiptRuleSetListerExpansion

type ReceiptRuleSetListerExpansion interface{}

ReceiptRuleSetListerExpansion allows custom methods to be added to ReceiptRuleSetLister.

type ReceiptRuleSetNamespaceLister

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

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

type ReceiptRuleSetNamespaceListerExpansion

type ReceiptRuleSetNamespaceListerExpansion interface{}

ReceiptRuleSetNamespaceListerExpansion allows custom methods to be added to ReceiptRuleSetNamespaceLister.

type TemplateLister

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

TemplateLister helps list Templates. All objects returned here must be treated as read-only.

func NewTemplateLister

func NewTemplateLister(indexer cache.Indexer) TemplateLister

NewTemplateLister returns a new TemplateLister.

type TemplateListerExpansion

type TemplateListerExpansion interface{}

TemplateListerExpansion allows custom methods to be added to TemplateLister.

type TemplateNamespaceLister

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

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

type TemplateNamespaceListerExpansion

type TemplateNamespaceListerExpansion interface{}

TemplateNamespaceListerExpansion allows custom methods to be added to TemplateNamespaceLister.

Jump to

Keyboard shortcuts

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