Documentation ¶
Index ¶
- func NewStorage(c client.WithWatch) rest.Storage
- type ContainerExec
- type PortForward
- type Translator
- func (t *Translator) FromPublic(_ context.Context, obj runtime.Object) (mtypes.Object, error)
- func (t *Translator) FromPublicName(ctx context.Context, namespace, name string) (string, string, error)
- func (t *Translator) ListOpts(ctx context.Context, namespace string, opts storage.ListOptions) (string, storage.ListOptions, error)
- func (t *Translator) NewPublic() mtypes.Object
- func (t *Translator) NewPublicList() mtypes.ObjectList
- func (t *Translator) ToPublic(ctx context.Context, objs ...runtime.Object) (result []mtypes.Object, _ error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContainerExec ¶
type ContainerExec struct { *strategy.DestroyAdapter RESTClient rest.Interface // contains filtered or unexported fields }
func NewContainerExec ¶
func (*ContainerExec) ConnectMethods ¶
func (c *ContainerExec) ConnectMethods() []string
func (*ContainerExec) New ¶
func (c *ContainerExec) New() runtime.Object
func (*ContainerExec) NewConnectOptions ¶
func (c *ContainerExec) NewConnectOptions() (runtime.Object, bool, string)
type PortForward ¶
type PortForward struct { *strategy.DestroyAdapter RESTClient rest.Interface // contains filtered or unexported fields }
func NewPortForward ¶
func (*PortForward) ConnectMethods ¶
func (c *PortForward) ConnectMethods() []string
func (*PortForward) New ¶
func (c *PortForward) New() runtime.Object
func (*PortForward) NewConnectOptions ¶
func (c *PortForward) NewConnectOptions() (runtime.Object, bool, string)
type Translator ¶
type Translator struct {
// contains filtered or unexported fields
}
func (*Translator) FromPublic ¶
func (*Translator) FromPublicName ¶
func (*Translator) ListOpts ¶
func (t *Translator) ListOpts(ctx context.Context, namespace string, opts storage.ListOptions) (string, storage.ListOptions, error)
func (*Translator) NewPublic ¶
func (t *Translator) NewPublic() mtypes.Object
func (*Translator) NewPublicList ¶
func (t *Translator) NewPublicList() mtypes.ObjectList
Click to show internal directories.
Click to hide internal directories.