fake

package
v3.4.9 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2024 License: MPL-2.0 Imports: 9 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 FakeAgentAuditEvents

type FakeAgentAuditEvents struct {
	Fake *FakeManagementV1
}

FakeAgentAuditEvents implements AgentAuditEventInterface

func (*FakeAgentAuditEvents) Create

func (c *FakeAgentAuditEvents) Create(ctx context.Context, agentAuditEvent *v1.AgentAuditEvent, opts metav1.CreateOptions) (result *v1.AgentAuditEvent, err error)

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

func (*FakeAgentAuditEvents) Delete

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

func (*FakeAgentAuditEvents) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeAgentAuditEvents) Get

func (c *FakeAgentAuditEvents) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.AgentAuditEvent, err error)

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

func (*FakeAgentAuditEvents) List

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

func (*FakeAgentAuditEvents) Patch

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

Patch applies the patch and returns the patched agentAuditEvent.

func (*FakeAgentAuditEvents) Update

func (c *FakeAgentAuditEvents) Update(ctx context.Context, agentAuditEvent *v1.AgentAuditEvent, opts metav1.UpdateOptions) (result *v1.AgentAuditEvent, err error)

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

func (*FakeAgentAuditEvents) UpdateStatus

func (c *FakeAgentAuditEvents) UpdateStatus(ctx context.Context, agentAuditEvent *v1.AgentAuditEvent, opts metav1.UpdateOptions) (*v1.AgentAuditEvent, error)

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

func (*FakeAgentAuditEvents) Watch

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

type FakeAnnouncements

type FakeAnnouncements struct {
	Fake *FakeManagementV1
}

FakeAnnouncements implements AnnouncementInterface

func (*FakeAnnouncements) Create

func (c *FakeAnnouncements) Create(ctx context.Context, announcement *v1.Announcement, opts metav1.CreateOptions) (result *v1.Announcement, err error)

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

func (*FakeAnnouncements) Delete

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

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

func (*FakeAnnouncements) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeAnnouncements) Get

func (c *FakeAnnouncements) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Announcement, err error)

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

func (*FakeAnnouncements) List

func (c *FakeAnnouncements) List(ctx context.Context, opts metav1.ListOptions) (result *v1.AnnouncementList, err error)

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

func (*FakeAnnouncements) Patch

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

Patch applies the patch and returns the patched announcement.

func (*FakeAnnouncements) Update

func (c *FakeAnnouncements) Update(ctx context.Context, announcement *v1.Announcement, opts metav1.UpdateOptions) (result *v1.Announcement, err error)

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

func (*FakeAnnouncements) UpdateStatus

func (c *FakeAnnouncements) UpdateStatus(ctx context.Context, announcement *v1.Announcement, opts metav1.UpdateOptions) (*v1.Announcement, error)

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

func (*FakeAnnouncements) Watch

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

type FakeApps

type FakeApps struct {
	Fake *FakeManagementV1
}

FakeApps implements AppInterface

func (*FakeApps) Create

func (c *FakeApps) Create(ctx context.Context, app *v1.App, opts metav1.CreateOptions) (result *v1.App, err error)

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

func (*FakeApps) Delete

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

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

func (*FakeApps) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeApps) Get

func (c *FakeApps) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.App, err error)

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

func (*FakeApps) GetCredentials

func (c *FakeApps) GetCredentials(ctx context.Context, appName string, options metav1.GetOptions) (result *v1.AppCredentials, err error)

GetCredentials takes name of the app, and returns the corresponding appCredentials object, and an error if there is any.

func (*FakeApps) List

func (c *FakeApps) List(ctx context.Context, opts metav1.ListOptions) (result *v1.AppList, err error)

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

func (*FakeApps) Patch

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

Patch applies the patch and returns the patched app.

func (*FakeApps) Update

func (c *FakeApps) Update(ctx context.Context, app *v1.App, opts metav1.UpdateOptions) (result *v1.App, err error)

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

func (*FakeApps) UpdateStatus

func (c *FakeApps) UpdateStatus(ctx context.Context, app *v1.App, opts metav1.UpdateOptions) (*v1.App, error)

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

func (*FakeApps) Watch

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

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

type FakeBackups

type FakeBackups struct {
	Fake *FakeManagementV1
}

FakeBackups implements BackupInterface

func (*FakeBackups) Create

func (c *FakeBackups) Create(ctx context.Context, backup *v1.Backup, opts metav1.CreateOptions) (result *v1.Backup, err error)

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

func (*FakeBackups) Delete

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

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

func (*FakeBackups) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeBackups) Get

func (c *FakeBackups) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Backup, err error)

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

func (*FakeBackups) List

func (c *FakeBackups) List(ctx context.Context, opts metav1.ListOptions) (result *v1.BackupList, err error)

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

func (*FakeBackups) Patch

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

Patch applies the patch and returns the patched backup.

func (*FakeBackups) Update

func (c *FakeBackups) Update(ctx context.Context, backup *v1.Backup, opts metav1.UpdateOptions) (result *v1.Backup, err error)

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

func (*FakeBackups) UpdateStatus

func (c *FakeBackups) UpdateStatus(ctx context.Context, backup *v1.Backup, opts metav1.UpdateOptions) (*v1.Backup, error)

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

func (*FakeBackups) Watch

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

type FakeClusterAccesses

type FakeClusterAccesses struct {
	Fake *FakeManagementV1
}

FakeClusterAccesses implements ClusterAccessInterface

func (*FakeClusterAccesses) Create

func (c *FakeClusterAccesses) Create(ctx context.Context, clusterAccess *v1.ClusterAccess, opts metav1.CreateOptions) (result *v1.ClusterAccess, err error)

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

func (*FakeClusterAccesses) Delete

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

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

func (*FakeClusterAccesses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterAccesses) Get

func (c *FakeClusterAccesses) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.ClusterAccess, err error)

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

func (*FakeClusterAccesses) List

func (c *FakeClusterAccesses) List(ctx context.Context, opts metav1.ListOptions) (result *v1.ClusterAccessList, err error)

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

func (*FakeClusterAccesses) Patch

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

Patch applies the patch and returns the patched clusterAccess.

func (*FakeClusterAccesses) Update

func (c *FakeClusterAccesses) Update(ctx context.Context, clusterAccess *v1.ClusterAccess, opts metav1.UpdateOptions) (result *v1.ClusterAccess, err error)

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

func (*FakeClusterAccesses) UpdateStatus

func (c *FakeClusterAccesses) UpdateStatus(ctx context.Context, clusterAccess *v1.ClusterAccess, opts metav1.UpdateOptions) (*v1.ClusterAccess, error)

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

func (*FakeClusterAccesses) Watch

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

type FakeClusterConnects

type FakeClusterConnects struct {
	Fake *FakeManagementV1
}

FakeClusterConnects implements ClusterConnectInterface

func (*FakeClusterConnects) Create

func (c *FakeClusterConnects) Create(ctx context.Context, clusterConnect *v1.ClusterConnect, opts metav1.CreateOptions) (result *v1.ClusterConnect, err error)

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

func (*FakeClusterConnects) Delete

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

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

func (*FakeClusterConnects) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterConnects) Get

func (c *FakeClusterConnects) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.ClusterConnect, err error)

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

func (*FakeClusterConnects) List

func (c *FakeClusterConnects) List(ctx context.Context, opts metav1.ListOptions) (result *v1.ClusterConnectList, err error)

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

func (*FakeClusterConnects) Patch

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

Patch applies the patch and returns the patched clusterConnect.

func (*FakeClusterConnects) Update

