fake

package
v1.3.1119 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2019 License: Apache-2.0 Imports: 9 Imported by: 5

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 FakeApps

type FakeApps struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeApps implements AppInterface

func (*FakeApps) Create

func (c *FakeApps) Create(app *jenkinsiov1.App) (result *jenkinsiov1.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(name string, options *v1.DeleteOptions) error

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

func (*FakeApps) DeleteCollection

func (c *FakeApps) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeApps) Get

func (c *FakeApps) Get(name string, options v1.GetOptions) (result *jenkinsiov1.App, err error)

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

func (*FakeApps) List

func (c *FakeApps) List(opts v1.ListOptions) (result *jenkinsiov1.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(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.App, err error)

Patch applies the patch and returns the patched app.

func (*FakeApps) PatchUpdate added in v1.3.1057

func (c *FakeApps) PatchUpdate(app *v1.App) (*v1.App, error)

PatchUpdate takes the representation of an app and updates using Patch generating a JSON patch to do so. Returns the server's representation of the app, and an error, if there is any.

func (*FakeApps) Update

func (c *FakeApps) Update(app *jenkinsiov1.App) (result *jenkinsiov1.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) Watch

func (c *FakeApps) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeBuildPacks

type FakeBuildPacks struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeBuildPacks implements BuildPackInterface

func (*FakeBuildPacks) Create

func (c *FakeBuildPacks) Create(buildPack *jenkinsiov1.BuildPack) (result *jenkinsiov1.BuildPack, err error)

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

func (*FakeBuildPacks) Delete

func (c *FakeBuildPacks) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeBuildPacks) DeleteCollection

func (c *FakeBuildPacks) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeBuildPacks) Get

func (c *FakeBuildPacks) Get(name string, options v1.GetOptions) (result *jenkinsiov1.BuildPack, err error)

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

func (*FakeBuildPacks) List

func (c *FakeBuildPacks) List(opts v1.ListOptions) (result *jenkinsiov1.BuildPackList, err error)

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

func (*FakeBuildPacks) Patch

func (c *FakeBuildPacks) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.BuildPack, err error)

Patch applies the patch and returns the patched buildPack.

func (*FakeBuildPacks) PatchUpdate added in v1.3.1057

func (c *FakeBuildPacks) PatchUpdate(buildPack *v1.BuildPack) (*v1.BuildPack, error)

PatchUpdate takes the representation of a buildPack and updates using Patch generating a JSON patch to do so. Returns the server's representation of the buildPack, and an error, if there is any.

func (*FakeBuildPacks) Update

func (c *FakeBuildPacks) Update(buildPack *jenkinsiov1.BuildPack) (result *jenkinsiov1.BuildPack, err error)

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

func (*FakeBuildPacks) Watch

func (c *FakeBuildPacks) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeCommitStatuses

type FakeCommitStatuses struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeCommitStatuses implements CommitStatusInterface

func (*FakeCommitStatuses) Create

func (c *FakeCommitStatuses) Create(commitStatus *jenkinsiov1.CommitStatus) (result *jenkinsiov1.CommitStatus, err error)

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

func (*FakeCommitStatuses) Delete

func (c *FakeCommitStatuses) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeCommitStatuses) DeleteCollection

func (c *FakeCommitStatuses) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeCommitStatuses) Get

func (c *FakeCommitStatuses) Get(name string, options v1.GetOptions) (result *jenkinsiov1.CommitStatus, err error)

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

func (*FakeCommitStatuses) List

func (c *FakeCommitStatuses) List(opts v1.ListOptions) (result *jenkinsiov1.CommitStatusList, err error)

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

func (*FakeCommitStatuses) Patch

func (c *FakeCommitStatuses) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.CommitStatus, err error)

Patch applies the patch and returns the patched commitStatus.

func (*FakeCommitStatuses) PatchUpdate added in v1.3.1057

func (c *FakeCommitStatuses) PatchUpdate(app *v1.CommitStatus) (*v1.CommitStatus, error)

PatchUpdate takes the representation of a commitStatus and updates using Patch generating a JSON patch to do so. Returns the server's representation of the commitStatus, and an error, if there is any

func (*FakeCommitStatuses) Update

func (c *FakeCommitStatuses) Update(commitStatus *jenkinsiov1.CommitStatus) (result *jenkinsiov1.CommitStatus, err error)

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

func (*FakeCommitStatuses) Watch

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

type FakeEnvironmentRoleBindings

type FakeEnvironmentRoleBindings struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeEnvironmentRoleBindings implements EnvironmentRoleBindingInterface

func (*FakeEnvironmentRoleBindings) Create

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

func (*FakeEnvironmentRoleBindings) Delete

func (c *FakeEnvironmentRoleBindings) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeEnvironmentRoleBindings) DeleteCollection

func (c *FakeEnvironmentRoleBindings) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEnvironmentRoleBindings) Get

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

func (*FakeEnvironmentRoleBindings) List

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

func (*FakeEnvironmentRoleBindings) Patch

func (c *FakeEnvironmentRoleBindings) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.EnvironmentRoleBinding, err error)

Patch applies the patch and returns the patched environmentRoleBinding.

func (*FakeEnvironmentRoleBindings) PatchUpdate added in v1.3.1057

PatchUpdate takes the representation of a environmentRoleBinding and updates using Patch generating a JSON patch to do so. Returns the server's representation of the environmentRoleBinding, and an error, if there is any.

func (*FakeEnvironmentRoleBindings) Update

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

func (*FakeEnvironmentRoleBindings) Watch

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

type FakeEnvironments

type FakeEnvironments struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeEnvironments implements EnvironmentInterface

func (*FakeEnvironments) Create

func (c *FakeEnvironments) Create(environment *jenkinsiov1.Environment) (result *jenkinsiov1.Environment, err error)

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

func (*FakeEnvironments) Delete

func (c *FakeEnvironments) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeEnvironments) DeleteCollection

func (c *FakeEnvironments) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeEnvironments) Get

func (c *FakeEnvironments) Get(name string, options v1.GetOptions) (result *jenkinsiov1.Environment, err error)

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

func (*FakeEnvironments) List

func (c *FakeEnvironments) List(opts v1.ListOptions) (result *jenkinsiov1.EnvironmentList, err error)

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

func (*FakeEnvironments) Patch

func (c *FakeEnvironments) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.Environment, err error)

Patch applies the patch and returns the patched environment.

func (*FakeEnvironments) PatchUpdate added in v1.3.1057

func (c *FakeEnvironments) PatchUpdate(app *v1.Environment) (*v1.Environment, error)

PatchUpdate takes the representation of an environment and updates using Patch generating a JSON patch to do so. Returns the server's representation of the environment, and an error, if there is any.

func (*FakeEnvironments) Update

func (c *FakeEnvironments) Update(environment *jenkinsiov1.Environment) (result *jenkinsiov1.Environment, err error)

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

func (*FakeEnvironments) Watch

func (c *FakeEnvironments) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeExtensions

type FakeExtensions struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeExtensions implements ExtensionInterface

func (*FakeExtensions) Create

func (c *FakeExtensions) Create(extension *jenkinsiov1.Extension) (result *jenkinsiov1.Extension, err error)

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

func (*FakeExtensions) Delete

func (c *FakeExtensions) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeExtensions) DeleteCollection

func (c *FakeExtensions) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeExtensions) Get

func (c *FakeExtensions) Get(name string, options v1.GetOptions) (result *jenkinsiov1.Extension, err error)

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

func (*FakeExtensions) List

func (c *FakeExtensions) List(opts v1.ListOptions) (result *jenkinsiov1.ExtensionList, err error)

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

func (*FakeExtensions) Patch

func (c *FakeExtensions) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.Extension, err error)

Patch applies the patch and returns the patched extension.

func (*FakeExtensions) PatchUpdate added in v1.3.1057

func (c *FakeExtensions) PatchUpdate(app *v1.Extension) (*v1.Extension, error)

PatchUpdate takes the representation of an extension and updates using Patch generating a JSON patch to do so. Returns the server's representation of the extension, and an error, if there is any.

func (*FakeExtensions) Update

func (c *FakeExtensions) Update(extension *jenkinsiov1.Extension) (result *jenkinsiov1.Extension, err error)

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

func (*FakeExtensions) Watch

func (c *FakeExtensions) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeFacts added in v1.3.886

type FakeFacts struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeFacts implements FactInterface

func (*FakeFacts) Create added in v1.3.886

func (c *FakeFacts) Create(fact *jenkinsiov1.Fact) (result *jenkinsiov1.Fact, err error)

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

func (*FakeFacts) Delete added in v1.3.886

func (c *FakeFacts) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeFacts) DeleteCollection added in v1.3.886

func (c *FakeFacts) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeFacts) Get added in v1.3.886

func (c *FakeFacts) Get(name string, options v1.GetOptions) (result *jenkinsiov1.Fact, err error)

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

func (*FakeFacts) List added in v1.3.886

func (c *FakeFacts) List(opts v1.ListOptions) (result *jenkinsiov1.FactList, err error)

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

func (*FakeFacts) Patch added in v1.3.886

func (c *FakeFacts) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.Fact, err error)

Patch applies the patch and returns the patched fact.

func (*FakeFacts) PatchUpdate added in v1.3.1057

func (c *FakeFacts) PatchUpdate(app *v1.Fact) (*v1.Fact, error)

PatchUpdate takes the representation of a fact and updates using Patch generating a JSON patch to do so. Returns the server's representation of the fact, and an error, if there is any.

func (*FakeFacts) Update added in v1.3.886

func (c *FakeFacts) Update(fact *jenkinsiov1.Fact) (result *jenkinsiov1.Fact, err error)

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

func (*FakeFacts) Watch added in v1.3.886

func (c *FakeFacts) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeGitServices

type FakeGitServices struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeGitServices implements GitServiceInterface

func (*FakeGitServices) Create

func (c *FakeGitServices) Create(gitService *jenkinsiov1.GitService) (result *jenkinsiov1.GitService, err error)

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

func (*FakeGitServices) Delete

func (c *FakeGitServices) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeGitServices) DeleteCollection

func (c *FakeGitServices) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeGitServices) Get

func (c *FakeGitServices) Get(name string, options v1.GetOptions) (result *jenkinsiov1.GitService, err error)

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

func (*FakeGitServices) List

func (c *FakeGitServices) List(opts v1.ListOptions) (result *jenkinsiov1.GitServiceList, err error)

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

func (*FakeGitServices) Patch

func (c *FakeGitServices) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.GitService, err error)

Patch applies the patch and returns the patched gitService.

func (*FakeGitServices) PatchUpdate added in v1.3.1057

func (c *FakeGitServices) PatchUpdate(app *v1.GitService) (*v1.GitService, error)

PatchUpdate takes the representation of a gitService and updates using Patch generating a JSON patch to do so. Returns the server's representation of the gitService, and an error, if there is any.

func (*FakeGitServices) Update

func (c *FakeGitServices) Update(gitService *jenkinsiov1.GitService) (result *jenkinsiov1.GitService, err error)

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

func (*FakeGitServices) Watch

func (c *FakeGitServices) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeJenkinsV1

type FakeJenkinsV1 struct {
	*testing.Fake
}

func (*FakeJenkinsV1) Apps

func (c *FakeJenkinsV1) Apps(namespace string) v1.AppInterface

func (*FakeJenkinsV1) BuildPacks

func (c *FakeJenkinsV1) BuildPacks(namespace string) v1.BuildPackInterface

func (*FakeJenkinsV1) CommitStatuses

func (c *FakeJenkinsV1) CommitStatuses(namespace string) v1.CommitStatusInterface

func (*FakeJenkinsV1) EnvironmentRoleBindings

func (c *FakeJenkinsV1) EnvironmentRoleBindings(namespace string) v1.EnvironmentRoleBindingInterface

func (*FakeJenkinsV1) Environments

func (c *FakeJenkinsV1) Environments(namespace string) v1.EnvironmentInterface

func (*FakeJenkinsV1) Extensions

func (c *FakeJenkinsV1) Extensions(namespace string) v1.ExtensionInterface

func (*FakeJenkinsV1) Facts added in v1.3.886

func (c *FakeJenkinsV1) Facts(namespace string) v1.FactInterface

func (*FakeJenkinsV1) GitServices

func (c *FakeJenkinsV1) GitServices(namespace string) v1.GitServiceInterface

