fake

package
v0.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 24, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package fake has the automatically generated clients.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeBuildManagers added in v0.1.1

type FakeBuildManagers struct {
	Fake *FakeRoboscaleV1alpha1
	// contains filtered or unexported fields
}

FakeBuildManagers implements BuildManagerInterface

func (*FakeBuildManagers) Create added in v0.1.1

func (c *FakeBuildManagers) Create(ctx context.Context, buildManager *v1alpha1.BuildManager, opts v1.CreateOptions) (result *v1alpha1.BuildManager, err error)

Create takes the representation of a buildManager and creates it. Returns the server's representation of the buildManager, and an error, if there is any.

func (*FakeBuildManagers) Delete added in v0.1.1

func (c *FakeBuildManagers) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the buildManager and deletes it. Returns an error if one occurs.

func (*FakeBuildManagers) DeleteCollection added in v0.1.1

func (c *FakeBuildManagers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeBuildManagers) Get added in v0.1.1

func (c *FakeBuildManagers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.BuildManager, err error)

Get takes name of the buildManager, and returns the corresponding buildManager object, and an error if there is any.

func (*FakeBuildManagers) List added in v0.1.1

func (c *FakeBuildManagers) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.BuildManagerList, err error)

List takes label and field selectors, and returns the list of BuildManagers that match those selectors.

func (*FakeBuildManagers) Patch added in v0.1.1

func (c *FakeBuildManagers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.BuildManager, err error)

Patch applies the patch and returns the patched buildManager.

func (*FakeBuildManagers) Update added in v0.1.1

func (c *FakeBuildManagers) Update(ctx context.Context, buildManager *v1alpha1.BuildManager, opts v1.UpdateOptions) (result *v1alpha1.BuildManager, err error)

Update takes the representation of a buildManager and updates it. Returns the server's representation of the buildManager, and an error, if there is any.

func (*FakeBuildManagers) UpdateStatus added in v0.1.1

func (c *FakeBuildManagers) UpdateStatus(ctx context.Context, buildManager *v1alpha1.BuildManager, opts v1.UpdateOptions) (*v1alpha1.BuildManager, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeBuildManagers) Watch added in v0.1.1

Watch returns a watch.Interface that watches the requested buildManagers.

type FakeDiscoveryServers added in v0.1.1

type FakeDiscoveryServers struct {
	Fake *FakeRoboscaleV1alpha1
	// contains filtered or unexported fields
}

FakeDiscoveryServers implements DiscoveryServerInterface

func (*FakeDiscoveryServers) Create added in v0.1.1

func (c *FakeDiscoveryServers) Create(ctx context.Context, discoveryServer *v1alpha1.DiscoveryServer, opts v1.CreateOptions) (result *v1alpha1.DiscoveryServer, err error)

Create takes the representation of a discoveryServer and creates it. Returns the server's representation of the discoveryServer, and an error, if there is any.

func (*FakeDiscoveryServers) Delete added in v0.1.1

func (c *FakeDiscoveryServers) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the discoveryServer and deletes it. Returns an error if one occurs.

func (*FakeDiscoveryServers) DeleteCollection added in v0.1.1

func (c *FakeDiscoveryServers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeDiscoveryServers) Get added in v0.1.1

func (c *FakeDiscoveryServers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.DiscoveryServer, err error)

Get takes name of the discoveryServer, and returns the corresponding discoveryServer object, and an error if there is any.

func (*FakeDiscoveryServers) List added in v0.1.1

List takes label and field selectors, and returns the list of DiscoveryServers that match those selectors.

func (*FakeDiscoveryServers) Patch added in v0.1.1

func (c *FakeDiscoveryServers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.DiscoveryServer, err error)

Patch applies the patch and returns the patched discoveryServer.

func (*FakeDiscoveryServers) Update added in v0.1.1

func (c *FakeDiscoveryServers) Update(ctx context.Context, discoveryServer *v1alpha1.DiscoveryServer, opts v1.UpdateOptions) (result *v1alpha1.DiscoveryServer, err error)

