Documentation ¶
Index ¶
- type DefaultProducer
- func (p *DefaultProducer) ForCRD() apiextclient.Interface
- func (p *DefaultProducer) ForDynamic() dynamic.Interface
- func (p *DefaultProducer) ForKubernetes() kubernetes.Interface
- func (p *DefaultProducer) ForOperator() operatorclient.Interface
- func (p *DefaultProducer) ForSubmariner() submarinerclient.Interface
- type Producer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultProducer ¶
type DefaultProducer struct { CRDClient apiextclient.Interface KubeClient kubernetes.Interface DynamicClient dynamic.Interface OperatorClient operatorclient.Interface SubmarinerClient submarinerclient.Interface }
func (*DefaultProducer) ForCRD ¶
func (p *DefaultProducer) ForCRD() apiextclient.Interface
func (*DefaultProducer) ForDynamic ¶
func (p *DefaultProducer) ForDynamic() dynamic.Interface
func (*DefaultProducer) ForKubernetes ¶
func (p *DefaultProducer) ForKubernetes() kubernetes.Interface
func (*DefaultProducer) ForOperator ¶
func (p *DefaultProducer) ForOperator() operatorclient.Interface
func (*DefaultProducer) ForSubmariner ¶
func (p *DefaultProducer) ForSubmariner() submarinerclient.Interface
type Producer ¶
type Producer interface { ForCRD() apiextClient.Interface ForKubernetes() kubernetes.Interface ForDynamic() dynamic.Interface ForOperator() operatorClientset.Interface ForSubmariner() submarinerClientset.Interface }
Directories ¶
Path | Synopsis |
---|---|
clientset
|
|
versioned
This package has the automatically generated clientset.
|
This package has the automatically generated clientset. |
versioned/fake
This package has the automatically generated fake clientset.
|
This package has the automatically generated fake clientset. |
versioned/scheme
This package contains the scheme of the automatically generated clientset.
|
This package contains the scheme of the automatically generated clientset. |
versioned/typed/submariner/v1alpha1
This package has the automatically generated typed clients.
|
This package has the automatically generated typed clients. |
versioned/typed/submariner/v1alpha1/fake
Package fake has the automatically generated clients.
|
Package fake has the automatically generated clients. |
Click to show internal directories.
Click to hide internal directories.