fake

package
v3.7.0-0.104.0+incompa... Latest Latest
Warning

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

Go to latest
Published: Aug 20, 2017 License: Apache-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 FakeAuthorization

type FakeAuthorization struct {
	*testing.Fake
}

func (*FakeAuthorization) ClusterPolicies

func (*FakeAuthorization) ClusterPolicyBindings

func (*FakeAuthorization) ClusterRoleBindings

func (*FakeAuthorization) ClusterRoles

func (*FakeAuthorization) Policies

func (*FakeAuthorization) PolicyBindings

func (c *FakeAuthorization) PolicyBindings(namespace string) internalversion.PolicyBindingInterface

func (*FakeAuthorization) RESTClient

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

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

func (*FakeAuthorization) RoleBindings

func (c *FakeAuthorization) RoleBindings(namespace string) internalversion.RoleBindingInterface

func (*FakeAuthorization) Roles

type FakeClusterPolicies

type FakeClusterPolicies struct {
	Fake *FakeAuthorization
}

FakeClusterPolicies implements ClusterPolicyInterface

func (*FakeClusterPolicies) Create

func (c *FakeClusterPolicies) Create(clusterPolicy *authorization.ClusterPolicy) (result *authorization.ClusterPolicy, err error)

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

func (*FakeClusterPolicies) Delete

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

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

func (*FakeClusterPolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterPolicies) Get

func (c *FakeClusterPolicies) Get(name string, options v1.GetOptions) (result *authorization.ClusterPolicy, err error)

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

func (*FakeClusterPolicies) List

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

func (*FakeClusterPolicies) Patch

func (c *FakeClusterPolicies) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *authorization.ClusterPolicy, err error)

Patch applies the patch and returns the patched clusterPolicy.

func (*FakeClusterPolicies) Update

func (c *FakeClusterPolicies) Update(clusterPolicy *authorization.ClusterPolicy) (result *authorization.ClusterPolicy, err error)

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

func (*FakeClusterPolicies) Watch

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

type FakeClusterPolicyBindings

type FakeClusterPolicyBindings struct {
	Fake *FakeAuthorization
}

FakeClusterPolicyBindings implements ClusterPolicyBindingInterface

func (*FakeClusterPolicyBindings) Create

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

func (*FakeClusterPolicyBindings) Delete

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

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

func (*FakeClusterPolicyBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterPolicyBindings) Get

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

func (*FakeClusterPolicyBindings) List

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

func (*FakeClusterPolicyBindings) Patch

func (c *FakeClusterPolicyBindings) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *authorization.ClusterPolicyBinding, err error)

Patch applies the patch and returns the patched clusterPolicyBinding.

func (*FakeClusterPolicyBindings) Update

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

func (*FakeClusterPolicyBindings) Watch

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

type FakeClusterRoleBindings

type FakeClusterRoleBindings struct {
	Fake *FakeAuthorization
}

FakeClusterRoleBindings implements ClusterRoleBindingInterface

func (*FakeClusterRoleBindings) Create

func (c *FakeClusterRoleBindings) Create(clusterRoleBinding *authorization.ClusterRoleBinding) (result *authorization.ClusterRoleBinding, err error)

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

func (*FakeClusterRoleBindings) Delete

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

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

func (*FakeClusterRoleBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterRoleBindings) Get

func (c *FakeClusterRoleBindings) Get(name string, options v1.GetOptions) (result *authorization.ClusterRoleBinding, err error)

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

func (*FakeClusterRoleBindings) List

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

func (*FakeClusterRoleBindings) Patch

func (c *FakeClusterRoleBindings) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *authorization.ClusterRoleBinding, err error)

Patch applies the patch and returns the patched clusterRoleBinding.

func (*FakeClusterRoleBindings) Update

func (c *FakeClusterRoleBindings) Update(clusterRoleBinding *authorization.ClusterRoleBinding) (result *authorization.ClusterRoleBinding, err error)

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

func (*FakeClusterRoleBindings) Watch

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

type FakeClusterRoles

type FakeClusterRoles struct {
	Fake *FakeAuthorization
}

FakeClusterRoles implements ClusterRoleInterface

func (*FakeClusterRoles) Create

func (c *FakeClusterRoles) Create(clusterRole *authorization.ClusterRole) (result *authorization.ClusterRole, err error)

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

func (*FakeClusterRoles) Delete

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

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

func (*FakeClusterRoles) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeClusterRoles) Get

func (c *FakeClusterRoles) Get(name string, options v1.GetOptions) (result *authorization.ClusterRole, err error)

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

func (*FakeClusterRoles) List

func (c *FakeClusterRoles) List(opts v1.ListOptions) (result *authorization.ClusterRoleList, err error)

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