Update takes the representation of a discoveryServer and updates it. Returns the server's representation of the discoveryServer, and an error, if there is any.

func (*FakeDiscoveryServers) UpdateStatus added in v0.1.1

func (c *FakeDiscoveryServers) UpdateStatus(ctx context.Context, discoveryServer *v1alpha1.DiscoveryServer, opts v1.UpdateOptions) (*v1alpha1.DiscoveryServer, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeDiscoveryServers) Watch added in v0.1.1

Watch returns a watch.Interface that watches the requested discoveryServers.

type FakeLaunchManagers added in v0.1.1

type FakeLaunchManagers struct {
	Fake *FakeRoboscaleV1alpha1
	// contains filtered or unexported fields
}

FakeLaunchManagers implements LaunchManagerInterface

func (*FakeLaunchManagers) Create added in v0.1.1

func (c *FakeLaunchManagers) Create(ctx context.Context, launchManager *v1alpha1.LaunchManager, opts v1.CreateOptions) (result *v1alpha1.LaunchManager, err error)

Create takes the representation of a launchManager and creates it. Returns the server's representation of the launchManager, and an error, if there is any.

func (*FakeLaunchManagers) Delete added in v0.1.1

func (c *FakeLaunchManagers) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the launchManager and deletes it. Returns an error if one occurs.

func (*FakeLaunchManagers) DeleteCollection added in v0.1.1

func (c *FakeLaunchManagers) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeLaunchManagers) Get added in v0.1.1

func (c *FakeLaunchManagers) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.LaunchManager, err error)

Get takes name of the launchManager, and returns the corresponding launchManager object, and an error if there is any.

func (*FakeLaunchManagers) List added in v0.1.1

func (c *FakeLaunchManagers) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.LaunchManagerList, err error)

List takes label and field selectors, and returns the list of LaunchManagers that match those selectors.

func (*FakeLaunchManagers) Patch added in v0.1.1

func (c *FakeLaunchManagers) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.LaunchManager, err error)

Patch applies the patch and returns the patched launchManager.

func (*FakeLaunchManagers) Update added in v0.1.1

func (c *FakeLaunchManagers) Update(ctx context.Context, launchManager *v1alpha1.LaunchManager, opts v1.UpdateOptions) (result *v1alpha1.LaunchManager, err error)

Update takes the representation of a launchManager and updates it. Returns the server's representation of the launchManager, and an error, if there is any.

func (*FakeLaunchManagers) UpdateStatus added in v0.1.1

func (c *FakeLaunchManagers) UpdateStatus(ctx context.Context, launchManager *v1alpha1.LaunchManager, opts v1.UpdateOptions) (*v1alpha1.LaunchManager, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeLaunchManagers) Watch added in v0.1.1

Watch returns a watch.Interface that watches the requested launchManagers.

type FakeROSBridges added in v0.1.1

type FakeROSBridges struct {
	Fake *FakeRoboscaleV1alpha1
	// contains filtered or unexported fields
}

FakeROSBridges implements ROSBridgeInterface

func (*FakeROSBridges) Create added in v0.1.1

func (c *FakeROSBridges) Create(ctx context.Context, rOSBridge *v1alpha1.ROSBridge, opts v1.CreateOptions) (result *v1alpha1.ROSBridge, err error)

Create takes the representation of a rOSBridge and creates it. Returns the server's representation of the rOSBridge, and an error, if there is any.

func (*FakeROSBridges) Delete added in v0.1.1

func (c *FakeROSBridges) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the rOSBridge and deletes it. Returns an error if one occurs.

func (*FakeROSBridges) DeleteCollection added in v0.1.1

func (c *FakeROSBridges) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeROSBridges) Get added in v0.1.1

func (c *FakeROSBridges) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.ROSBridge, err error)

Get takes name of the rOSBridge, and returns the corresponding rOSBridge object, and an error if there is any.

func (*FakeROSBridges) List added in v0.1.1

