Documentation ¶
Overview ¶
Package fake has the automatically generated clients.
Index ¶
- type FakeClusterRoleBindings
- func (c *FakeClusterRoleBindings) Apply(ctx context.Context, ...) (result *rbacv1.ClusterRoleBinding, err error)
- func (c *FakeClusterRoleBindings) Create(ctx context.Context, clusterRoleBinding *rbacv1.ClusterRoleBinding, ...) (result *rbacv1.ClusterRoleBinding, err error)
- func (c *FakeClusterRoleBindings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeClusterRoleBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeClusterRoleBindings) Get(ctx context.Context, name string, options v1.GetOptions) (result *rbacv1.ClusterRoleBinding, err error)
- func (c *FakeClusterRoleBindings) List(ctx context.Context, opts v1.ListOptions) (result *rbacv1.ClusterRoleBindingList, err error)
- func (c *FakeClusterRoleBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *rbacv1.ClusterRoleBinding, err error)
- func (c *FakeClusterRoleBindings) Update(ctx context.Context, clusterRoleBinding *rbacv1.ClusterRoleBinding, ...) (result *rbacv1.ClusterRoleBinding, err error)
- func (c *FakeClusterRoleBindings) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type FakeClusterRoles
- func (c *FakeClusterRoles) Apply(ctx context.Context, ...) (result *rbacv1.ClusterRole, err error)
- func (c *FakeClusterRoles) Create(ctx context.Context, clusterRole *rbacv1.ClusterRole, opts v1.CreateOptions) (result *rbacv1.ClusterRole, err error)
- func (c *FakeClusterRoles) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeClusterRoles) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeClusterRoles) Get(ctx context.Context, name string, options v1.GetOptions) (result *rbacv1.ClusterRole, err error)
- func (c *FakeClusterRoles) List(ctx context.Context, opts v1.ListOptions) (result *rbacv1.ClusterRoleList, err error)
- func (c *FakeClusterRoles) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *rbacv1.ClusterRole, err error)
- func (c *FakeClusterRoles) Update(ctx context.Context, clusterRole *rbacv1.ClusterRole, opts v1.UpdateOptions) (result *rbacv1.ClusterRole, err error)
- func (c *FakeClusterRoles) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type FakeRbacV1
- func (c *FakeRbacV1) ClusterRoleBindings() v1.ClusterRoleBindingInterface
- func (c *FakeRbacV1) ClusterRoles() v1.ClusterRoleInterface
- func (c *FakeRbacV1) RESTClient() rest.Interface
- func (c *FakeRbacV1) RoleBindings(namespace string) v1.RoleBindingInterface
- func (c *FakeRbacV1) Roles(namespace string) v1.RoleInterface
- type FakeRoleBindings
- func (c *FakeRoleBindings) Apply(ctx context.Context, ...) (result *rbacv1.RoleBinding, err error)
- func (c *FakeRoleBindings) Create(ctx context.Context, roleBinding *rbacv1.RoleBinding, opts v1.CreateOptions) (result *rbacv1.RoleBinding, err error)
- func (c *FakeRoleBindings) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeRoleBindings) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeRoleBindings) Get(ctx context.Context, name string, options v1.GetOptions) (result *rbacv1.RoleBinding, err error)
- func (c *FakeRoleBindings) List(ctx context.Context, opts v1.ListOptions) (result *rbacv1.RoleBindingList, err error)
- func (c *FakeRoleBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *rbacv1.RoleBinding, err error)
- func (c *FakeRoleBindings) Update(ctx context.Context, roleBinding *rbacv1.RoleBinding, opts v1.UpdateOptions) (result *rbacv1.RoleBinding, err error)
- func (c *FakeRoleBindings) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
- type FakeRoles
- func (c *FakeRoles) Apply(ctx context.Context, role *applyconfigurationsrbacv1.RoleApplyConfiguration, ...) (result *rbacv1.Role, err error)
- func (c *FakeRoles) Create(ctx context.Context, role *rbacv1.Role, opts v1.CreateOptions) (result *rbacv1.Role, err error)
- func (c *FakeRoles) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error
- func (c *FakeRoles) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
- func (c *FakeRoles) Get(ctx context.Context, name string, options v1.GetOptions) (result *rbacv1.Role, err error)
- func (c *FakeRoles) List(ctx context.Context, opts v1.ListOptions) (result *rbacv1.RoleList, err error)
- func (c *FakeRoles) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, ...) (result *rbacv1.Role, err error)
- func (c *FakeRoles) Update(ctx context.Context, role *rbacv1.Role, opts v1.UpdateOptions) (result *rbacv1.Role, err error)
- func (c *FakeRoles) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClusterRoleBindings ¶
type FakeClusterRoleBindings struct {
Fake *FakeRbacV1
}
FakeClusterRoleBindings implements ClusterRoleBindingInterface
func (*FakeClusterRoleBindings) Apply ¶
func (c *FakeClusterRoleBindings) Apply(ctx context.Context, clusterRoleBinding *applyconfigurationsrbacv1.ClusterRoleBindingApplyConfiguration, opts v1.ApplyOptions) (result *rbacv1.ClusterRoleBinding, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied clusterRoleBinding.
func (*FakeClusterRoleBindings) Create ¶
func (c *FakeClusterRoleBindings) Create(ctx context.Context, clusterRoleBinding *rbacv1.ClusterRoleBinding, opts v1.CreateOptions) (result *rbacv1.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(ctx context.Context, name string, opts 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(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeClusterRoleBindings) Get ¶
func (c *FakeClusterRoleBindings) Get(ctx context.Context, name string, options v1.GetOptions) (result *rbacv1.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 ¶
func (c *FakeClusterRoleBindings) List(ctx context.Context, opts v1.ListOptions) (result *rbacv1.ClusterRoleBindingList, err error)
List takes label and field selectors, and returns the list of ClusterRoleBindings that match those selectors.
func (*FakeClusterRoleBindings) Patch ¶
func (c *FakeClusterRoleBindings) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *rbacv1.ClusterRoleBinding, err error)
Patch applies the patch and returns the patched clusterRoleBinding.
func (*FakeClusterRoleBindings) Update ¶
func (c *FakeClusterRoleBindings) Update(ctx context.Context, clusterRoleBinding *rbacv1.ClusterRoleBinding, opts v1.UpdateOptions) (result *rbacv1.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 ¶
func (c *FakeClusterRoleBindings) Watch(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested clusterRoleBindings.
type FakeClusterRoles ¶
type FakeClusterRoles struct {
Fake *FakeRbacV1
}
FakeClusterRoles implements ClusterRoleInterface
func (*FakeClusterRoles) Apply ¶
func (c *FakeClusterRoles) Apply(ctx context.Context, clusterRole *applyconfigurationsrbacv1.ClusterRoleApplyConfiguration, opts v1.ApplyOptions) (result *rbacv1.ClusterRole, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied clusterRole.
func (*FakeClusterRoles) Create ¶
func (c *FakeClusterRoles) Create(ctx context.Context, clusterRole *rbacv1.ClusterRole, opts v1.CreateOptions) (result *rbacv1.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(ctx context.Context, name string, opts 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(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeClusterRoles) Get ¶
func (c *FakeClusterRoles) Get(ctx context.Context, name string, options v1.GetOptions) (result *rbacv1.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(ctx context.Context, opts v1.ListOptions) (result *rbacv1.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(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *rbacv1.ClusterRole, err error)
Patch applies the patch and returns the patched clusterRole.
func (*FakeClusterRoles) Update ¶
func (c *FakeClusterRoles) Update(ctx context.Context, clusterRole *rbacv1.ClusterRole, opts v1.UpdateOptions) (result *rbacv1.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(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested clusterRoles.
type FakeRbacV1 ¶
func (*FakeRbacV1) ClusterRoleBindings ¶
func (c *FakeRbacV1) ClusterRoleBindings() v1.ClusterRoleBindingInterface
func (*FakeRbacV1) ClusterRoles ¶
func (c *FakeRbacV1) ClusterRoles() v1.ClusterRoleInterface
func (*FakeRbacV1) RESTClient ¶
func (c *FakeRbacV1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
func (*FakeRbacV1) RoleBindings ¶
func (c *FakeRbacV1) RoleBindings(namespace string) v1.RoleBindingInterface
func (*FakeRbacV1) Roles ¶
func (c *FakeRbacV1) Roles(namespace string) v1.RoleInterface
type FakeRoleBindings ¶
type FakeRoleBindings struct { Fake *FakeRbacV1 // contains filtered or unexported fields }
FakeRoleBindings implements RoleBindingInterface
func (*FakeRoleBindings) Apply ¶
func (c *FakeRoleBindings) Apply(ctx context.Context, roleBinding *applyconfigurationsrbacv1.RoleBindingApplyConfiguration, opts v1.ApplyOptions) (result *rbacv1.RoleBinding, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied roleBinding.
func (*FakeRoleBindings) Create ¶
func (c *FakeRoleBindings) Create(ctx context.Context, roleBinding *rbacv1.RoleBinding, opts v1.CreateOptions) (result *rbacv1.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(ctx context.Context, name string, opts 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(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeRoleBindings) Get ¶
func (c *FakeRoleBindings) Get(ctx context.Context, name string, options v1.GetOptions) (result *rbacv1.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(ctx context.Context, opts v1.ListOptions) (result *rbacv1.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(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *rbacv1.RoleBinding, err error)
Patch applies the patch and returns the patched roleBinding.
func (*FakeRoleBindings) Update ¶
func (c *FakeRoleBindings) Update(ctx context.Context, roleBinding *rbacv1.RoleBinding, opts v1.UpdateOptions) (result *rbacv1.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(ctx context.Context, opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested roleBindings.
type FakeRoles ¶
type FakeRoles struct { Fake *FakeRbacV1 // contains filtered or unexported fields }
FakeRoles implements RoleInterface
func (*FakeRoles) Apply ¶
func (c *FakeRoles) Apply(ctx context.Context, role *applyconfigurationsrbacv1.RoleApplyConfiguration, opts v1.ApplyOptions) (result *rbacv1.Role, err error)
Apply takes the given apply declarative configuration, applies it and returns the applied role.
func (*FakeRoles) Create ¶
func (c *FakeRoles) Create(ctx context.Context, role *rbacv1.Role, opts v1.CreateOptions) (result *rbacv1.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 ¶
Delete takes name of the role and deletes it. Returns an error if one occurs.
func (*FakeRoles) DeleteCollection ¶
func (c *FakeRoles) DeleteCollection(ctx context.Context, opts v1.DeleteOptions, listOpts v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (*FakeRoles) Get ¶
func (c *FakeRoles) Get(ctx context.Context, name string, options v1.GetOptions) (result *rbacv1.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(ctx context.Context, opts v1.ListOptions) (result *rbacv1.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(ctx context.Context, name string, pt types.PatchType, data []byte, opts v1.PatchOptions, subresources ...string) (result *rbacv1.Role, err error)
Patch applies the patch and returns the patched role.