func (c *FakeClusterConnects) Update(ctx context.Context, clusterConnect *v1.ClusterConnect, opts metav1.UpdateOptions) (result *v1.ClusterConnect, err error)

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

func (*FakeClusterConnects) UpdateStatus

func (c *FakeClusterConnects) UpdateStatus(ctx context.Context, clusterConnect *v1.ClusterConnect, opts metav1.UpdateOptions) (*v1.ClusterConnect, error)

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

func (*FakeClusterConnects) Watch

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

type FakeClusterRoleTemplates

type FakeClusterRoleTemplates struct {
	Fake *FakeManagementV1
}

FakeClusterRoleTemplates implements ClusterRoleTemplateInterface

func (*FakeClusterRoleTemplates) Create

func (c *FakeClusterRoleTemplates) Create(ctx context.Context, clusterRoleTemplate *v1.ClusterRoleTemplate, opts metav1.CreateOptions) (result *v1.ClusterRoleTemplate, err error)

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

func (*FakeClusterRoleTemplates) Delete

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

func (*FakeClusterRoleTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterRoleTemplates) Get

func (c *FakeClusterRoleTemplates) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.ClusterRoleTemplate, err error)

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

func (*FakeClusterRoleTemplates) List

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

func (*FakeClusterRoleTemplates) Patch

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

Patch applies the patch and returns the patched clusterRoleTemplate.

func (*FakeClusterRoleTemplates) Update

func (c *FakeClusterRoleTemplates) Update(ctx context.Context, clusterRoleTemplate *v1.ClusterRoleTemplate, opts metav1.UpdateOptions) (result *v1.ClusterRoleTemplate, err error)

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

func (*FakeClusterRoleTemplates) UpdateStatus

func (c *FakeClusterRoleTemplates) UpdateStatus(ctx context.Context, clusterRoleTemplate *v1.ClusterRoleTemplate, opts metav1.UpdateOptions) (*v1.ClusterRoleTemplate, error)

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

func (*FakeClusterRoleTemplates) Watch

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

type FakeClusters

type FakeClusters struct {
	Fake *FakeManagementV1
}

FakeClusters implements ClusterInterface

func (*FakeClusters) Create

func (c *FakeClusters) Create(ctx context.Context, cluster *v1.Cluster, opts metav1.CreateOptions) (result *v1.Cluster, err error)

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

func (*FakeClusters) Delete

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

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

func (*FakeClusters) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusters) Get

func (c *FakeClusters) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Cluster, err error)

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

func (*FakeClusters) GetAccessKey

func (c *FakeClusters) GetAccessKey(ctx context.Context, clusterName string, options metav1.GetOptions) (result *v1.ClusterAccessKey, err error)

GetAccessKey takes name of the cluster, and returns the corresponding clusterAccessKey object, and an error if there is any.

func (*FakeClusters) GetAgentConfig

func (c *FakeClusters) GetAgentConfig(ctx context.Context, clusterName string, options metav1.GetOptions) (result *v1.ClusterAgentConfig, err error)

GetAgentConfig takes name of the cluster, and returns the corresponding clusterAgentConfig object, and an error if there is any.

func (*FakeClusters) List

func (c *FakeClusters) List(ctx context.Context, opts metav1.ListOptions) (result *v1.ClusterList, err error)

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

func (*FakeClusters) ListAccess

func (c *FakeClusters) ListAccess(ctx context.Context, clusterName string, options metav1.GetOptions) (result *v1.ClusterMemberAccess, err error)

ListAccess takes name of the cluster, and returns the corresponding clusterMemberAccess object, and an error if there is any.

func (*FakeClusters) ListMembers

func (c *FakeClusters) ListMembers(ctx context.Context, clusterName string, options metav1.GetOptions) (result *v1.ClusterMembers, err error)

ListMembers takes name of the cluster, and returns the corresponding clusterMembers object, and an error if there is any.

func (*FakeClusters) ListVirtualClusterDefaults

func (c *FakeClusters) ListVirtualClusterDefaults(ctx context.Context, clusterName string, options metav1.GetOptions) (result *v1.ClusterVirtualClusterDefaults, err error)

ListVirtualClusterDefaults takes name of the cluster, and returns the corresponding clusterVirtualClusterDefaults object, and an error if there is any.

func (*FakeClusters) Patch

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

Patch applies the patch and returns the patched cluster.

func (*FakeClusters) Update

func (c *FakeClusters) Update(ctx context.Context, cluster *v1.Cluster, opts metav1.UpdateOptions) (result *v1.Cluster, err error)

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

func (*FakeClusters) UpdateStatus

func (c *FakeClusters) UpdateStatus(ctx context.Context, cluster *v1.Cluster, opts metav1.UpdateOptions) (*v1.Cluster, error)

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

func (*FakeClusters) Watch

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

type FakeConfigs

type FakeConfigs struct {
	Fake *FakeManagementV1
}

FakeConfigs implements ConfigInterface

func (*FakeConfigs) Create

func (c *FakeConfigs) Create(ctx context.Context, config *v1.Config, opts metav1.CreateOptions) (result *v1.Config, err error)

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

func (*FakeConfigs) Delete

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

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

func (*FakeConfigs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeConfigs) Get

func (c *FakeConfigs) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Config, err error)

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

func (*FakeConfigs) List

func (c *FakeConfigs) List(ctx context.Context, opts metav1.ListOptions) (result *v1.ConfigList, err error)

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

func (*FakeConfigs) Patch

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

Patch applies the patch and returns the patched config.

func (*FakeConfigs) Update

func (c *FakeConfigs) Update(ctx context.Context, config *v1.Config, opts metav1.UpdateOptions) (result *v1.Config, err error)

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

func (*FakeConfigs) UpdateStatus

func (c *FakeConfigs) UpdateStatus(ctx context.Context, config *v1.Config, opts metav1.UpdateOptions) (*v1.Config, error)

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

func (*FakeConfigs) Watch

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

type FakeDevPodWorkspaceInstances

type FakeDevPodWorkspaceInstances struct {
	Fake *FakeManagementV1
	// contains filtered or unexported fields
}

FakeDevPodWorkspaceInstances implements DevPodWorkspaceInstanceInterface

func (*FakeDevPodWorkspaceInstances) Create

func (c *FakeDevPodWorkspaceInstances) Create(ctx context.Context, devPodWorkspaceInstance *v1.DevPodWorkspaceInstance, opts metav1.CreateOptions) (result *v1.DevPodWorkspaceInstance, err error)

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

func (*FakeDevPodWorkspaceInstances) Delete

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

func (*FakeDevPodWorkspaceInstances) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeDevPodWorkspaceInstances) Get

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

func (*FakeDevPodWorkspaceInstances) GetState

func (c *FakeDevPodWorkspaceInstances) GetState(ctx context.Context, devPodWorkspaceInstanceName string, options metav1.GetOptions) (result *v1.DevPodWorkspaceInstanceState, err error)

GetState takes name of the devPodWorkspaceInstance, and returns the corresponding devPodWorkspaceInstanceState object, and an error if there is any.

func (*FakeDevPodWorkspaceInstances) List

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

func (*FakeDevPodWorkspaceInstances) Patch

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

Patch applies the patch and returns the patched devPodWorkspaceInstance.

func (*FakeDevPodWorkspaceInstances) SetState

func (c *FakeDevPodWorkspaceInstances) SetState(ctx context.Context, devPodWorkspaceInstanceName string, devPodWorkspaceInstanceState *v1.DevPodWorkspaceInstanceState, opts metav1.CreateOptions) (result *v1.DevPodWorkspaceInstanceState, err error)

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

func (*FakeDevPodWorkspaceInstances) Update

