clusterapp

package
v1.7.3 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClusterApp

type ClusterApp struct {
	common.DefaultDBService
}

func (*ClusterApp) Create

func (c *ClusterApp) Create(clusterApp *v1ClusterApp.ClusterApp, options common.DBOptions) error

func (*ClusterApp) Delete

func (c *ClusterApp) Delete(name, cluster string, options common.DBOptions) error

func (*ClusterApp) DeleteByCluster

func (c *ClusterApp) DeleteByCluster(cluster string, options common.DBOptions) error

func (*ClusterApp) Get

func (c *ClusterApp) Get(name, cluster string, options common.DBOptions) (*v1ClusterApp.ClusterApp, error)

type Service

type Service interface {
	common.DBService
	Create(clusterApp *v1ClusterApp.ClusterApp, options common.DBOptions) error
	Get(name, cluster string, options common.DBOptions) (*v1ClusterApp.ClusterApp, error)
	Delete(name, cluster string, options common.DBOptions) error
	DeleteByCluster(cluster string, options common.DBOptions) error
}

func NewService

func NewService() Service

Jump to

Keyboard shortcuts

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