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 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.
Click to show internal directories.
Click to hide internal directories.