func (c *FakeDevPodWorkspaceInstances) Update(ctx context.Context, devPodWorkspaceInstance *v1.DevPodWorkspaceInstance, opts metav1.UpdateOptions) (result *v1.DevPodWorkspaceInstance, err error)

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

func (*FakeDevPodWorkspaceInstances) Watch

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

type FakeDevPodWorkspaceTemplates

type FakeDevPodWorkspaceTemplates struct {
	Fake *FakeManagementV1
}

FakeDevPodWorkspaceTemplates implements DevPodWorkspaceTemplateInterface

func (*FakeDevPodWorkspaceTemplates) Create

func (c *FakeDevPodWorkspaceTemplates) Create(ctx context.Context, devPodWorkspaceTemplate *v1.DevPodWorkspaceTemplate, opts metav1.CreateOptions) (result *v1.DevPodWorkspaceTemplate, err error)

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

func (*FakeDevPodWorkspaceTemplates) Delete

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

func (*FakeDevPodWorkspaceTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeDevPodWorkspaceTemplates) Get

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

func (*FakeDevPodWorkspaceTemplates) List

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

func (*FakeDevPodWorkspaceTemplates) Patch

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

Patch applies the patch and returns the patched devPodWorkspaceTemplate.

func (*FakeDevPodWorkspaceTemplates) Update

func (c *FakeDevPodWorkspaceTemplates) Update(ctx context.Context, devPodWorkspaceTemplate *v1.DevPodWorkspaceTemplate, opts metav1.UpdateOptions) (result *v1.DevPodWorkspaceTemplate, err error)

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

func (*FakeDevPodWorkspaceTemplates) UpdateStatus

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

func (*FakeDevPodWorkspaceTemplates) Watch

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

type FakeDirectClusterEndpointTokens

type FakeDirectClusterEndpointTokens struct {
	Fake *FakeManagementV1
}

FakeDirectClusterEndpointTokens implements DirectClusterEndpointTokenInterface

func (*FakeDirectClusterEndpointTokens) Create

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

func (*FakeDirectClusterEndpointTokens) Delete

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

func (*FakeDirectClusterEndpointTokens) DeleteCollection

DeleteCollection deletes a collection of objects.

func (*FakeDirectClusterEndpointTokens) Get

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

func (*FakeDirectClusterEndpointTokens) List

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

func (*FakeDirectClusterEndpointTokens) Patch

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

Patch applies the patch and returns the patched directClusterEndpointToken.

func (*FakeDirectClusterEndpointTokens) Update

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

func (*FakeDirectClusterEndpointTokens) UpdateStatus

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

func (*FakeDirectClusterEndpointTokens) Watch

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

type FakeEvents

type FakeEvents struct {
	Fake *FakeManagementV1
}

FakeEvents implements EventInterface

func (*FakeEvents) Create

func (c *FakeEvents) Create(ctx context.Context, event *v1.Event, opts metav1.CreateOptions) (result *v1.Event, err error)

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

func (*FakeEvents) Delete

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

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

func (*FakeEvents) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeEvents) Get

func (c *FakeEvents) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Event, err error)

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

func (*FakeEvents) List

func (c *FakeEvents) List(ctx context.Context, opts metav1.ListOptions) (result *v1.EventList, err error)

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

func (*FakeEvents) Patch

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

Patch applies the patch and returns the patched event.

func (*FakeEvents) Update

func (c *FakeEvents) Update(ctx context.Context, event *v1.Event, opts metav1.UpdateOptions) (result *v1.Event, err error)

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

func (*FakeEvents) UpdateStatus

func (c *FakeEvents) UpdateStatus(ctx context.Context, event *v1.Event, opts metav1.UpdateOptions) (*v1.Event, error)

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

func (*FakeEvents) Watch

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

type FakeFeatures

type FakeFeatures struct {
	Fake *FakeManagementV1
}

FakeFeatures implements FeatureInterface

func (*FakeFeatures) Create

func (c *FakeFeatures) Create(ctx context.Context, feature *v1.Feature, opts metav1.CreateOptions) (result *v1.Feature, err error)

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

func (*FakeFeatures) Delete

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

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

func (*FakeFeatures) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFeatures) Get

func (c *FakeFeatures) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Feature, err error)

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

func (*FakeFeatures) List

func (c *FakeFeatures) List(ctx context.Context, opts metav1.ListOptions) (result *v1.FeatureList, err error)

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

func (*FakeFeatures) Patch

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

Patch applies the patch and returns the patched feature.

func (*FakeFeatures) Update

func (c *FakeFeatures) Update(ctx context.Context, feature *v1.Feature, opts metav1.UpdateOptions) (result *v1.Feature, err error)

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

func (*FakeFeatures) UpdateStatus

func (c *FakeFeatures) UpdateStatus(ctx context.Context, feature *v1.Feature, opts metav1.UpdateOptions) (*v1.Feature, error)

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

func (*FakeFeatures) Watch

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

type FakeIngressAuthTokens

type FakeIngressAuthTokens struct {
	Fake *FakeManagementV1
}

FakeIngressAuthTokens implements IngressAuthTokenInterface

func (*FakeIngressAuthTokens) Create

func (c *FakeIngressAuthTokens) Create(ctx context.Context, ingressAuthToken *v1.IngressAuthToken, opts metav1.CreateOptions) (result *v1.IngressAuthToken, err error)

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

func (*FakeIngressAuthTokens) Delete

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

func (*FakeIngressAuthTokens) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeIngressAuthTokens) Get

func (c *FakeIngressAuthTokens) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.IngressAuthToken, err error)

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

func (*FakeIngressAuthTokens) List

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

func (*FakeIngressAuthTokens) Patch

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

Patch applies the patch and returns the patched ingressAuthToken.

func (*FakeIngressAuthTokens) Update

func (c *FakeIngressAuthTokens) Update(ctx context.Context, ingressAuthToken *v1.IngressAuthToken, opts metav1.UpdateOptions) (result *v1.IngressAuthToken, err error)

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

func (*FakeIngressAuthTokens) UpdateStatus

func (c *FakeIngressAuthTokens) UpdateStatus(ctx context.Context, ingressAuthToken *v1.IngressAuthToken, opts metav1.UpdateOptions) (*v1.IngressAuthToken, error)

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

func (*FakeIngressAuthTokens) Watch

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

type FakeLicenseTokens

type FakeLicenseTokens struct {
	Fake *FakeManagementV1
}

FakeLicenseTokens implements LicenseTokenInterface

func (*FakeLicenseTokens) Create

func (c *FakeLicenseTokens) Create(ctx context.Context, licenseToken *v1.LicenseToken, opts metav1.CreateOptions) (result *v1.LicenseToken, err error)

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

func (*FakeLicenseTokens) Delete

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

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

func (*FakeLicenseTokens) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeLicenseTokens) Get

func (c *FakeLicenseTokens) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.LicenseToken, err error)

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

func (*FakeLicenseTokens) List

func (c *FakeLicenseTokens) List(ctx context.Context, opts metav1.ListOptions) (result *v1.LicenseTokenList, err error)

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

func (*FakeLicenseTokens) Patch

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

Patch applies the patch and returns the patched licenseToken.

func (*FakeLicenseTokens) Update

func (c *FakeLicenseTokens) Update(ctx context.Context, licenseToken *v1.LicenseToken, opts metav1.UpdateOptions) (result *v1.LicenseToken, err error)

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

func (*FakeLicenseTokens) UpdateStatus

func (c *FakeLicenseTokens) UpdateStatus(ctx context.Context, licenseToken *v1.LicenseToken, opts metav1.UpdateOptions) (*v1.LicenseToken, error)

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

