Documentation ¶
Index ¶
- type Factory
- func (p *Factory) AdminClient(ctx *types.APIRequest, s *types.APISchema, namespace string, ...) (dynamic.ResourceInterface, error)
- func (p *Factory) AdminClientForWatch(ctx *types.APIRequest, s *types.APISchema, namespace string, ...) (dynamic.ResourceInterface, error)
- func (p *Factory) AdminDynamicClient() dynamic.Interface
- func (p *Factory) AdminK8sInterface() (kubernetes.Interface, error)
- func (p *Factory) Client(ctx *types.APIRequest, s *types.APISchema, namespace string, ...) (dynamic.ResourceInterface, error)
- func (p *Factory) ClientForWatch(ctx *types.APIRequest, s *types.APISchema, namespace string, ...) (dynamic.ResourceInterface, error)
- func (p *Factory) DynamicClient(ctx *types.APIRequest, warningHandler rest.WarningHandler) (dynamic.Interface, error)
- func (p *Factory) IsImpersonating() bool
- func (p *Factory) K8sInterface(ctx *types.APIRequest) (kubernetes.Interface, error)
- func (p *Factory) MetadataClient() metadata.Interface
- func (p *Factory) TableAdminClient(ctx *types.APIRequest, s *types.APISchema, namespace string, ...) (dynamic.ResourceInterface, error)
- func (p *Factory) TableAdminClientForWatch(ctx *types.APIRequest, s *types.APISchema, namespace string, ...) (dynamic.ResourceInterface, error)
- func (p *Factory) TableClient(ctx *types.APIRequest, s *types.APISchema, namespace string, ...) (dynamic.ResourceInterface, error)
- func (p *Factory) TableClientForWatch(ctx *types.APIRequest, s *types.APISchema, namespace string, ...) (dynamic.ResourceInterface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
func (*Factory) AdminClient ¶
func (p *Factory) AdminClient(ctx *types.APIRequest, s *types.APISchema, namespace string, warningHandler rest.WarningHandler) (dynamic.ResourceInterface, error)
func (*Factory) AdminClientForWatch ¶
func (p *Factory) AdminClientForWatch(ctx *types.APIRequest, s *types.APISchema, namespace string, warningHandler rest.WarningHandler) (dynamic.ResourceInterface, error)
func (*Factory) AdminDynamicClient ¶
func (*Factory) AdminK8sInterface ¶
func (p *Factory) AdminK8sInterface() (kubernetes.Interface, error)
func (*Factory) Client ¶
func (p *Factory) Client(ctx *types.APIRequest, s *types.APISchema, namespace string, warningHandler rest.WarningHandler) (dynamic.ResourceInterface, error)
func (*Factory) ClientForWatch ¶
func (p *Factory) ClientForWatch(ctx *types.APIRequest, s *types.APISchema, namespace string, warningHandler rest.WarningHandler) (dynamic.ResourceInterface, error)
func (*Factory) DynamicClient ¶
func (p *Factory) DynamicClient(ctx *types.APIRequest, warningHandler rest.WarningHandler) (dynamic.Interface, error)
func (*Factory) IsImpersonating ¶
func (*Factory) K8sInterface ¶
func (p *Factory) K8sInterface(ctx *types.APIRequest) (kubernetes.Interface, error)
func (*Factory) MetadataClient ¶
func (*Factory) TableAdminClient ¶
func (p *Factory) TableAdminClient(ctx *types.APIRequest, s *types.APISchema, namespace string, warningHandler rest.WarningHandler) (dynamic.ResourceInterface, error)
func (*Factory) TableAdminClientForWatch ¶
func (p *Factory) TableAdminClientForWatch(ctx *types.APIRequest, s *types.APISchema, namespace string, warningHandler rest.WarningHandler) (dynamic.ResourceInterface, error)
func (*Factory) TableClient ¶
func (p *Factory) TableClient(ctx *types.APIRequest, s *types.APISchema, namespace string, warningHandler rest.WarningHandler) (dynamic.ResourceInterface, error)
func (*Factory) TableClientForWatch ¶
func (p *Factory) TableClientForWatch(ctx *types.APIRequest, s *types.APISchema, namespace string, warningHandler rest.WarningHandler) (dynamic.ResourceInterface, error)
Click to show internal directories.
Click to hide internal directories.