workload

package
v2.2.13+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2020 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SelectorLabel = "workload.user.cattle.io/workloadselector"
)

Variables

This section is empty.

Functions

func NewCustomizeStore

func NewCustomizeStore(store types.Store) types.Store

func NewTransformStore

func NewTransformStore(store types.Store) types.Store

func NewWorkloadAggregateStore

func NewWorkloadAggregateStore(schemas *types.Schemas, manager *clustermanager.Manager)

func SetPublicEnpointsFields

func SetPublicEnpointsFields(data map[string]interface{})

Types

type AggregateStore

type AggregateStore struct {
	Stores          map[string]types.Store
	Schemas         map[string]*types.Schema
	FieldToSchemaID map[string]string
}

func NewAggregateStore

func NewAggregateStore(schemas ...*types.Schema) *AggregateStore

func (*AggregateStore) ByID

func (a *AggregateStore) ByID(apiContext *types.APIContext, schema *types.Schema, id string) (map[string]interface{}, error)

func (*AggregateStore) Context

func (a *AggregateStore) Context() types.StorageContext

func (*AggregateStore) Create

func (a *AggregateStore) Create(apiContext *types.APIContext, schema *types.Schema, data map[string]interface{}) (map[string]interface{}, error)

func (*AggregateStore) Delete

func (a *AggregateStore) Delete(apiContext *types.APIContext, schema *types.Schema, id string) (map[string]interface{}, error)

func (*AggregateStore) List

func (a *AggregateStore) List(apiContext *types.APIContext, schema *types.Schema, opt *types.QueryOptions) ([]map[string]interface{}, error)

func (*AggregateStore) Update

func (a *AggregateStore) Update(apiContext *types.APIContext, schema *types.Schema, data map[string]interface{}, id string) (map[string]interface{}, error)

func (*AggregateStore) Watch

func (a *AggregateStore) Watch(apiContext *types.APIContext, schema *types.Schema, opt *types.QueryOptions) (chan map[string]interface{}, error)

type CustomizeStore

type CustomizeStore struct {
	types.Store
}

func (*CustomizeStore) ByID

func (s *CustomizeStore) ByID(apiContext *types.APIContext, schema *types.Schema, id string) (map[string]interface{}, error)

func (*CustomizeStore) Create

func (s *CustomizeStore) Create(apiContext *types.APIContext, schema *types.Schema, data map[string]interface{}) (map[string]interface{}, error)

func (*CustomizeStore) Update

func (s *CustomizeStore) Update(apiContext *types.APIContext, schema *types.Schema, data map[string]interface{}, id string) (map[string]interface{}, error)

Jump to

Keyboard shortcuts

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