func (*FakeLicenseTokens) Watch

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

type FakeLicenses

type FakeLicenses struct {
	Fake *FakeManagementV1
}

FakeLicenses implements LicenseInterface

func (*FakeLicenses) Create

func (c *FakeLicenses) Create(ctx context.Context, license *v1.License, opts metav1.CreateOptions) (result *v1.License, err error)

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

func (*FakeLicenses) Delete

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

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

func (*FakeLicenses) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeLicenses) Get

func (c *FakeLicenses) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.License, err error)

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

func (*FakeLicenses) LicenseRequest

func (c *FakeLicenses) LicenseRequest(ctx context.Context, licenseName string, licenseRequest *v1.LicenseRequest, opts metav1.CreateOptions) (result *v1.LicenseRequest, err error)

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

func (*FakeLicenses) List

func (c *FakeLicenses) List(ctx context.Context, opts metav1.ListOptions) (result *v1.LicenseList, err error)

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

func (*FakeLicenses) Patch

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

Patch applies the patch and returns the patched license.

func (*FakeLicenses) Update

func (c *FakeLicenses) Update(ctx context.Context, license *v1.License, opts metav1.UpdateOptions) (result *v1.License, err error)

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

func (*FakeLicenses) UpdateStatus

func (c *FakeLicenses) UpdateStatus(ctx context.Context, license *v1.License, opts metav1.UpdateOptions) (*v1.License, error)

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

func (*FakeLicenses) Watch

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

type FakeLoftUpgrades

type FakeLoftUpgrades struct {
	Fake *FakeManagementV1
}

FakeLoftUpgrades implements LoftUpgradeInterface

func (*FakeLoftUpgrades) Create

func (c *FakeLoftUpgrades) Create(ctx context.Context, loftUpgrade *v1.LoftUpgrade, opts metav1.CreateOptions) (result *v1.LoftUpgrade, err error)

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

func (*FakeLoftUpgrades) Delete

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

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

func (*FakeLoftUpgrades) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeLoftUpgrades) Get

func (c *FakeLoftUpgrades) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.LoftUpgrade, err error)

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

func (*FakeLoftUpgrades) List

func (c *FakeLoftUpgrades) List(ctx context.Context, opts metav1.ListOptions) (result *v1.LoftUpgradeList, err error)

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

func (*FakeLoftUpgrades) Patch

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

Patch applies the patch and returns the patched loftUpgrade.

func (*FakeLoftUpgrades) Update

func (c *FakeLoftUpgrades) Update(ctx context.Context, loftUpgrade *v1.LoftUpgrade, opts metav1.UpdateOptions) (result *v1.LoftUpgrade, err error)

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

func (*FakeLoftUpgrades) UpdateStatus

func (c *FakeLoftUpgrades) UpdateStatus(ctx context.Context, loftUpgrade *v1.LoftUpgrade, opts metav1.UpdateOptions) (*v1.LoftUpgrade, error)

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

func (*FakeLoftUpgrades) Watch

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

type FakeManagementV1

type FakeManagementV1 struct {
	*testing.Fake
}

func (*FakeManagementV1) AgentAuditEvents

func (c *FakeManagementV1) AgentAuditEvents() v1.AgentAuditEventInterface

func (*FakeManagementV1) Announcements

func (c *FakeManagementV1) Announcements() v1.AnnouncementInterface

func (*FakeManagementV1) Apps

func (c *FakeManagementV1) Apps() v1.AppInterface

func (*FakeManagementV1) Backups

func (c *FakeManagementV1) Backups() v1.BackupInterface

func (*FakeManagementV1) ClusterAccesses

func (c *FakeManagementV1) ClusterAccesses() v1.ClusterAccessInterface

func (*FakeManagementV1) ClusterConnects

func (c *FakeManagementV1) ClusterConnects() v1.ClusterConnectInterface

func (*FakeManagementV1) ClusterRoleTemplates

func (c *FakeManagementV1) ClusterRoleTemplates() v1.ClusterRoleTemplateInterface

func (*FakeManagementV1) Clusters

func (c *FakeManagementV1) Clusters() v1.ClusterInterface

func (*FakeManagementV1) Configs

func (c *FakeManagementV1) Configs() v1.ConfigInterface

func (*FakeManagementV1) DevPodWorkspaceInstances

func (c *FakeManagementV1) DevPodWorkspaceInstances(namespace string) v1.DevPodWorkspaceInstanceInterface

func (*FakeManagementV1) DevPodWorkspaceTemplates

func (c *FakeManagementV1) DevPodWorkspaceTemplates() v1.DevPodWorkspaceTemplateInterface

func (*FakeManagementV1) DirectClusterEndpointTokens

func (c *FakeManagementV1) DirectClusterEndpointTokens() v1.DirectClusterEndpointTokenInterface

func (*FakeManagementV1) Events

func (c *FakeManagementV1) Events() v1.EventInterface

func (*FakeManagementV1) Features

func (c *FakeManagementV1) Features() v1.FeatureInterface

func (*FakeManagementV1) IngressAuthTokens

func (c *FakeManagementV1) IngressAuthTokens() v1.IngressAuthTokenInterface

func (*FakeManagementV1) LicenseTokens

func (c *FakeManagementV1) LicenseTokens() v1.LicenseTokenInterface

func (*FakeManagementV1) Licenses

func (c *FakeManagementV1) Licenses() v1.LicenseInterface

func (*FakeManagementV1) LoftUpgrades

func (c *FakeManagementV1) LoftUpgrades() v1.LoftUpgradeInterface

func (*FakeManagementV1) OwnedAccessKeys

func (c *FakeManagementV1) OwnedAccessKeys() v1.OwnedAccessKeyInterface

func (*FakeManagementV1) PolicyViolations

func (c *FakeManagementV1) PolicyViolations() v1.PolicyViolationInterface

func (*FakeManagementV1) ProjectSecrets

func (c *FakeManagementV1) ProjectSecrets(namespace string) v1.ProjectSecretInterface

func (*FakeManagementV1) Projects

func (c *FakeManagementV1) Projects() v1.ProjectInterface

func (*FakeManagementV1) RESTClient

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

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

func (*FakeManagementV1) RedirectTokens

func (c *FakeManagementV1) RedirectTokens() v1.RedirectTokenInterface

func (*FakeManagementV1) ResetAccessKeys

func (c *FakeManagementV1) ResetAccessKeys() v1.ResetAccessKeyInterface

func (*FakeManagementV1) Runners

func (c *FakeManagementV1) Runners() v1.RunnerInterface

func (*FakeManagementV1) SelfSubjectAccessReviews

func (c *FakeManagementV1) SelfSubjectAccessReviews() v1.SelfSubjectAccessReviewInterface

func (*FakeManagementV1) Selves

func (c *FakeManagementV1) Selves() v1.SelfInterface

func (*FakeManagementV1) SharedSecrets

func (c *FakeManagementV1) SharedSecrets(namespace string) v1.SharedSecretInterface

func (*FakeManagementV1) SpaceConstraints

func (c *FakeManagementV1) SpaceConstraints() v1.SpaceConstraintInterface

func (*FakeManagementV1) SpaceInstances

func (c *FakeManagementV1) SpaceInstances(namespace string) v1.SpaceInstanceInterface

func (*FakeManagementV1) SpaceTemplates

func (c *FakeManagementV1) SpaceTemplates() v1.SpaceTemplateInterface

func (*FakeManagementV1) SubjectAccessReviews

func (c *FakeManagementV1) SubjectAccessReviews() v1.SubjectAccessReviewInterface

func (*FakeManagementV1) Tasks