func (*FakeClusterRoles) Patch

func (c *FakeClusterRoles) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *authorization.ClusterRole, err error)

Patch applies the patch and returns the patched clusterRole.

func (*FakeClusterRoles) Update

func (c *FakeClusterRoles) Update(clusterRole *authorization.ClusterRole) (result *authorization.ClusterRole, err error)

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

func (*FakeClusterRoles) Watch

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

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

type FakePolicies

type FakePolicies struct {
	Fake *FakeAuthorization
	// contains filtered or unexported fields
}

FakePolicies implements PolicyInterface

func (*FakePolicies) Create

func (c *FakePolicies) Create(policy *authorization.Policy) (result *authorization.Policy, err error)

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

func (*FakePolicies) Delete

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

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

func (*FakePolicies) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePolicies) Get

func (c *FakePolicies) Get(name string, options v1.GetOptions) (result *authorization.Policy, err error)

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

func (*FakePolicies) List

func (c *FakePolicies) List(opts v1.ListOptions) (result *authorization.PolicyList, err error)

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

func (*FakePolicies) Patch

func (c *FakePolicies) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *authorization.Policy, err error)

Patch applies the patch and returns the patched policy.

func (*FakePolicies) Update

func (c *FakePolicies) Update(policy *authorization.Policy) (result *authorization.Policy, err error)

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

func (*FakePolicies) Watch

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

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

type FakePolicyBindings

type FakePolicyBindings struct {
	Fake *FakeAuthorization
	// contains filtered or unexported fields
}

FakePolicyBindings implements PolicyBindingInterface

func (*FakePolicyBindings) Create

func (c *FakePolicyBindings) Create(policyBinding *authorization.PolicyBinding) (result *authorization.PolicyBinding, err error)

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

func (*FakePolicyBindings) Delete

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

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

func (*FakePolicyBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakePolicyBindings) Get

func (c *FakePolicyBindings) Get(name string, options v1.GetOptions) (result *authorization.PolicyBinding, err error)

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

func (*FakePolicyBindings) List

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

func (*FakePolicyBindings) Patch

func (c *FakePolicyBindings) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *authorization.PolicyBinding, err error)

Patch applies the patch and returns the patched policyBinding.

func (*FakePolicyBindings) Update

func (c *FakePolicyBindings) Update(policyBinding *authorization.PolicyBinding) (result *authorization.PolicyBinding, err error)

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

func (*FakePolicyBindings) Watch

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

type FakeRoleBindings

type FakeRoleBindings struct {
	Fake *FakeAuthorization
	// contains filtered or unexported fields
}

FakeRoleBindings implements RoleBindingInterface

func (*FakeRoleBindings) Create

func (c *FakeRoleBindings) Create(roleBinding *authorization.RoleBinding) (result *authorization.RoleBinding, err error)

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

func (*FakeRoleBindings) Delete

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

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

func (*FakeRoleBindings) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRoleBindings) Get

func (c *FakeRoleBindings) Get(name string, options v1.GetOptions) (result *authorization.RoleBinding, err error)

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

func (*FakeRoleBindings) List

func (c *FakeRoleBindings) List(opts v1.ListOptions) (result *authorization.RoleBindingList, err error)

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

func (*FakeRoleBindings) Patch

func (c *FakeRoleBindings) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *authorization.RoleBinding, err error)

Patch applies the patch and returns the patched roleBinding.

func (*FakeRoleBindings) Update

func (c *FakeRoleBindings) Update(roleBinding *authorization.RoleBinding) (result *authorization.RoleBinding, err error)

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

func (*FakeRoleBindings) Watch

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

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

type FakeRoles

type FakeRoles struct {
	Fake *FakeAuthorization
	// contains filtered or unexported fields
}

FakeRoles implements RoleInterface

func (*FakeRoles) Create

func (c *FakeRoles) Create(role *authorization.Role) (result *authorization.Role, err error)

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

func (*FakeRoles) Delete

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

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

func (*FakeRoles) DeleteCollection

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

DeleteCollection deletes a collection of objects.

func (*FakeRoles) Get

func (c *FakeRoles) Get(name string, options v1.GetOptions) (result *authorization.Role, err error)

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

func (*FakeRoles) List

func (c *FakeRoles) List(opts v1.ListOptions) (result *authorization.RoleList, err error)

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

func (*FakeRoles) Patch

func (c *FakeRoles) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *authorization.Role, err error)

Patch applies the patch and returns the patched role.

func (*FakeRoles) Update

func (c *FakeRoles) Update(role *authorization.Role) (result *authorization.Role, err error)

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

func (*FakeRoles) Watch

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

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

Jump to

Keyboard shortcuts

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