Versions in this module Expand all Collapse all v0 v0.3.1 Feb 18, 2021 Changes in this version + func Create(wl *wltypes.RDTWorkLoad) error + func Delete(wl *wltypes.RDTWorkLoad) error + func DeleteByID(request *restful.Request, response *restful.Response) + func Enforce(w *wltypes.RDTWorkLoad) error + func Get(request *restful.Request, response *restful.Response) + func GetAll() ([]wltypes.RDTWorkLoad, error) + func GetByID(request *restful.Request, response *restful.Response) + func GetByUUID(uuid string) (result wltypes.RDTWorkLoad, err error) + func GetWorkloadByID(id string) (result wltypes.RDTWorkLoad, err error) + func Init() error + func NewWorkload(request *restful.Request, response *restful.Response) + func Patch(request *restful.Request, response *restful.Response) + func Register(prefix string, container *restful.Container) + func Release(w *wltypes.RDTWorkLoad) error + func Update(w, patched *wltypes.RDTWorkLoad) error + func Validate(w *wltypes.RDTWorkLoad) error