func (c *FakeManagementV1) Tasks() v1.TaskInterface

func (*FakeManagementV1) Teams

func (c *FakeManagementV1) Teams() v1.TeamInterface

func (*FakeManagementV1) Users

func (c *FakeManagementV1) Users() v1.UserInterface

func (*FakeManagementV1) VirtualClusterInstances

func (c *FakeManagementV1) VirtualClusterInstances(namespace string) v1.VirtualClusterInstanceInterface

func (*FakeManagementV1) VirtualClusterTemplates

func (c *FakeManagementV1) VirtualClusterTemplates() v1.VirtualClusterTemplateInterface

type FakeOwnedAccessKeys

type FakeOwnedAccessKeys struct {
	Fake *FakeManagementV1
}

FakeOwnedAccessKeys implements OwnedAccessKeyInterface

func (*FakeOwnedAccessKeys) Create

func (c *FakeOwnedAccessKeys) Create(ctx context.Context, ownedAccessKey *v1.OwnedAccessKey, opts metav1.CreateOptions) (result *v1.OwnedAccessKey, err error)

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

func (*FakeOwnedAccessKeys) Delete

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

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

func (*FakeOwnedAccessKeys) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeOwnedAccessKeys) Get

func (c *FakeOwnedAccessKeys) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.OwnedAccessKey, err error)

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

func (*FakeOwnedAccessKeys) List

func (c *FakeOwnedAccessKeys) List(ctx context.Context, opts metav1.ListOptions) (result *v1.OwnedAccessKeyList, err error)

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

func (*FakeOwnedAccessKeys) Patch

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

Patch applies the patch and returns the patched ownedAccessKey.

func (*FakeOwnedAccessKeys) Update

func (c *FakeOwnedAccessKeys) Update(ctx context.Context, ownedAccessKey *v1.OwnedAccessKey, opts metav1.UpdateOptions) (result *v1.OwnedAccessKey, err error)

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

func (*FakeOwnedAccessKeys) UpdateStatus

func (c *FakeOwnedAccessKeys) UpdateStatus(ctx context.Context, ownedAccessKey *v1.OwnedAccessKey, opts metav1.UpdateOptions) (*v1.OwnedAccessKey, error)

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

func (*FakeOwnedAccessKeys) Watch

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

type FakePolicyViolations

type FakePolicyViolations struct {
	Fake *FakeManagementV1
}

FakePolicyViolations implements PolicyViolationInterface

func (*FakePolicyViolations) Create

func (c *FakePolicyViolations) Create(ctx context.Context, policyViolation *v1.PolicyViolation, opts metav1.CreateOptions) (result *v1.PolicyViolation, err error)

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

func (*FakePolicyViolations) Delete

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

func (*FakePolicyViolations) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePolicyViolations) Get

func (c *FakePolicyViolations) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.PolicyViolation, err error)

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

func (*FakePolicyViolations) List

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

func (*FakePolicyViolations) Patch

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

Patch applies the patch and returns the patched policyViolation.

func (*FakePolicyViolations) Update

func (c *FakePolicyViolations) Update(ctx context.Context, policyViolation *v1.PolicyViolation, opts metav1.UpdateOptions) (result *v1.PolicyViolation, err error)

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

func (*FakePolicyViolations) UpdateStatus

func (c *FakePolicyViolations) UpdateStatus(ctx context.Context, policyViolation *v1.PolicyViolation, opts metav1.UpdateOptions) (*v1.PolicyViolation, error)

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

func (*FakePolicyViolations) Watch

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

type FakeProjectSecrets

type FakeProjectSecrets struct {
	Fake *FakeManagementV1
	// contains filtered or unexported fields
}

FakeProjectSecrets implements ProjectSecretInterface

func (*FakeProjectSecrets) Create

func (c *FakeProjectSecrets) Create(ctx context.Context, projectSecret *v1.ProjectSecret, opts metav1.CreateOptions) (result *v1.ProjectSecret, err error)

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

func (*FakeProjectSecrets) Delete

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

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

func (*FakeProjectSecrets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeProjectSecrets) Get

func (c *FakeProjectSecrets) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.ProjectSecret, err error)

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

func (*FakeProjectSecrets) List

func (c *FakeProjectSecrets) List(ctx context.Context, opts metav1.ListOptions) (result *v1.ProjectSecretList, err error)

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

func (*FakeProjectSecrets) Patch

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

Patch applies the patch and returns the patched projectSecret.

func (*FakeProjectSecrets) Update

func (c *FakeProjectSecrets) Update(ctx context.Context, projectSecret *v1.ProjectSecret, opts metav1.UpdateOptions) (result *v1.ProjectSecret, err error)

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

func (*FakeProjectSecrets) Watch

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

type FakeProjects

type FakeProjects struct {
	Fake *FakeManagementV1
}

FakeProjects implements ProjectInterface

func (*FakeProjects) Create

func (c *FakeProjects) Create(ctx context.Context, project *v1.Project, opts metav1.CreateOptions) (result *v1.Project, err error)

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

func (*FakeProjects) Delete

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

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

func (*FakeProjects) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeProjects) Get

func (c *FakeProjects) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Project, err error)

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

func (*FakeProjects) ImportSpace

func (c *FakeProjects) ImportSpace(ctx context.Context, projectName string, projectImportSpace *v1.ProjectImportSpace, opts metav1.CreateOptions) (result *v1.ProjectImportSpace, err error)

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

func (*FakeProjects) ImportVirtualCluster

func (c *FakeProjects) ImportVirtualCluster(ctx context.Context, projectName string, projectImportVirtualCluster *v1.ProjectImportVirtualCluster, opts metav1.CreateOptions) (result *v1.ProjectImportVirtualCluster, err error)

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

func (*FakeProjects) List

func (c *FakeProjects) List(ctx context.Context, opts metav1.ListOptions) (result *v1.ProjectList, err error)

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

func (*FakeProjects) ListClusters

func (c *FakeProjects) ListClusters(ctx context.Context, projectName string, options metav1.GetOptions) (result *v1.ProjectClusters, err error)

ListClusters takes name of the project, and returns the corresponding projectClusters object, and an error if there is any.

func (*FakeProjects) ListMembers

func (c *FakeProjects) ListMembers(ctx context.Context, projectName string, options metav1.GetOptions) (result *v1.ProjectMembers, err error)

ListMembers takes name of the project, and returns the corresponding projectMembers object, and an error if there is any.

func (*FakeProjects) ListTemplates

func (c *FakeProjects) ListTemplates(ctx context.Context, projectName string, options metav1.GetOptions) (result *v1.ProjectTemplates, err error)

ListTemplates takes name of the project, and returns the corresponding projectTemplates object, and an error if there is any.

func (*FakeProjects) MigrateSpaceInstance

func (c *FakeProjects) MigrateSpaceInstance(ctx context.Context, projectName string, projectMigrateSpaceInstance *v1.ProjectMigrateSpaceInstance, opts metav1.CreateOptions) (result *v1.ProjectMigrateSpaceInstance, err error)

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

func (*FakeProjects) MigrateVirtualClusterInstance

func (c *FakeProjects) MigrateVirtualClusterInstance(ctx context.Context, projectName string, projectMigrateVirtualClusterInstance *v1.ProjectMigrateVirtualClusterInstance, opts metav1.CreateOptions) (result *v1.ProjectMigrateVirtualClusterInstance, err error)

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

func (*FakeProjects) Patch

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

Patch applies the patch and returns the patched project.

func (*FakeProjects) Update

func (c *FakeProjects) Update(ctx context.Context, project *v1.Project, opts metav1.UpdateOptions) (result *v1.Project, err error)

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

