You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

dynamicResources.go 156 B

12345678
  1. package strategy
  2. type DynamicResourcesStrategy struct {
  3. }
  4. func (ps *DynamicResourcesStrategy) Schedule() ([]*AssignedCluster, error) {
  5. return nil, nil
  6. }

PCM is positioned as Software stack over Cloud, aiming to build the standards and ecology of heterogeneous cloud collaboration for JCC in a non intrusive and autonomous peer-to-peer manner.