Documentation
¶
Index ¶
- type ClusterApp
- func (c *ClusterApp) Create(clusterApp *v1ClusterApp.ClusterApp, options common.DBOptions) error
- func (c *ClusterApp) Delete(name, cluster string, options common.DBOptions) error
- func (c *ClusterApp) DeleteByCluster(cluster string, options common.DBOptions) error
- func (c *ClusterApp) Get(name, cluster string, options common.DBOptions) (*v1ClusterApp.ClusterApp, error)
- type Service
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
Click to show internal directories.
Click to hide internal directories.