etherpad

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: May 5, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Deployment

type Deployment struct {
	client.Client
	// contains filtered or unexported fields
}

func (*Deployment) Create

func (d *Deployment) Create() error

func (*Deployment) Delete

func (d *Deployment) Delete() error

func (*Deployment) Get

func (d *Deployment) Get() (*appsv1.Deployment, error)

func (*Deployment) Update

func (d *Deployment) Update() error

type Etherpad

type Etherpad interface {
	Create() error
	Update() error
	Delete() error
}

func NewEtherpad

func NewEtherpad(ctx context.Context, c client.Client, l logr.Logger, e *v1alpha1.Etherpad) Etherpad

func NewService

func NewService(ctx context.Context, c client.Client, l logr.Logger, e *v1alpha1.Etherpad) Etherpad

type Service

type Service struct {
	client.Client
	// contains filtered or unexported fields
}

func (*Service) Create

func (s *Service) Create() error

func (*Service) Delete

func (s *Service) Delete() error

func (*Service) Get

func (s *Service) Get() (*v1.Service, error)

func (*Service) Update

func (s *Service) Update() error

Jump to

Keyboard shortcuts

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