func (c *FakeROSBridges) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.ROSBridgeList, err error)

List takes label and field selectors, and returns the list of ROSBridges that match those selectors.

func (*FakeROSBridges) Patch added in v0.1.1

func (c *FakeROSBridges) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.ROSBridge, err error)

Patch applies the patch and returns the patched rOSBridge.

func (*FakeROSBridges) Update added in v0.1.1

func (c *FakeROSBridges) Update(ctx context.Context, rOSBridge *v1alpha1.ROSBridge, opts v1.UpdateOptions) (result *v1alpha1.ROSBridge, err error)

Update takes the representation of a rOSBridge and updates it. Returns the server's representation of the rOSBridge, and an error, if there is any.

func (*FakeROSBridges) UpdateStatus added in v0.1.1

func (c *FakeROSBridges) UpdateStatus(ctx context.Context, rOSBridge *v1alpha1.ROSBridge, opts v1.UpdateOptions) (*v1alpha1.ROSBridge, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeROSBridges) Watch added in v0.1.1

Watch returns a watch.Interface that watches the requested rOSBridges.

type FakeRoboscaleV1alpha1

type FakeRoboscaleV1alpha1 struct {
	*testing.Fake
}

func (*FakeRoboscaleV1alpha1) BuildManagers added in v0.1.1

func (c *FakeRoboscaleV1alpha1) BuildManagers(namespace string) v1alpha1.BuildManagerInterface

func (*FakeRoboscaleV1alpha1) DiscoveryServers added in v0.1.1

func (c *FakeRoboscaleV1alpha1) DiscoveryServers(namespace string) v1alpha1.DiscoveryServerInterface

func (*FakeRoboscaleV1alpha1) LaunchManagers added in v0.1.1

func (c *FakeRoboscaleV1alpha1) LaunchManagers(namespace string) v1alpha1.LaunchManagerInterface

func (*FakeRoboscaleV1alpha1) RESTClient

func (c *FakeRoboscaleV1alpha1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*FakeRoboscaleV1alpha1) ROSBridges added in v0.1.1

func (c *FakeRoboscaleV1alpha1) ROSBridges(namespace string) v1alpha1.ROSBridgeInterface

func (*FakeRoboscaleV1alpha1) RobotDevSuites added in v0.1.1

func (c *FakeRoboscaleV1alpha1) RobotDevSuites(namespace string) v1alpha1.RobotDevSuiteInterface

func (*FakeRoboscaleV1alpha1) RobotIDEs added in v0.1.1

func (c *FakeRoboscaleV1alpha1) RobotIDEs(namespace string) v1alpha1.RobotIDEInterface

func (*FakeRoboscaleV1alpha1) RobotVDIs added in v0.1.1

func (c *FakeRoboscaleV1alpha1) RobotVDIs(namespace string) v1alpha1.RobotVDIInterface

func (*FakeRoboscaleV1alpha1) Robots

func (c *FakeRoboscaleV1alpha1) Robots(namespace string) v1alpha1.RobotInterface

type FakeRobotDevSuites added in v0.1.1

type FakeRobotDevSuites struct {
	Fake *FakeRoboscaleV1alpha1
	// contains filtered or unexported fields
}

FakeRobotDevSuites implements RobotDevSuiteInterface

func (*FakeRobotDevSuites) Create added in v0.1.1

func (c *FakeRobotDevSuites) Create(ctx context.Context, robotDevSuite *v1alpha1.RobotDevSuite, opts v1.CreateOptions) (result *v1alpha1.RobotDevSuite, err error)

Create takes the representation of a robotDevSuite and creates it. Returns the server's representation of the robotDevSuite, and an error, if there is any.

func (*FakeRobotDevSuites) Delete added in v0.1.1

func (c *FakeRobotDevSuites) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the robotDevSuite and deletes it. Returns an error if one occurs.

func (*FakeRobotDevSuites) DeleteCollection added in v0.1.1

func (c *FakeRobotDevSuites) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRobotDevSuites) Get added in v0.1.1

