app

package
v0.3.2 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 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 Operator objects.

func (*Client) Drupals

func (c *Client) Drupals(namespace string) DrupalInterface

Drupals within a namespace.

type ClientInterface

type ClientInterface interface {
	Drupals(namespace string) DrupalInterface
}

ClientInterface for interacting with AWS subclients.

type DrupalInterface

type DrupalInterface interface {
	List(opts metav1.ListOptions) (*appv1beta1.DrupalList, error)
	Get(name string, options metav1.GetOptions) (*appv1beta1.Drupal, error)
	Create(*appv1beta1.Drupal) (*appv1beta1.Drupal, error)
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

DrupalInterface declares interactions with the Drupal objects.

Jump to

Keyboard shortcuts

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