func (*FakeProjects) UpdateStatus

func (c *FakeProjects) UpdateStatus(ctx context.Context, project *v1.Project, opts metav1.UpdateOptions) (*v1.Project, error)

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

func (*FakeProjects) Watch

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

type FakeRedirectTokens

type FakeRedirectTokens struct {
	Fake *FakeManagementV1
}

FakeRedirectTokens implements RedirectTokenInterface

func (*FakeRedirectTokens) Create

func (c *FakeRedirectTokens) Create(ctx context.Context, redirectToken *v1.RedirectToken, opts metav1.CreateOptions) (result *v1.RedirectToken, err error)

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

func (*FakeRedirectTokens) Delete

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

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

func (*FakeRedirectTokens) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRedirectTokens) Get

func (c *FakeRedirectTokens) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.RedirectToken, err error)

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

func (*FakeRedirectTokens) List

func (c *FakeRedirectTokens) List(ctx context.Context, opts metav1.ListOptions) (result *v1.RedirectTokenList, err error)

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

func (*FakeRedirectTokens) Patch

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

Patch applies the patch and returns the patched redirectToken.

func (*FakeRedirectTokens) Update

func (c *FakeRedirectTokens) Update(ctx context.Context, redirectToken *v1.RedirectToken, opts metav1.UpdateOptions) (result *v1.RedirectToken, err error)

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

func (*FakeRedirectTokens) UpdateStatus

func (c *FakeRedirectTokens) UpdateStatus(ctx context.Context, redirectToken *v1.RedirectToken, opts metav1.UpdateOptions) (*v1.RedirectToken, error)

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

func (*FakeRedirectTokens) Watch

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

type FakeResetAccessKeys

type FakeResetAccessKeys struct {
	Fake *FakeManagementV1
}

FakeResetAccessKeys implements ResetAccessKeyInterface

func (*FakeResetAccessKeys) Create

func (c *FakeResetAccessKeys) Create(ctx context.Context, resetAccessKey *v1.ResetAccessKey, opts metav1.CreateOptions) (result *v1.ResetAccessKey, err error)

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

func (*FakeResetAccessKeys) Delete

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

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

func (*FakeResetAccessKeys) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeResetAccessKeys) Get

func (c *FakeResetAccessKeys) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.ResetAccessKey, err error)

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

func (*FakeResetAccessKeys) List

func (c *FakeResetAccessKeys) List(ctx context.Context, opts metav1.ListOptions) (result *v1.ResetAccessKeyList, err error)

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

func (*FakeResetAccessKeys) Patch

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

Patch applies the patch and returns the patched resetAccessKey.

func (*FakeResetAccessKeys) Update

func (c *FakeResetAccessKeys) Update(ctx context.Context, resetAccessKey *v1.ResetAccessKey, opts metav1.UpdateOptions) (result *v1.ResetAccessKey, err error)

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

func (*FakeResetAccessKeys) UpdateStatus

func (c *FakeResetAccessKeys) UpdateStatus(ctx context.Context, resetAccessKey *v1.ResetAccessKey, opts metav1.UpdateOptions) (*v1.ResetAccessKey, error)

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

func (*FakeResetAccessKeys) Watch

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

type FakeRunners

type FakeRunners struct {
	Fake *FakeManagementV1
}

FakeRunners implements RunnerInterface

func (*FakeRunners) Create

func (c *FakeRunners) Create(ctx context.Context, runner *v1.Runner, opts metav1.CreateOptions) (result *v1.Runner, err error)

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

func (*FakeRunners) Delete

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

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

func (*FakeRunners) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRunners) Get

func (c *FakeRunners) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Runner, err error)

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

func (*FakeRunners) GetAccessKey

func (c *FakeRunners) GetAccessKey(ctx context.Context, runnerName string, options metav1.GetOptions) (result *v1.RunnerAccessKey, err error)

GetAccessKey takes name of the runner, and returns the corresponding runnerAccessKey object, and an error if there is any.

func (*FakeRunners) GetConfig

func (c *FakeRunners) GetConfig(ctx context.Context, runnerName string, options metav1.GetOptions) (result *v1.RunnerConfig, err error)

GetConfig takes name of the runner, and returns the corresponding runnerConfig object, and an error if there is any.

func (*FakeRunners) List

func (c *FakeRunners) List(ctx context.Context, opts metav1.ListOptions) (result *v1.RunnerList, err error)

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

func (*FakeRunners) Patch

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

Patch applies the patch and returns the patched runner.

func (*FakeRunners) Update

func (c *FakeRunners) Update(ctx context.Context, runner *v1.Runner, opts metav1.UpdateOptions) (result *v1.Runner, err error)

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

func (*FakeRunners) UpdateStatus

func (c *FakeRunners) UpdateStatus(ctx context.Context, runner *v1.Runner, opts metav1.UpdateOptions) (*v1.Runner, error)

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

func (*FakeRunners) Watch

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

type FakeSelfSubjectAccessReviews

type FakeSelfSubjectAccessReviews struct {
	Fake *FakeManagementV1
}

FakeSelfSubjectAccessReviews implements SelfSubjectAccessReviewInterface

func (*FakeSelfSubjectAccessReviews) Create

func (c *FakeSelfSubjectAccessReviews) Create(ctx context.Context, selfSubjectAccessReview *v1.SelfSubjectAccessReview, opts metav1.CreateOptions) (result *v1.SelfSubjectAccessReview, err error)

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

func (*FakeSelfSubjectAccessReviews) Delete

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

func (*FakeSelfSubjectAccessReviews) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSelfSubjectAccessReviews) Get

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

func (*FakeSelfSubjectAccessReviews) List

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

func (*FakeSelfSubjectAccessReviews) Patch

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

Patch applies the patch and returns the patched selfSubjectAccessReview.

func (*FakeSelfSubjectAccessReviews) Update

func (c *FakeSelfSubjectAccessReviews) Update(ctx context.Context, selfSubjectAccessReview *v1.SelfSubjectAccessReview, opts metav1.UpdateOptions) (result *v1.SelfSubjectAccessReview, err error)

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

func (*FakeSelfSubjectAccessReviews) UpdateStatus

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

func (*FakeSelfSubjectAccessReviews) Watch

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

type FakeSelves

type FakeSelves struct {
	Fake *FakeManagementV1
}

FakeSelves implements SelfInterface

func (*FakeSelves) Create

func (c *FakeSelves) Create(ctx context.Context, self *v1.Self, opts metav1.CreateOptions) (result *v1.Self, err error)

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

func (*FakeSelves) Delete

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

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

func (*FakeSelves) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSelves) Get

func (c *FakeSelves) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Self, err error)

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

func (*FakeSelves) List

func (c *FakeSelves) List(ctx context.Context, opts metav1.ListOptions) (result *v1.SelfList, err error)

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

func (*FakeSelves) Patch

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

Patch applies the patch and returns the patched self.

func (*FakeSelves) Update

func (c *FakeSelves) Update(ctx context.Context, self *v1.Self, opts metav1.UpdateOptions) (result *v1.Self, err error)

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

func (*FakeSelves) UpdateStatus

func (c *FakeSelves) UpdateStatus(ctx context.Context, self *v1.Self, opts metav1.UpdateOptions) (*v1.Self, error)

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

func (*FakeSelves) Watch

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

type FakeSharedSecrets

type FakeSharedSecrets struct {
	Fake *FakeManagementV1
	// contains filtered or unexported fields
}

FakeSharedSecrets implements SharedSecretInterface

func (*FakeSharedSecrets) Create