func (c *FakeRobotDevSuites) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.RobotDevSuite, err error)

Get takes name of the robotDevSuite, and returns the corresponding robotDevSuite object, and an error if there is any.

func (*FakeRobotDevSuites) List added in v0.1.1

func (c *FakeRobotDevSuites) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.RobotDevSuiteList, err error)

List takes label and field selectors, and returns the list of RobotDevSuites that match those selectors.

func (*FakeRobotDevSuites) Patch added in v0.1.1

func (c *FakeRobotDevSuites) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RobotDevSuite, err error)

Patch applies the patch and returns the patched robotDevSuite.

func (*FakeRobotDevSuites) Update added in v0.1.1

func (c *FakeRobotDevSuites) Update(ctx context.Context, robotDevSuite *v1alpha1.RobotDevSuite, opts v1.UpdateOptions) (result *v1alpha1.RobotDevSuite, err error)

Update takes the representation of a robotDevSuite and updates it. Returns the server's representation of the robotDevSuite, and an error, if there is any.

func (*FakeRobotDevSuites) UpdateStatus added in v0.1.1

func (c *FakeRobotDevSuites) UpdateStatus(ctx context.Context, robotDevSuite *v1alpha1.RobotDevSuite, opts v1.UpdateOptions) (*v1alpha1.RobotDevSuite, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRobotDevSuites) Watch added in v0.1.1

Watch returns a watch.Interface that watches the requested robotDevSuites.

type FakeRobotIDEs added in v0.1.1

type FakeRobotIDEs struct {
	Fake *FakeRoboscaleV1alpha1
	// contains filtered or unexported fields
}

FakeRobotIDEs implements RobotIDEInterface

func (*FakeRobotIDEs) Create added in v0.1.1

func (c *FakeRobotIDEs) Create(ctx context.Context, robotIDE *v1alpha1.RobotIDE, opts v1.CreateOptions) (result *v1alpha1.RobotIDE, err error)

Create takes the representation of a robotIDE and creates it. Returns the server's representation of the robotIDE, and an error, if there is any.

func (*FakeRobotIDEs) Delete added in v0.1.1

func (c *FakeRobotIDEs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the robotIDE and deletes it. Returns an error if one occurs.

func (*FakeRobotIDEs) DeleteCollection added in v0.1.1

func (c *FakeRobotIDEs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRobotIDEs) Get added in v0.1.1

func (c *FakeRobotIDEs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.RobotIDE, err error)

Get takes name of the robotIDE, and returns the corresponding robotIDE object, and an error if there is any.

func (*FakeRobotIDEs) List added in v0.1.1

func (c *FakeRobotIDEs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.RobotIDEList, err error)

List takes label and field selectors, and returns the list of RobotIDEs that match those selectors.

func (*FakeRobotIDEs) Patch added in v0.1.1

func (c *FakeRobotIDEs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RobotIDE, err error)

Patch applies the patch and returns the patched robotIDE.

func (*FakeRobotIDEs) Update added in v0.1.1

func (c *FakeRobotIDEs) Update(ctx context.Context, robotIDE *v1alpha1.RobotIDE, opts v1.UpdateOptions) (result *v1alpha1.RobotIDE, err error)

Update takes the representation of a robotIDE and updates it. Returns the server's representation of the robotIDE, and an error, if there is any.

func (*FakeRobotIDEs) UpdateStatus added in v0.1.1

func (c *FakeRobotIDEs) UpdateStatus(ctx context.Context, robotIDE *v1alpha1.RobotIDE, opts v1.UpdateOptions) (*v1alpha1.RobotIDE, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRobotIDEs) Watch added in v0.1.1

Watch returns a watch.Interface that watches the requested robotIDEs.

type FakeRobotVDIs added in v0.1.1

type FakeRobotVDIs struct {
	Fake *FakeRoboscaleV1alpha1
	// contains filtered or unexported fields
}

FakeRobotVDIs implements RobotVDIInterface

func (*FakeRobotVDIs) Create added in v0.1.1

func (c *FakeRobotVDIs) Create(ctx context.Context, robotVDI *v1alpha1.RobotVDI, opts v1.CreateOptions) (result *v1alpha1.RobotVDI, err error)

Create takes the representation of a robotVDI and creates it. Returns the server's representation of the robotVDI, and an error, if there is any.

func (*FakeRobotVDIs) Delete added in v0.1.1

func (c *FakeRobotVDIs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the robotVDI and deletes it. Returns an error if one occurs.

func (*FakeRobotVDIs) DeleteCollection added in v0.1.1

func (c *FakeRobotVDIs) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRobotVDIs) Get added in v0.1.1

func (c *FakeRobotVDIs) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.RobotVDI, err error)

