fake

package
v1.10.1 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2024 License: Apache-2.0 Imports: 12 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 FakeFabricCAs

type FakeFabricCAs struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricCAs implements FabricCAInterface

func (*FakeFabricCAs) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricCA.

func (*FakeFabricCAs) ApplyStatus added in v1.9.0

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

func (*FakeFabricCAs) Create

func (c *FakeFabricCAs) Create(ctx context.Context, fabricCA *v1alpha1.FabricCA, opts v1.CreateOptions) (result *v1alpha1.FabricCA, err error)

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

func (*FakeFabricCAs) Delete

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

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

func (*FakeFabricCAs) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricCAs) Get

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

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

func (*FakeFabricCAs) List

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

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

func (*FakeFabricCAs) Patch

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

Patch applies the patch and returns the patched fabricCA.

func (*FakeFabricCAs) Update

func (c *FakeFabricCAs) Update(ctx context.Context, fabricCA *v1alpha1.FabricCA, opts v1.UpdateOptions) (result *v1alpha1.FabricCA, err error)

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

func (*FakeFabricCAs) UpdateStatus

func (c *FakeFabricCAs) UpdateStatus(ctx context.Context, fabricCA *v1alpha1.FabricCA, opts v1.UpdateOptions) (*v1alpha1.FabricCA, error)

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

func (*FakeFabricCAs) Watch

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

type FakeFabricChaincodeTemplates added in v1.10.0

type FakeFabricChaincodeTemplates struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricChaincodeTemplates implements FabricChaincodeTemplateInterface

func (*FakeFabricChaincodeTemplates) Apply added in v1.10.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricChaincodeTemplate.

func (*FakeFabricChaincodeTemplates) ApplyStatus added in v1.10.0

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

func (*FakeFabricChaincodeTemplates) Create added in v1.10.0

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

func (*FakeFabricChaincodeTemplates) Delete added in v1.10.0

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

func (*FakeFabricChaincodeTemplates) DeleteCollection added in v1.10.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricChaincodeTemplates) Get added in v1.10.0

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

func (*FakeFabricChaincodeTemplates) List added in v1.10.0

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

func (*FakeFabricChaincodeTemplates) Patch added in v1.10.0

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

Patch applies the patch and returns the patched fabricChaincodeTemplate.

func (*FakeFabricChaincodeTemplates) Update added in v1.10.0

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

func (*FakeFabricChaincodeTemplates) UpdateStatus added in v1.10.0

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

func (*FakeFabricChaincodeTemplates) Watch added in v1.10.0

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

type FakeFabricChaincodes added in v1.6.0

type FakeFabricChaincodes struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricChaincodes implements FabricChaincodeInterface

func (*FakeFabricChaincodes) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricChaincode.

func (*FakeFabricChaincodes) ApplyStatus added in v1.9.0

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

func (*FakeFabricChaincodes) Create added in v1.6.0

func (c *FakeFabricChaincodes) Create(ctx context.Context, fabricChaincode *v1alpha1.FabricChaincode, opts v1.CreateOptions) (result *v1alpha1.FabricChaincode, err error)

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

func (*FakeFabricChaincodes) Delete added in v1.6.0

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

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

func (*FakeFabricChaincodes) DeleteCollection added in v1.6.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricChaincodes) Get added in v1.6.0

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

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

func (*FakeFabricChaincodes) List added in v1.6.0

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

func (*FakeFabricChaincodes) Patch added in v1.6.0

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

Patch applies the patch and returns the patched fabricChaincode.

func (*FakeFabricChaincodes) Update added in v1.6.0

func (c *FakeFabricChaincodes) Update(ctx context.Context, fabricChaincode *v1alpha1.FabricChaincode, opts v1.UpdateOptions) (result *v1alpha1.FabricChaincode, err error)

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

func (*FakeFabricChaincodes) UpdateStatus added in v1.6.0

func (c *FakeFabricChaincodes) UpdateStatus(ctx context.Context, fabricChaincode *v1alpha1.FabricChaincode, opts v1.UpdateOptions) (*v1alpha1.FabricChaincode, error)

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

func (*FakeFabricChaincodes) Watch added in v1.6.0

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

type FakeFabricExplorers added in v1.5.0

type FakeFabricExplorers struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricExplorers implements FabricExplorerInterface

func (*FakeFabricExplorers) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricExplorer.

func (*FakeFabricExplorers) ApplyStatus added in v1.9.0

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

func (*FakeFabricExplorers) Create added in v1.5.0

