Add custom resource SampleSet and its controller. SampleSet defines a set of data needed for model training, it can be divided into multiple partitions cached in the kubernetes cluster.
Add custom resource SampleJob and its controller. SampleJob defines some data management commands to facilitate users to manage cached data in the cluster.
Add runtime server,it accept requests from the sampleset controller, and perform data management operations on the cache node.