Get takes name of the robotVDI, and returns the corresponding robotVDI object, and an error if there is any.

func (*FakeRobotVDIs) List added in v0.1.1

func (c *FakeRobotVDIs) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.RobotVDIList, err error)

List takes label and field selectors, and returns the list of RobotVDIs that match those selectors.

func (*FakeRobotVDIs) Patch added in v0.1.1

func (c *FakeRobotVDIs) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.RobotVDI, err error)

Patch applies the patch and returns the patched robotVDI.

func (*FakeRobotVDIs) Update added in v0.1.1

func (c *FakeRobotVDIs) Update(ctx context.Context, robotVDI *v1alpha1.RobotVDI, opts v1.UpdateOptions) (result *v1alpha1.RobotVDI, err error)

Update takes the representation of a robotVDI and updates it. Returns the server's representation of the robotVDI, and an error, if there is any.

func (*FakeRobotVDIs) UpdateStatus added in v0.1.1

func (c *FakeRobotVDIs) UpdateStatus(ctx context.Context, robotVDI *v1alpha1.RobotVDI, opts v1.UpdateOptions) (*v1alpha1.RobotVDI, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRobotVDIs) Watch added in v0.1.1

Watch returns a watch.Interface that watches the requested robotVDIs.

type FakeRobots

type FakeRobots struct {
	Fake *FakeRoboscaleV1alpha1
	// contains filtered or unexported fields
}

FakeRobots implements RobotInterface

func (*FakeRobots) Create

func (c *FakeRobots) Create(ctx context.Context, robot *v1alpha1.Robot, opts v1.CreateOptions) (result *v1alpha1.Robot, err error)

Create takes the representation of a robot and creates it. Returns the server's representation of the robot, and an error, if there is any.

func (*FakeRobots) Delete

func (c *FakeRobots) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error

Delete takes name of the robot and deletes it. Returns an error if one occurs.

func (*FakeRobots) DeleteCollection

func (c *FakeRobots) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeRobots) Get

func (c *FakeRobots) Get(ctx context.Context, name string, options v1.GetOptions) (result *v1alpha1.Robot, err error)

Get takes name of the robot, and returns the corresponding robot object, and an error if there is any.

func (*FakeRobots) List

func (c *FakeRobots) List(ctx context.Context, opts v1.ListOptions) (result *v1alpha1.RobotList, err error)

List takes label and field selectors, and returns the list of Robots that match those selectors.

func (*FakeRobots) Patch

func (c *FakeRobots) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *v1alpha1.Robot, err error)

Patch applies the patch and returns the patched robot.

func (*FakeRobots) Update

func (c *FakeRobots) Update(ctx context.Context, robot *v1alpha1.Robot, opts v1.UpdateOptions) (result *v1alpha1.Robot, err error)

Update takes the representation of a robot and updates it. Returns the server's representation of the robot, and an error, if there is any.

func (*FakeRobots) UpdateStatus

func (c *FakeRobots) UpdateStatus(ctx context.Context, robot *v1alpha1.Robot, opts v1.UpdateOptions) (*v1alpha1.Robot, error)

UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().

func (*FakeRobots) Watch

func (c *FakeRobots) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)

Watch returns a watch.Interface that watches the requested robots.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL