type NetworkingV1Interface …
type NetworkingV1Client …
func (c *NetworkingV1Client) Ingresses(namespace string) IngressInterface { … }
func (c *NetworkingV1Client) IngressClasses() IngressClassInterface { … }
func (c *NetworkingV1Client) NetworkPolicies(namespace string) NetworkPolicyInterface { … }
func NewForConfig(c *rest.Config) (*NetworkingV1Client, error) { … }
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*NetworkingV1Client, error) { … }
func NewForConfigOrDie(c *rest.Config) *NetworkingV1Client { … }
func New(c rest.Interface) *NetworkingV1Client { … }
func setConfigDefaults(config *rest.Config) error { … }
func (c *NetworkingV1Client) RESTClient() rest.Interface { … }