type FakeNetworkingV1beta1 … func (c *FakeNetworkingV1beta1) IPAddresses() v1beta1.IPAddressInterface { … } func (c *FakeNetworkingV1beta1) Ingresses(namespace string) v1beta1.IngressInterface { … } func (c *FakeNetworkingV1beta1) IngressClasses() v1beta1.IngressClassInterface { … } func (c *FakeNetworkingV1beta1) ServiceCIDRs() v1beta1.ServiceCIDRInterface { … } // RESTClient returns a RESTClient that is used to communicate // with API server by this client implementation. func (c *FakeNetworkingV1beta1) RESTClient() rest.Interface { … }