drupal

package
v0.4.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const Kind = "Drupal"

Kind of object this client handles.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	RestClient rest.Interface
	Namespace  string
}

Client for interacting with Drupal objects.

func (*Client) Create

func (c *Client) Create(drupal *appv1beta1.Drupal) (*appv1beta1.Drupal, error)

Create a Drupal.

func (*Client) Delete

func (c *Client) Delete(name string, options *metav1.DeleteOptions) error

Delete a Drupal.

func (*Client) Exists

func (c *Client) Exists(name string, opts metav1.GetOptions) (bool, error)

Exists checks if a Drupal is present.

func (*Client) Get

func (c *Client) Get(name string, opts metav1.GetOptions) (*appv1beta1.Drupal, error)

Get a Drupal.

func (*Client) List

func (c *Client) List(opts metav1.ListOptions) (*appv1beta1.DrupalList, error)

List all Drupals.

func (*Client) Update

func (c *Client) Update(drupal *appv1beta1.Drupal) (*appv1beta1.Drupal, error)

Update a Drupal.

func (*Client) Watch

func (c *Client) Watch(opts metav1.ListOptions) (watch.Interface, error)

Watch for Drupals.

type Interface

type Interface interface {
	List(opts metav1.ListOptions) (*appv1beta1.DrupalList, error)
	Get(name string, opts metav1.GetOptions) (*appv1beta1.Drupal, error)
	Exists(name string, opts metav1.GetOptions) (bool, error)
	Create(*appv1beta1.Drupal) (*appv1beta1.Drupal, error)
	Update(*appv1beta1.Drupal) (*appv1beta1.Drupal, error)
	Delete(name string, opts *metav1.DeleteOptions) error
	Watch(opts metav1.ListOptions) (watch.Interface, error)
}

Interface declares interactions with the Drupal objects.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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