func (c *FakeFabricExplorers) Create(ctx context.Context, fabricExplorer *v1alpha1.FabricExplorer, opts v1.CreateOptions) (result *v1alpha1.FabricExplorer, err error)

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

func (*FakeFabricExplorers) Delete added in v1.5.0

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

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

func (*FakeFabricExplorers) DeleteCollection added in v1.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricExplorers) Get added in v1.5.0

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

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

func (*FakeFabricExplorers) List added in v1.5.0

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

func (*FakeFabricExplorers) Patch added in v1.5.0

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

Patch applies the patch and returns the patched fabricExplorer.

func (*FakeFabricExplorers) Update added in v1.5.0

func (c *FakeFabricExplorers) Update(ctx context.Context, fabricExplorer *v1alpha1.FabricExplorer, opts v1.UpdateOptions) (result *v1alpha1.FabricExplorer, err error)

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

func (*FakeFabricExplorers) UpdateStatus added in v1.5.0

func (c *FakeFabricExplorers) UpdateStatus(ctx context.Context, fabricExplorer *v1alpha1.FabricExplorer, opts v1.UpdateOptions) (*v1alpha1.FabricExplorer, error)

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

func (*FakeFabricExplorers) Watch added in v1.5.0

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

type FakeFabricFollowerChannels added in v1.8.0

type FakeFabricFollowerChannels struct {
	Fake *FakeHlfV1alpha1
}

FakeFabricFollowerChannels implements FabricFollowerChannelInterface

func (*FakeFabricFollowerChannels) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricFollowerChannel.

func (*FakeFabricFollowerChannels) ApplyStatus added in v1.9.0

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

func (*FakeFabricFollowerChannels) Create added in v1.8.0

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

func (*FakeFabricFollowerChannels) Delete added in v1.8.0

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

func (*FakeFabricFollowerChannels) DeleteCollection added in v1.8.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricFollowerChannels) Get added in v1.8.0

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

func (*FakeFabricFollowerChannels) List added in v1.8.0

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

func (*FakeFabricFollowerChannels) Patch added in v1.8.0

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

Patch applies the patch and returns the patched fabricFollowerChannel.

func (*FakeFabricFollowerChannels) Update added in v1.8.0

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

func (*FakeFabricFollowerChannels) UpdateStatus added in v1.8.0

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

func (*FakeFabricFollowerChannels) Watch added in v1.8.0

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

type FakeFabricIdentities added in v1.9.0

type FakeFabricIdentities struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricIdentities implements FabricIdentityInterface

func (*FakeFabricIdentities) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricIdentity.

func (*FakeFabricIdentities) ApplyStatus added in v1.9.0

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

func (*FakeFabricIdentities) Create added in v1.9.0

func (c *FakeFabricIdentities) Create(ctx context.Context, fabricIdentity *v1alpha1.FabricIdentity, opts v1.CreateOptions) (result *v1alpha1.FabricIdentity, err error)

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

func (*FakeFabricIdentities) Delete added in v1.9.0

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

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

func (*FakeFabricIdentities) DeleteCollection added in v1.9.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricIdentities) Get added in v1.9.0

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

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

func (*FakeFabricIdentities) List added in v1.9.0

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

func (*FakeFabricIdentities) Patch added in v1.9.0

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

Patch applies the patch and returns the patched fabricIdentity.

func (*FakeFabricIdentities) Update added in v1.9.0

func (c *FakeFabricIdentities) Update(ctx context.Context, fabricIdentity *v1alpha1.FabricIdentity, opts v1.UpdateOptions) (result *v1alpha1.FabricIdentity, err error)

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

func (*FakeFabricIdentities) UpdateStatus added in v1.9.0

func (c *FakeFabricIdentities) UpdateStatus(ctx context.Context, fabricIdentity *v1alpha1.FabricIdentity, opts v1.UpdateOptions) (*v1alpha1.FabricIdentity, error)

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

func (*FakeFabricIdentities) Watch added in v1.9.0

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

type FakeFabricMainChannels added in v1.8.0

type FakeFabricMainChannels struct {
	Fake *FakeHlfV1alpha1
}

FakeFabricMainChannels implements FabricMainChannelInterface

func (*FakeFabricMainChannels) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricMainChannel.

func (*FakeFabricMainChannels) ApplyStatus added in v1.9.0

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

func (*FakeFabricMainChannels) Create added in v1.8.0

func (c *FakeFabricMainChannels) Create(ctx context.Context, fabricMainChannel *v1alpha1.FabricMainChannel, opts v1.CreateOptions) (result *v1alpha1.FabricMainChannel, err error)

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

func (*FakeFabricMainChannels) Delete added in v1.8.0

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

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

func (*FakeFabricMainChannels) DeleteCollection added in v1.8.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricMainChannels) Get added in v1.8.0

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

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

func (*FakeFabricMainChannels) List added in v1.8.0

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

func (*FakeFabricMainChannels) Patch added in v1.8.0

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

Patch applies the patch and returns the patched fabricMainChannel.

func (*FakeFabricMainChannels) Update added in v1.8.0

func (c *FakeFabricMainChannels) Update(ctx context.Context, fabricMainChannel *v1alpha1.FabricMainChannel, opts v1.UpdateOptions) (result *v1alpha1.FabricMainChannel, err error)

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

func (*FakeFabricMainChannels) UpdateStatus added in v1.8.0

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

func (*FakeFabricMainChannels) Watch added in v1.8.0

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

type FakeFabricNetworkConfigs added in v1.5.0

type FakeFabricNetworkConfigs struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricNetworkConfigs implements FabricNetworkConfigInterface

func (*FakeFabricNetworkConfigs) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricNetworkConfig.

func (*FakeFabricNetworkConfigs) ApplyStatus added in v1.9.0

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

func (*FakeFabricNetworkConfigs) Create added in v1.5.0

func (c *FakeFabricNetworkConfigs) Create(ctx context.Context, fabricNetworkConfig *v1alpha1.FabricNetworkConfig, opts v1.CreateOptions) (result *v1alpha1.FabricNetworkConfig, err error)

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

func (*FakeFabricNetworkConfigs) Delete added in v1.5.0

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

func (*FakeFabricNetworkConfigs) DeleteCollection added in v1.5.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricNetworkConfigs) Get added in v1.5.0

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

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

func (*FakeFabricNetworkConfigs) List added in v1.5.0

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

func (*FakeFabricNetworkConfigs) Patch added in v1.5.0

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

Patch applies the patch and returns the patched fabricNetworkConfig.

func (*FakeFabricNetworkConfigs) Update added in v1.5.0

func (c *FakeFabricNetworkConfigs) Update(ctx context.Context, fabricNetworkConfig *v1alpha1.FabricNetworkConfig, opts v1.UpdateOptions) (result *v1alpha1.FabricNetworkConfig, err error)

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

func (*FakeFabricNetworkConfigs) UpdateStatus added in v1.5.0

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

func (*FakeFabricNetworkConfigs) Watch added in v1.5.0

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

type FakeFabricOperationsConsoles added in v1.7.0

type FakeFabricOperationsConsoles struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricOperationsConsoles implements FabricOperationsConsoleInterface

func (*FakeFabricOperationsConsoles) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricOperationsConsole.

func (*FakeFabricOperationsConsoles) ApplyStatus added in v1.9.0

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

func (*FakeFabricOperationsConsoles) Create added in v1.7.0

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

func (*FakeFabricOperationsConsoles) Delete added in v1.7.0

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

func (*FakeFabricOperationsConsoles) DeleteCollection added in v1.7.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricOperationsConsoles) Get added in v1.7.0

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

func (*FakeFabricOperationsConsoles) List added in v1.7.0

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

func (*FakeFabricOperationsConsoles) Patch added in v1.7.0

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

Patch applies the patch and returns the patched fabricOperationsConsole.

func (*FakeFabricOperationsConsoles) Update added in v1.7.0

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

func (*FakeFabricOperationsConsoles) UpdateStatus added in v1.7.0

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

func (*FakeFabricOperationsConsoles) Watch added in v1.7.0

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

type FakeFabricOperatorAPIs added in v1.7.0

type FakeFabricOperatorAPIs struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricOperatorAPIs implements FabricOperatorAPIInterface

func (*FakeFabricOperatorAPIs) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricOperatorAPI.

func (*FakeFabricOperatorAPIs) ApplyStatus added in v1.9.0

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

func (*FakeFabricOperatorAPIs) Create added in v1.7.0

func (c *FakeFabricOperatorAPIs) Create(ctx context.Context, fabricOperatorAPI *v1alpha1.FabricOperatorAPI, opts v1.CreateOptions) (result *v1alpha1.FabricOperatorAPI, err error)

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

func (*FakeFabricOperatorAPIs) Delete added in v1.7.0

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

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

func (*FakeFabricOperatorAPIs) DeleteCollection added in v1.7.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricOperatorAPIs) Get added in v1.7.0

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

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

func (*FakeFabricOperatorAPIs) List added in v1.7.0

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

func (*FakeFabricOperatorAPIs) Patch added in v1.7.0

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

Patch applies the patch and returns the patched fabricOperatorAPI.

func (*FakeFabricOperatorAPIs) Update added in v1.7.0

func (c *FakeFabricOperatorAPIs) Update(ctx context.Context, fabricOperatorAPI *v1alpha1.FabricOperatorAPI, opts v1.UpdateOptions) (result *v1alpha1.FabricOperatorAPI, err error)

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

func (*FakeFabricOperatorAPIs) UpdateStatus added in v1.7.0

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

func (*FakeFabricOperatorAPIs) Watch added in v1.7.0

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

type FakeFabricOperatorUIs added in v1.7.0

type FakeFabricOperatorUIs struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricOperatorUIs implements FabricOperatorUIInterface

func (*FakeFabricOperatorUIs) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricOperatorUI.

func (*FakeFabricOperatorUIs) ApplyStatus added in v1.9.0

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

func (*FakeFabricOperatorUIs) Create added in v1.7.0

func (c *FakeFabricOperatorUIs) Create(ctx context.Context, fabricOperatorUI *v1alpha1.FabricOperatorUI, opts v1.CreateOptions) (result *v1alpha1.FabricOperatorUI, err error)

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

func (*FakeFabricOperatorUIs) Delete added in v1.7.0

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

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

func (*FakeFabricOperatorUIs) DeleteCollection added in v1.7.0

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricOperatorUIs) Get added in v1.7.0

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

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

func (*FakeFabricOperatorUIs) List added in v1.7.0

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

func (*FakeFabricOperatorUIs) Patch added in v1.7.0

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

Patch applies the patch and returns the patched fabricOperatorUI.

func (*FakeFabricOperatorUIs) Update added in v1.7.0

func (c *FakeFabricOperatorUIs) Update(ctx context.Context, fabricOperatorUI *v1alpha1.FabricOperatorUI, opts v1.UpdateOptions) (result *v1alpha1.FabricOperatorUI, err error)

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

func (*FakeFabricOperatorUIs) UpdateStatus added in v1.7.0

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

func (*FakeFabricOperatorUIs) Watch added in v1.7.0

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

type FakeFabricOrdererNodes

type FakeFabricOrdererNodes struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricOrdererNodes implements FabricOrdererNodeInterface

func (*FakeFabricOrdererNodes) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricOrdererNode.

func (*FakeFabricOrdererNodes) ApplyStatus added in v1.9.0

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

func (*FakeFabricOrdererNodes) Create

func (c *FakeFabricOrdererNodes) Create(ctx context.Context, fabricOrdererNode *v1alpha1.FabricOrdererNode, opts v1.CreateOptions) (result *v1alpha1.FabricOrdererNode, err error)

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

func (*FakeFabricOrdererNodes) Delete

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

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

func (*FakeFabricOrdererNodes) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricOrdererNodes) Get

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

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

func (*FakeFabricOrdererNodes) List

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

func (*FakeFabricOrdererNodes) Patch

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

Patch applies the patch and returns the patched fabricOrdererNode.

func (*FakeFabricOrdererNodes) Update

func (c *FakeFabricOrdererNodes) Update(ctx context.Context, fabricOrdererNode *v1alpha1.FabricOrdererNode, opts v1.UpdateOptions) (result *v1alpha1.FabricOrdererNode, err error)

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

func (*FakeFabricOrdererNodes) UpdateStatus

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

func (*FakeFabricOrdererNodes) Watch

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

type FakeFabricOrderingServices

type FakeFabricOrderingServices struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricOrderingServices implements FabricOrderingServiceInterface

func (*FakeFabricOrderingServices) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricOrderingService.

func (*FakeFabricOrderingServices) ApplyStatus added in v1.9.0

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

func (*FakeFabricOrderingServices) Create

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

func (*FakeFabricOrderingServices) Delete

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

func (*FakeFabricOrderingServices) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricOrderingServices) Get

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

func (*FakeFabricOrderingServices) List

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

func (*FakeFabricOrderingServices) Patch

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

Patch applies the patch and returns the patched fabricOrderingService.

func (*FakeFabricOrderingServices) Update

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

func (*FakeFabricOrderingServices) UpdateStatus

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

func (*FakeFabricOrderingServices) Watch

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

type FakeFabricPeers

type FakeFabricPeers struct {
	Fake *FakeHlfV1alpha1
	// contains filtered or unexported fields
}

FakeFabricPeers implements FabricPeerInterface

func (*FakeFabricPeers) Apply added in v1.9.0

Apply takes the given apply declarative configuration, applies it and returns the applied fabricPeer.

func (*FakeFabricPeers) ApplyStatus added in v1.9.0

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

func (*FakeFabricPeers) Create

func (c *FakeFabricPeers) Create(ctx context.Context, fabricPeer *v1alpha1.FabricPeer, opts v1.CreateOptions) (result *v1alpha1.FabricPeer, err error)

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

func (*FakeFabricPeers) Delete

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

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

func (*FakeFabricPeers) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeFabricPeers) Get

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

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

func (*FakeFabricPeers) List

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

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

func (*FakeFabricPeers) Patch

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

Patch applies the patch and returns the patched fabricPeer.

func (*FakeFabricPeers) Update

func (c *FakeFabricPeers) Update(ctx context.Context, fabricPeer *v1alpha1.FabricPeer, opts v1.UpdateOptions) (result *v1alpha1.FabricPeer, err error)

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

func (*FakeFabricPeers) UpdateStatus

func (c *FakeFabricPeers) UpdateStatus(ctx context.Context, fabricPeer *v1alpha1.FabricPeer, opts v1.UpdateOptions) (*v1alpha1.FabricPeer, error)

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

func (*FakeFabricPeers) Watch

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

type FakeHlfV1alpha1

type FakeHlfV1alpha1 struct {
	*testing.Fake
}

func (*FakeHlfV1alpha1) FabricCAs

func (c *FakeHlfV1alpha1) FabricCAs(namespace string) v1alpha1.FabricCAInterface

func (*FakeHlfV1alpha1) FabricChaincodeTemplates added in v1.10.0

func (c *FakeHlfV1alpha1) FabricChaincodeTemplates(namespace string) v1alpha1.FabricChaincodeTemplateInterface

func (*FakeHlfV1alpha1) FabricChaincodes added in v1.6.0

func (c *FakeHlfV1alpha1) FabricChaincodes(namespace string) v1alpha1.FabricChaincodeInterface

func (*FakeHlfV1alpha1) FabricExplorers added in v1.5.0

func (c *FakeHlfV1alpha1) FabricExplorers(namespace string) v1alpha1.FabricExplorerInterface

func (*FakeHlfV1alpha1) FabricFollowerChannels added in v1.8.0

func (c *FakeHlfV1alpha1) FabricFollowerChannels() v1alpha1.FabricFollowerChannelInterface

func (*FakeHlfV1alpha1) FabricIdentities added in v1.9.0

func (c *FakeHlfV1alpha1) FabricIdentities(namespace string) v1alpha1.FabricIdentityInterface

func (*FakeHlfV1alpha1) FabricMainChannels added in v1.8.0

func (c *FakeHlfV1alpha1) FabricMainChannels() v1alpha1.FabricMainChannelInterface

func (*FakeHlfV1alpha1) FabricNetworkConfigs added in v1.5.0

func (c *FakeHlfV1alpha1) FabricNetworkConfigs(namespace string) v1alpha1.FabricNetworkConfigInterface

func (*FakeHlfV1alpha1) FabricOperationsConsoles added in v1.7.0

func (c *FakeHlfV1alpha1) FabricOperationsConsoles(namespace string) v1alpha1.FabricOperationsConsoleInterface

func (*FakeHlfV1alpha1) FabricOperatorAPIs added in v1.7.0

func (c *FakeHlfV1alpha1) FabricOperatorAPIs(namespace string) v1alpha1.FabricOperatorAPIInterface

func (*FakeHlfV1alpha1) FabricOperatorUIs added in v1.7.0

func (c *FakeHlfV1alpha1) FabricOperatorUIs(namespace string) v1alpha1.FabricOperatorUIInterface

func (*FakeHlfV1alpha1) FabricOrdererNodes

func (c *FakeHlfV1alpha1) FabricOrdererNodes(namespace string) v1alpha1.FabricOrdererNodeInterface

func (*FakeHlfV1alpha1) FabricOrderingServices

func (c *FakeHlfV1alpha1) FabricOrderingServices(namespace string) v1alpha1.FabricOrderingServiceInterface

func (*FakeHlfV1alpha1) FabricPeers

func (c *FakeHlfV1alpha1) FabricPeers(namespace string) v1alpha1.FabricPeerInterface

func (*FakeHlfV1alpha1) RESTClient

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

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

Jump to

Keyboard shortcuts

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