func (*FakeJenkinsV1) PipelineActivities

func (c *FakeJenkinsV1) PipelineActivities(namespace string) v1.PipelineActivityInterface

func (*FakeJenkinsV1) PipelineStructures added in v1.3.896

func (c *FakeJenkinsV1) PipelineStructures(namespace string) v1.PipelineStructureInterface

func (*FakeJenkinsV1) Plugins

func (c *FakeJenkinsV1) Plugins(namespace string) v1.PluginInterface

func (*FakeJenkinsV1) RESTClient

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

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

func (*FakeJenkinsV1) Releases

func (c *FakeJenkinsV1) Releases(namespace string) v1.ReleaseInterface

func (*FakeJenkinsV1) SourceRepositories

func (c *FakeJenkinsV1) SourceRepositories(namespace string) v1.SourceRepositoryInterface

func (*FakeJenkinsV1) Teams

func (c *FakeJenkinsV1) Teams(namespace string) v1.TeamInterface

func (*FakeJenkinsV1) Users

func (c *FakeJenkinsV1) Users(namespace string) v1.UserInterface

func (*FakeJenkinsV1) Workflows

func (c *FakeJenkinsV1) Workflows(namespace string) v1.WorkflowInterface

type FakePipelineActivities

type FakePipelineActivities struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakePipelineActivities implements PipelineActivityInterface

func (*FakePipelineActivities) Create

func (c *FakePipelineActivities) Create(pipelineActivity *jenkinsiov1.PipelineActivity) (result *jenkinsiov1.PipelineActivity, err error)

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

func (*FakePipelineActivities) Delete

func (c *FakePipelineActivities) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakePipelineActivities) DeleteCollection

func (c *FakePipelineActivities) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePipelineActivities) Get

func (c *FakePipelineActivities) Get(name string, options v1.GetOptions) (result *jenkinsiov1.PipelineActivity, err error)

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

func (*FakePipelineActivities) List

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

func (*FakePipelineActivities) Patch

func (c *FakePipelineActivities) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.PipelineActivity, err error)

Patch applies the patch and returns the patched pipelineActivity.

func (*FakePipelineActivities) PatchUpdate added in v1.3.1057

func (c *FakePipelineActivities) PatchUpdate(activity *v1.PipelineActivity) (*v1.PipelineActivity, error)

PatchUpdate takes the representation of a pipelineActivity and updates using Patch generating a JSON patch to do so. Returns the server's representation of the pipelineActivity, and an error, if there is any.

func (*FakePipelineActivities) Update

func (c *FakePipelineActivities) Update(pipelineActivity *jenkinsiov1.PipelineActivity) (result *jenkinsiov1.PipelineActivity, err error)

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

func (*FakePipelineActivities) Watch

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

type FakePipelineStructures added in v1.3.896

type FakePipelineStructures struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakePipelineStructures implements PipelineStructureInterface

func (*FakePipelineStructures) Create added in v1.3.896

func (c *FakePipelineStructures) Create(pipelineStructure *jenkinsiov1.PipelineStructure) (result *jenkinsiov1.PipelineStructure, err error)

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

func (*FakePipelineStructures) Delete added in v1.3.896

func (c *FakePipelineStructures) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakePipelineStructures) DeleteCollection added in v1.3.896

func (c *FakePipelineStructures) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePipelineStructures) Get added in v1.3.896

func (c *FakePipelineStructures) Get(name string, options v1.GetOptions) (result *jenkinsiov1.PipelineStructure, err error)

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

func (*FakePipelineStructures) List added in v1.3.896

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

func (*FakePipelineStructures) Patch added in v1.3.896

func (c *FakePipelineStructures) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.PipelineStructure, err error)

Patch applies the patch and returns the patched pipelineStructure.

func (*FakePipelineStructures) PatchUpdate added in v1.3.1057

PatchUpdate takes the representation of a pipelineStructure and updates using Patch generating a JSON patch to do so. Returns the server's representation of the pipelineStructure, and an error, if there is any.

func (*FakePipelineStructures) Update added in v1.3.896

func (c *FakePipelineStructures) Update(pipelineStructure *jenkinsiov1.PipelineStructure) (result *jenkinsiov1.PipelineStructure, err error)

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