func (c *FakeSharedSecrets) Create(ctx context.Context, sharedSecret *v1.SharedSecret, opts metav1.CreateOptions) (result *v1.SharedSecret, err error)

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

func (*FakeSharedSecrets) Delete

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

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

func (*FakeSharedSecrets) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSharedSecrets) Get

func (c *FakeSharedSecrets) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.SharedSecret, err error)

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

func (*FakeSharedSecrets) List

func (c *FakeSharedSecrets) List(ctx context.Context, opts metav1.ListOptions) (result *v1.SharedSecretList, err error)

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

func (*FakeSharedSecrets) Patch

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

Patch applies the patch and returns the patched sharedSecret.

func (*FakeSharedSecrets) Update

func (c *FakeSharedSecrets) Update(ctx context.Context, sharedSecret *v1.SharedSecret, opts metav1.UpdateOptions) (result *v1.SharedSecret, err error)

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

func (*FakeSharedSecrets) UpdateStatus

func (c *FakeSharedSecrets) UpdateStatus(ctx context.Context, sharedSecret *v1.SharedSecret, opts metav1.UpdateOptions) (*v1.SharedSecret, error)

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

func (*FakeSharedSecrets) Watch

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

type FakeSpaceConstraints

type FakeSpaceConstraints struct {
	Fake *FakeManagementV1
}

FakeSpaceConstraints implements SpaceConstraintInterface

func (*FakeSpaceConstraints) Create

func (c *FakeSpaceConstraints) Create(ctx context.Context, spaceConstraint *v1.SpaceConstraint, opts metav1.CreateOptions) (result *v1.SpaceConstraint, err error)

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

func (*FakeSpaceConstraints) Delete

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

func (*FakeSpaceConstraints) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSpaceConstraints) Get

func (c *FakeSpaceConstraints) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.SpaceConstraint, err error)

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

func (*FakeSpaceConstraints) List

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

func (*FakeSpaceConstraints) Patch

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

Patch applies the patch and returns the patched spaceConstraint.

func (*FakeSpaceConstraints) Update

func (c *FakeSpaceConstraints) Update(ctx context.Context, spaceConstraint *v1.SpaceConstraint, opts metav1.UpdateOptions) (result *v1.SpaceConstraint, err error)

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

func (*FakeSpaceConstraints) UpdateStatus

func (c *FakeSpaceConstraints) UpdateStatus(ctx context.Context, spaceConstraint *v1.SpaceConstraint, opts metav1.UpdateOptions) (*v1.SpaceConstraint, error)

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

func (*FakeSpaceConstraints) Watch

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

type FakeSpaceInstances

type FakeSpaceInstances struct {
	Fake *FakeManagementV1
	// contains filtered or unexported fields
}

FakeSpaceInstances implements SpaceInstanceInterface

func (*FakeSpaceInstances) Create

func (c *FakeSpaceInstances) Create(ctx context.Context, spaceInstance *v1.SpaceInstance, opts metav1.CreateOptions) (result *v1.SpaceInstance, err error)

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

func (*FakeSpaceInstances) Delete

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

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

func (*FakeSpaceInstances) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSpaceInstances) Get

func (c *FakeSpaceInstances) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.SpaceInstance, err error)

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

func (*FakeSpaceInstances) List

func (c *FakeSpaceInstances) List(ctx context.Context, opts metav1.ListOptions) (result *v1.SpaceInstanceList, err error)

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

func (*FakeSpaceInstances) Patch

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

Patch applies the patch and returns the patched spaceInstance.

func (*FakeSpaceInstances) Update

func (c *FakeSpaceInstances) Update(ctx context.Context, spaceInstance *v1.SpaceInstance, opts metav1.UpdateOptions) (result *v1.SpaceInstance, err error)

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

func (*FakeSpaceInstances) Watch

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

type FakeSpaceTemplates

type FakeSpaceTemplates struct {
	Fake *FakeManagementV1
}

FakeSpaceTemplates implements SpaceTemplateInterface

func (*FakeSpaceTemplates) Create

func (c *FakeSpaceTemplates) Create(ctx context.Context, spaceTemplate *v1.SpaceTemplate, opts metav1.CreateOptions) (result *v1.SpaceTemplate, err error)

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

func (*FakeSpaceTemplates) Delete

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

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

func (*FakeSpaceTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSpaceTemplates) Get

func (c *FakeSpaceTemplates) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.SpaceTemplate, err error)

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

func (*FakeSpaceTemplates) List

func (c *FakeSpaceTemplates) List(ctx context.Context, opts metav1.ListOptions) (result *v1.SpaceTemplateList, err error)

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

func (*FakeSpaceTemplates) Patch

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

Patch applies the patch and returns the patched spaceTemplate.

func (*FakeSpaceTemplates) Update

func (c *FakeSpaceTemplates) Update(ctx context.Context, spaceTemplate *v1.SpaceTemplate, opts metav1.UpdateOptions) (result *v1.SpaceTemplate, err error)

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

func (*FakeSpaceTemplates) UpdateStatus

func (c *FakeSpaceTemplates) UpdateStatus(ctx context.Context, spaceTemplate *v1.SpaceTemplate, opts metav1.UpdateOptions) (*v1.SpaceTemplate, error)

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

func (*FakeSpaceTemplates) Watch

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

type FakeSubjectAccessReviews

type FakeSubjectAccessReviews struct {
	Fake *FakeManagementV1
}

FakeSubjectAccessReviews implements SubjectAccessReviewInterface

func (*FakeSubjectAccessReviews) Create

func (c *FakeSubjectAccessReviews) Create(ctx context.Context, subjectAccessReview *v1.SubjectAccessReview, opts metav1.CreateOptions) (result *v1.SubjectAccessReview, err error)

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

func (*FakeSubjectAccessReviews) Delete

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

func (*FakeSubjectAccessReviews) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeSubjectAccessReviews) Get

func (c *FakeSubjectAccessReviews) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.SubjectAccessReview, err error)

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

func (*FakeSubjectAccessReviews) List

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

func (*FakeSubjectAccessReviews) Patch

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

Patch applies the patch and returns the patched subjectAccessReview.

func (*FakeSubjectAccessReviews) Update

func (c *FakeSubjectAccessReviews) Update(ctx context.Context, subjectAccessReview *v1.SubjectAccessReview, opts metav1.UpdateOptions) (result *v1.SubjectAccessReview, err error)

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

func (*FakeSubjectAccessReviews) UpdateStatus

func (c *FakeSubjectAccessReviews) UpdateStatus(ctx context.Context, subjectAccessReview *v1.SubjectAccessReview, opts metav1.UpdateOptions) (*v1.SubjectAccessReview, error)

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

func (*FakeSubjectAccessReviews) Watch

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

type FakeTasks

type FakeTasks struct {
	Fake *FakeManagementV1
}

FakeTasks implements TaskInterface

func (*FakeTasks) Create

func (c *FakeTasks) Create(ctx context.Context, task *v1.Task, opts metav1.CreateOptions) (result *v1.Task, err error)

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

func (*FakeTasks) Delete

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

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

func (*FakeTasks) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeTasks) Get

func (c *FakeTasks) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Task, err error)

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

func (*FakeTasks) List

func (c *FakeTasks) List(ctx context.Context, opts metav1.ListOptions) (result *v1.TaskList, err error)

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

func (*FakeTasks) Patch

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

Patch applies the patch and returns the patched task.

func (*FakeTasks) Update

func (c *FakeTasks) Update(ctx context.Context, task *v1.Task, opts metav1.UpdateOptions) (result *v1.Task, err error)

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

func (*FakeTasks) UpdateStatus

