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 ¶
type RegistrationTokenStore struct {
types.Store
}
type Store ¶
type Store struct {
types.Store
ShellHandler types.RequestHandler
KontainerDriverLister v3.KontainerDriverLister
// contains filtered or unexported fields
}
func (*Store) ByID ¶
func (r *Store) ByID(apiContext *types.APIContext, schema *types.Schema, id string) (map[string]interface{}, error)
Click to show internal directories.
Click to hide internal directories.