func (*FakePipelineStructures) Watch added in v1.3.896

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

type FakePlugins

type FakePlugins struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakePlugins implements PluginInterface

func (*FakePlugins) Create

func (c *FakePlugins) Create(plugin *jenkinsiov1.Plugin) (result *jenkinsiov1.Plugin, err error)

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

func (*FakePlugins) Delete

func (c *FakePlugins) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakePlugins) DeleteCollection

func (c *FakePlugins) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakePlugins) Get

func (c *FakePlugins) Get(name string, options v1.GetOptions) (result *jenkinsiov1.Plugin, err error)

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

func (*FakePlugins) List

func (c *FakePlugins) List(opts v1.ListOptions) (result *jenkinsiov1.PluginList, err error)

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

func (*FakePlugins) Patch

func (c *FakePlugins) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.Plugin, err error)

Patch applies the patch and returns the patched plugin.

func (*FakePlugins) PatchUpdate added in v1.3.1057

func (c *FakePlugins) PatchUpdate(app *v1.Plugin) (*v1.Plugin, error)

PatchUpdate takes the representation of a plugin and updates using Patch generating a JSON patch to do so. Returns the server's representation of the plugin, and an error, if there is any.

func (*FakePlugins) Update

func (c *FakePlugins) Update(plugin *jenkinsiov1.Plugin) (result *jenkinsiov1.Plugin, err error)

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

func (*FakePlugins) Watch

func (c *FakePlugins) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeReleases

type FakeReleases struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeReleases implements ReleaseInterface

func (*FakeReleases) Create

func (c *FakeReleases) Create(release *jenkinsiov1.Release) (result *jenkinsiov1.Release, err error)

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

func (*FakeReleases) Delete

func (c *FakeReleases) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeReleases) DeleteCollection

func (c *FakeReleases) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeReleases) Get

func (c *FakeReleases) Get(name string, options v1.GetOptions) (result *jenkinsiov1.Release, err error)

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

func (*FakeReleases) List

func (c *FakeReleases) List(opts v1.ListOptions) (result *jenkinsiov1.ReleaseList, err error)

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

func (*FakeReleases) Patch

func (c *FakeReleases) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.Release, err error)

Patch applies the patch and returns the patched release.

func (*FakeReleases) PatchUpdate added in v1.3.1057

func (c *FakeReleases) PatchUpdate(app *v1.Release) (*v1.Release, error)

PatchUpdate takes the representation of a release and updates using Patch generating a JSON patch to do so. Returns the server's representation of the release, and an error, if there is any.

func (*FakeReleases) Update

func (c *FakeReleases) Update(release *jenkinsiov1.Release) (result *jenkinsiov1.Release, err error)

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

func (*FakeReleases) Watch

func (c *FakeReleases) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeSourceRepositories

type FakeSourceRepositories struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeSourceRepositories implements SourceRepositoryInterface

func (*FakeSourceRepositories) Create

func (c *FakeSourceRepositories) Create(sourceRepository *jenkinsiov1.SourceRepository) (result *jenkinsiov1.SourceRepository, err error)

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

func (*FakeSourceRepositories) Delete

func (c *FakeSourceRepositories) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeSourceRepositories) DeleteCollection

func (c *FakeSourceRepositories) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeSourceRepositories) Get

func (c *FakeSourceRepositories) Get(name string, options v1.GetOptions) (result *jenkinsiov1.SourceRepository, err error)

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

func (*FakeSourceRepositories) List

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

func (*FakeSourceRepositories) Patch

func (c *FakeSourceRepositories) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.SourceRepository, err error)

Patch applies the patch and returns the patched sourceRepository.

func (*FakeSourceRepositories) PatchUpdate added in v1.3.1057

PatchUpdate takes the representation of a sourceRepository and updates using Patch generating a JSON patch to do so. Returns the server's representation of the sourceRepository, and an error, if there is any.

func (*FakeSourceRepositories) Update

func (c *FakeSourceRepositories) Update(sourceRepository *jenkinsiov1.SourceRepository) (result *jenkinsiov1.SourceRepository, err error)

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

func (*FakeSourceRepositories) Watch

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

type FakeTeams

type FakeTeams struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeTeams implements TeamInterface

