Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
Factory holds on to a default config and can create a new client instance(s) bound to any bearer token specified.
func NewFactory ¶
NewFactory returns a new instance of Factory.
func (*Factory) NewDynamicClient ¶
NewDynamicClient return a new instance of the Dynamic Client from the bearer token specified.
func (*Factory) NewKubernetesClient ¶
NewKubernetesClient return a new instance of CR client from the bearer token specified.
func (*Factory) NewOperatorClient ¶
func (f *Factory) NewOperatorClient(token string) (client operatorclient.ClientInterface, err error)
NewOperatorClient return a new instance of operator client from the bearer token specified.
Click to show internal directories.
Click to hide internal directories.