edge

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2019 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	RestClient rest.Interface
}

Client for interacting with Operator objects.

func NewForConfig

func NewForConfig(c *rest.Config) (*Client, error)

NewForConfig returns a client for interacting with Edge objects.

func (*Client) Ingresss

func (c *Client) Ingresss(namespace string) IngressInterface

Ingresss within a namespace.

type ClientInterface

type ClientInterface interface {
	Ingresss(namespace string) IngressInterface
}

ClientInterface for interacting with AWS subclients.

type IngressInterface

type IngressInterface interface {
	List(opts metav1.ListOptions) (*edgev1beta1.IngressList, error)
	Get(name string, options metav1.GetOptions) (*edgev1beta1.Ingress, error)
	Create(*edgev1beta1.Ingress) (*edgev1beta1.Ingress, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

IngressInterface declares interactions with the Ingress objects.

Jump to

Keyboard shortcuts

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