Documentation ¶
Index ¶
- Constants
- func SetClusterStore(schema *types.Schema, mgmt *config.ScaledContext, ...)
- type RegistrationTokenStore
- type Store
- func (r *Store) ByID(apiContext *types.APIContext, schema *types.Schema, id string) (map[string]interface{}, error)
- func (r *Store) Create(apiContext *types.APIContext, schema *types.Schema, ...) (map[string]interface{}, error)
- func (r *Store) Update(apiContext *types.APIContext, schema *types.Schema, ...) (map[string]interface{}, error)
Constants ¶
View Source
const ( DefaultBackupIntervalHours = 12 DefaultBackupRetention = 6 )
Variables ¶
This section is empty.
Functions ¶
func SetClusterStore ¶
func SetClusterStore(schema *types.Schema, mgmt *config.ScaledContext, clusterManager *clustermanager.Manager, k8sProxy http.Handler)
Types ¶
type RegistrationTokenStore ¶
func (*RegistrationTokenStore) Create ¶
func (r *RegistrationTokenStore) Create(apiContext *types.APIContext, schema *types.Schema, data map[string]interface{}) (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.