import "k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake"
Package fake has the automatically generated clients.
doc.go fake_ingress.go fake_networking_client.go
type FakeIngresses struct { Fake *FakeNetworkingV1beta1 // contains filtered or unexported fields }
FakeIngresses implements IngressInterface
Create takes the representation of a ingress and creates it. Returns the server's representation of the ingress, and an error, if there is any.
func (c *FakeIngresses) Delete(name string, options *v1.DeleteOptions) error
Delete takes name of the ingress and deletes it. Returns an error if one occurs.
func (c *FakeIngresses) DeleteCollection(options *v1.DeleteOptions, listOptions v1.ListOptions) error
DeleteCollection deletes a collection of objects.
func (c *FakeIngresses) Get(name string, options v1.GetOptions) (result *v1beta1.Ingress, err error)
Get takes name of the ingress, and returns the corresponding ingress object, and an error if there is any.
func (c *FakeIngresses) List(opts v1.ListOptions) (result *v1beta1.IngressList, err error)
List takes label and field selectors, and returns the list of Ingresses that match those selectors.
func (c *FakeIngresses) Patch(name string, pt types.PatchType, data []byte, subresources ...string) (result *v1beta1.Ingress, err error)
Patch applies the patch and returns the patched ingress.
Update takes the representation of a ingress and updates it. Returns the server's representation of the ingress, and an error, if there is any.
UpdateStatus was generated because the type contains a Status member. Add a +genclient:noStatus comment above the type to avoid generating UpdateStatus().
func (c *FakeIngresses) Watch(opts v1.ListOptions) (watch.Interface, error)
Watch returns a watch.Interface that watches the requested ingresses.
func (c *FakeNetworkingV1beta1) Ingresses(namespace string) v1beta1.IngressInterface
func (c *FakeNetworkingV1beta1) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
Package fake imports 9 packages (graph) and is imported by 5 packages. Updated 2019-03-29. Refresh now. Tools for package owners.