Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayPoolInterface ¶
type GatewayPoolInterface interface {
List(ctx context.Context, opts metav1.ListOptions) (*unboundednetv1alpha1.GatewayPoolList, error)
Get(ctx context.Context, name string, opts metav1.GetOptions) (*unboundednetv1alpha1.GatewayPool, error)
Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
}
GatewayPoolInterface has methods to work with GatewayPool resources.
func NewGatewayPoolClient ¶
func NewGatewayPoolClient(config *rest.Config) (GatewayPoolInterface, error)
NewGatewayPoolClient creates a new client for GatewayPool resources.
type SiteInterface ¶
type SiteInterface interface {
List(ctx context.Context, opts metav1.ListOptions) (*unboundednetv1alpha1.SiteList, error)
Get(ctx context.Context, name string, opts metav1.GetOptions) (*unboundednetv1alpha1.Site, error)
Watch(ctx context.Context, opts metav1.ListOptions) (watch.Interface, error)
UpdateStatus(ctx context.Context, site *unboundednetv1alpha1.Site, opts metav1.UpdateOptions) (*unboundednetv1alpha1.Site, error)
}
SiteInterface has methods to work with Site resources.
func NewSiteClient ¶
func NewSiteClient(config *rest.Config) (SiteInterface, error)
NewSiteClient creates a new client for Site resources
Click to show internal directories.
Click to hide internal directories.