Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client for interacting with Operator objects.
func NewForConfig ¶
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.
Click to show internal directories.
Click to hide internal directories.