ContainerImage.Pinniped/kubernetes/1.19/client-go/informers/externalversions/crdsplaceholder/v1alpha1/interface.go

35 lines
1.2 KiB
Go

/*
Copyright 2020 VMware, Inc.
SPDX-License-Identifier: Apache-2.0
*/
// Code generated by informer-gen. DO NOT EDIT.
package v1alpha1
import (
internalinterfaces "github.com/suzerain-io/placeholder-name/kubernetes/1.19/client-go/informers/externalversions/internalinterfaces"
)
// Interface provides access to all the informers in this group version.
type Interface interface {
// LoginDiscoveryConfigs returns a LoginDiscoveryConfigInformer.
LoginDiscoveryConfigs() LoginDiscoveryConfigInformer
}
type version struct {
factory internalinterfaces.SharedInformerFactory
namespace string
tweakListOptions internalinterfaces.TweakListOptionsFunc
}
// New returns a new Interface.
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface {
return &version{factory: f, namespace: namespace, tweakListOptions: tweakListOptions}
}
// LoginDiscoveryConfigs returns a LoginDiscoveryConfigInformer.
func (v *version) LoginDiscoveryConfigs() LoginDiscoveryConfigInformer {
return &loginDiscoveryConfigInformer{factory: v.factory, namespace: v.namespace, tweakListOptions: v.tweakListOptions}
}