Documentation ¶
Index ¶
- Constants
- type Factory
- func (f *Factory) CertManagerClient() (certmanager.Interface, error)
- func (f *Factory) DynamicClient() (dynamic.Interface, error)
- func (f *Factory) KopsClient() (simple.Clientset, error)
- func (f *Factory) KopsStateStore() string
- func (f *Factory) KubernetesClient() (kubernetes.Interface, error)
- func (f *Factory) RESTMapper() (*restmapper.DeferredDiscoveryRESTMapper, error)
- func (f *Factory) VFSContext() *vfs.VFSContext
- type FactoryOptions
Constants ¶
View Source
const ( STATE_ERROR = `` /* 185-byte string literal not displayed */ INVALID_STATE_ERROR = `` /* 201-byte string literal not displayed */ )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { ConfigFlags genericclioptions.ConfigFlags // contains filtered or unexported fields }
func NewFactory ¶
func NewFactory(options *FactoryOptions) *Factory
func (*Factory) CertManagerClient ¶ added in v1.25.0
func (f *Factory) CertManagerClient() (certmanager.Interface, error)
func (*Factory) DynamicClient ¶ added in v1.25.0
func (*Factory) KopsClient ¶ added in v1.25.0
func (*Factory) KopsStateStore ¶ added in v1.19.0
KopsStateStore returns the configured KOPS_STATE_STORE in use
func (*Factory) KubernetesClient ¶ added in v1.25.0
func (f *Factory) KubernetesClient() (kubernetes.Interface, error)
func (*Factory) RESTMapper ¶ added in v1.25.0
func (f *Factory) RESTMapper() (*restmapper.DeferredDiscoveryRESTMapper, error)
func (*Factory) VFSContext ¶ added in v1.28.0
func (f *Factory) VFSContext() *vfs.VFSContext
type FactoryOptions ¶
type FactoryOptions struct {
RegistryPath string
}
Click to show internal directories.
Click to hide internal directories.