func (c *FakeTasks) UpdateStatus(ctx context.Context, task *v1.Task, opts metav1.UpdateOptions) (*v1.Task, error)

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

func (*FakeTasks) Watch

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

type FakeTeams

type FakeTeams struct {
	Fake *FakeManagementV1
}

FakeTeams implements TeamInterface

func (*FakeTeams) Create

func (c *FakeTeams) Create(ctx context.Context, team *v1.Team, opts metav1.CreateOptions) (result *v1.Team, err error)

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

func (*FakeTeams) Delete

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

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

func (*FakeTeams) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeTeams) Get

func (c *FakeTeams) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.Team, err error)

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

func (*FakeTeams) List

func (c *FakeTeams) List(ctx context.Context, opts metav1.ListOptions) (result *v1.TeamList, err error)

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

func (*FakeTeams) ListAccessKeys

func (c *FakeTeams) ListAccessKeys(ctx context.Context, teamName string, options metav1.GetOptions) (result *v1.TeamAccessKeys, err error)

ListAccessKeys takes name of the team, and returns the corresponding teamAccessKeys object, and an error if there is any.

func (*FakeTeams) ListClusters

func (c *FakeTeams) ListClusters(ctx context.Context, teamName string, options metav1.GetOptions) (result *v1.TeamClusters, err error)

ListClusters takes name of the team, and returns the corresponding teamClusters object, and an error if there is any.

func (*FakeTeams) Patch

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

Patch applies the patch and returns the patched team.

func (*FakeTeams) Update

func (c *FakeTeams) Update(ctx context.Context, team *v1.Team, opts metav1.UpdateOptions) (result *v1.Team, err error)

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

func (*FakeTeams) UpdateStatus

func (c *FakeTeams) UpdateStatus(ctx context.Context, team *v1.Team, opts metav1.UpdateOptions) (*v1.Team, error)

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

func (*FakeTeams) Watch

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

type FakeUsers

type FakeUsers struct {
	Fake *FakeManagementV1
}

FakeUsers implements UserInterface

func (*FakeUsers) Create

func (c *FakeUsers) Create(ctx context.Context, user *v1.User, opts metav1.CreateOptions) (result *v1.User, err error)

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

func (*FakeUsers) Delete

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

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

func (*FakeUsers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeUsers) Get

func (c *FakeUsers) Get(ctx context.Context, name string, options metav1.GetOptions) (result *v1.User, err error)

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

func (*FakeUsers) GetProfile

func (c *FakeUsers) GetProfile(ctx context.Context, userName string, options metav1.GetOptions) (result *v1.UserProfile, err error)

GetProfile takes name of the user, and returns the corresponding userProfile object, and an error if there is any.

func (*FakeUsers) List

func (c *FakeUsers) List(ctx context.Context, opts metav1.ListOptions) (result *v1.UserList, err error)

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

func (*FakeUsers) ListAccessKeys

func (c *FakeUsers) ListAccessKeys(ctx context.Context, userName string, options metav1.GetOptions) (result *v1.UserAccessKeys, err error)

ListAccessKeys takes name of the user, and returns the corresponding userAccessKeys object, and an error if there is any.

func (*FakeUsers) ListClusters

func (c *FakeUsers) ListClusters(ctx context.Context, userName string, options metav1.GetOptions) (result *v1.UserClusters, err error)

ListClusters takes name of the user, and returns the corresponding userClusters object, and an error if there is any.

func (*FakeUsers) Patch

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

Patch applies the patch and returns the patched user.

func (*FakeUsers) Update

func (c *FakeUsers) Update(ctx context.Context, user *v1.User, opts metav1.UpdateOptions) (result *v1.User, err error)

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

func (*FakeUsers) UpdateStatus

func (c *FakeUsers) UpdateStatus(ctx context.Context, user *v1.User, opts metav1.UpdateOptions) (*v1.User, error)

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

func (*FakeUsers) Watch

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

type FakeVirtualClusterInstances

type FakeVirtualClusterInstances struct {
	Fake *FakeManagementV1
	// contains filtered or unexported fields
}

FakeVirtualClusterInstances implements VirtualClusterInstanceInterface

func (*FakeVirtualClusterInstances) Create

func (c *FakeVirtualClusterInstances) Create(ctx context.Context, virtualClusterInstance *v1.VirtualClusterInstance, opts metav1.CreateOptions) (result *v1.VirtualClusterInstance, err error)

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

func (*FakeVirtualClusterInstances) CreateWorkloadKubeConfig

func (c *FakeVirtualClusterInstances) CreateWorkloadKubeConfig(ctx context.Context, virtualClusterInstanceName string, virtualClusterInstanceWorkloadKubeConfig *v1.VirtualClusterInstanceWorkloadKubeConfig, opts metav1.CreateOptions) (result *v1.VirtualClusterInstanceWorkloadKubeConfig, err error)

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

func (*FakeVirtualClusterInstances) Delete

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

func (*FakeVirtualClusterInstances) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeVirtualClusterInstances) Get

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

func (*FakeVirtualClusterInstances) GetKubeConfig

func (c *FakeVirtualClusterInstances) GetKubeConfig(ctx context.Context, virtualClusterInstanceName string, virtualClusterInstanceKubeConfig *v1.VirtualClusterInstanceKubeConfig, opts metav1.CreateOptions) (result *v1.VirtualClusterInstanceKubeConfig, err error)

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

func (*FakeVirtualClusterInstances) GetWorkloadKubeConfig

func (c *FakeVirtualClusterInstances) GetWorkloadKubeConfig(ctx context.Context, virtualClusterInstanceName string, options metav1.GetOptions) (result *v1.VirtualClusterInstanceWorkloadKubeConfig, err error)

GetWorkloadKubeConfig takes name of the virtualClusterInstance, and returns the corresponding virtualClusterInstanceWorkloadKubeConfig object, and an error if there is any.

func (*FakeVirtualClusterInstances) List

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

func (*FakeVirtualClusterInstances) Patch

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

Patch applies the patch and returns the patched virtualClusterInstance.

func (*FakeVirtualClusterInstances) Update

func (c *FakeVirtualClusterInstances) Update(ctx context.Context, virtualClusterInstance *v1.VirtualClusterInstance, opts metav1.UpdateOptions) (result *v1.VirtualClusterInstance, err error)

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

func (*FakeVirtualClusterInstances) Watch

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

type FakeVirtualClusterTemplates

type FakeVirtualClusterTemplates struct {
	Fake *FakeManagementV1
}

FakeVirtualClusterTemplates implements VirtualClusterTemplateInterface

func (*FakeVirtualClusterTemplates) Create

func (c *FakeVirtualClusterTemplates) Create(ctx context.Context, virtualClusterTemplate *v1.VirtualClusterTemplate, opts metav1.CreateOptions) (result *v1.VirtualClusterTemplate, err error)

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

func (*FakeVirtualClusterTemplates) Delete

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

func (*FakeVirtualClusterTemplates) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeVirtualClusterTemplates) Get

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

func (*FakeVirtualClusterTemplates) List

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

func (*FakeVirtualClusterTemplates) Patch

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

Patch applies the patch and returns the patched virtualClusterTemplate.

func (*FakeVirtualClusterTemplates) Update

func (c *FakeVirtualClusterTemplates) Update(ctx context.Context, virtualClusterTemplate *v1.VirtualClusterTemplate, opts metav1.UpdateOptions) (result *v1.VirtualClusterTemplate, err error)

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

func (*FakeVirtualClusterTemplates) UpdateStatus

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

func (*FakeVirtualClusterTemplates) Watch

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

Jump to

Keyboard shortcuts

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