Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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.