Documentation
¶
Index ¶
- func DropFactory(ctx context.Context, ns string)
- func GetArgoRolloutsFactory(ctx context.Context, ns string) argorolloutsinformer.SharedInformerFactory
- func GetK8sFactory(ctx context.Context, ns string) informers.SharedInformerFactory
- func WithFactory(ctx context.Context, ns string) context.Context
- type GlobalFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DropFactory ¶ added in v2.22.3
func GetArgoRolloutsFactory ¶ added in v2.20.0
func GetArgoRolloutsFactory(ctx context.Context, ns string) argorolloutsinformer.SharedInformerFactory
func GetK8sFactory ¶ added in v2.20.0
func GetK8sFactory(ctx context.Context, ns string) informers.SharedInformerFactory
Types ¶
type GlobalFactory ¶ added in v2.20.0
type GlobalFactory interface {
GetK8sInformerFactory() informers.SharedInformerFactory
GetArgoRolloutsInformerFactory() argorolloutsinformer.SharedInformerFactory
}
func GetFactory ¶
func GetFactory(ctx context.Context, ns string) GlobalFactory
func NewDefaultGlobalFactory ¶ added in v2.20.0
func NewDefaultGlobalFactory(k8s informers.SharedInformerFactory, argoRollouts argorolloutsinformer.SharedInformerFactory) GlobalFactory
Click to show internal directories.
Click to hide internal directories.