func (*FakeTeams) Create

func (c *FakeTeams) Create(team *jenkinsiov1.Team) (result *jenkinsiov1.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(name string, options *v1.DeleteOptions) error

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

func (*FakeTeams) DeleteCollection

func (c *FakeTeams) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeTeams) Get

func (c *FakeTeams) Get(name string, options v1.GetOptions) (result *jenkinsiov1.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(opts v1.ListOptions) (result *jenkinsiov1.TeamList, err error)

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

func (*FakeTeams) Patch

func (c *FakeTeams) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.Team, err error)

Patch applies the patch and returns the patched team.

func (*FakeTeams) PatchUpdate added in v1.3.1057

func (c *FakeTeams) PatchUpdate(app *v1.Team) (*v1.Team, error)

PatchUpdate takes the representation of a team and updates using Patch generating a JSON patch to do so. Returns the server's representation of the team, and an error, if there is any.

func (*FakeTeams) Update

func (c *FakeTeams) Update(team *jenkinsiov1.Team) (result *jenkinsiov1.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) Watch

func (c *FakeTeams) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeUsers

type FakeUsers struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeUsers implements UserInterface

func (*FakeUsers) Create

func (c *FakeUsers) Create(user *jenkinsiov1.User) (result *jenkinsiov1.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(name string, options *v1.DeleteOptions) error

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

func (*FakeUsers) DeleteCollection

func (c *FakeUsers) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeUsers) Get

func (c *FakeUsers) Get(name string, options v1.GetOptions) (result *jenkinsiov1.User, err error)

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

func (*FakeUsers) List

func (c *FakeUsers) List(opts v1.ListOptions) (result *jenkinsiov1.UserList, err error)

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

func (*FakeUsers) Patch

func (c *FakeUsers) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.User, err error)

Patch applies the patch and returns the patched user.

func (*FakeUsers) PatchUpdate added in v1.3.1057

func (c *FakeUsers) PatchUpdate(app *v1.User) (*v1.User, error)

PatchUpdate takes the representation of a user and updates using Patch generating a JSON patch to do so. Returns the server's representation of the user, and an error, if there is any.

func (*FakeUsers) Update

func (c *FakeUsers) Update(user *jenkinsiov1.User) (result *jenkinsiov1.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) Watch

func (c *FakeUsers) Watch(opts v1.ListOptions) (watch.Interface, error)

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

type FakeWorkflows

type FakeWorkflows struct {
	Fake *FakeJenkinsV1
	// contains filtered or unexported fields
}

FakeWorkflows implements WorkflowInterface

func (*FakeWorkflows) Create

func (c *FakeWorkflows) Create(workflow *jenkinsiov1.Workflow) (result *jenkinsiov1.Workflow, err error)

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

func (*FakeWorkflows) Delete

func (c *FakeWorkflows) Delete(name string, options *v1.DeleteOptions) error

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

func (*FakeWorkflows) DeleteCollection

func (c *FakeWorkflows) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error

DeleteCollection deletes a collection of objects.

func (*FakeWorkflows) Get

func (c *FakeWorkflows) Get(name string, options v1.GetOptions) (result *jenkinsiov1.Workflow, err error)

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

func (*FakeWorkflows) List

func (c *FakeWorkflows) List(opts v1.ListOptions) (result *jenkinsiov1.WorkflowList, err error)

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

func (*FakeWorkflows) Patch

func (c *FakeWorkflows) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *jenkinsiov1.Workflow, err error)

Patch applies the patch and returns the patched workflow.

func (*FakeWorkflows) PatchUpdate added in v1.3.1057

func (c *FakeWorkflows) PatchUpdate(app *v1.Workflow) (*v1.Workflow, error)

PatchUpdate takes the representation of a workflow and updates using Patch generating a JSON patch to do so. Returns the server's representation of the workflow, and an error, if there is any.

func (*FakeWorkflows) Update

func (c *FakeWorkflows) Update(workflow *jenkinsiov1.Workflow) (result *jenkinsiov1.Workflow, err error)

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

func (*FakeWorkflows) Watch

func (c *FakeWorkflows) Watch(opts v1.ListOptions) (watch.Interface, error)

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

Jump to

Keyboard shortcuts

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