Rename sbserver to server

Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
This commit is contained in:
Maksym Pavlenko
2023-10-12 15:46:57 -07:00
parent c5c94dc86c
commit 1b31993240
134 changed files with 104 additions and 104 deletions

View File

@@ -23,7 +23,7 @@ import (
"github.com/containerd/containerd"
"github.com/containerd/containerd/pkg/cri/nri"
"github.com/containerd/containerd/pkg/cri/sbserver"
"github.com/containerd/containerd/pkg/cri/server"
nriservice "github.com/containerd/containerd/pkg/nri"
"github.com/containerd/containerd/platforms"
"github.com/containerd/containerd/plugin"
@@ -84,7 +84,7 @@ func initCRIService(ic *plugin.InitContext) (interface{}, error) {
return nil, fmt.Errorf("failed to create containerd client: %w", err)
}
s, err := sbserver.NewCRIService(c, client, getNRIAPI(ic))
s, err := server.NewCRIService(c, client, getNRIAPI(ic))
if err != nil {
return nil, fmt.Errorf("failed to create CRI service: %w", err)
}

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"fmt"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
func (c *criService) blockIOClassFromAnnotations(containerName string, containerAnnotations, podAnnotations map[string]string) (string, error) {
return "", nil

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"fmt"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"bufio"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
imagespec "github.com/opencontainers/image-spec/specs-go/v1"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"testing"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"strconv"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"testing"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
runtime "k8s.io/cri-api/pkg/apis/runtime/v1"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"bytes"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"bytes"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"testing"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"testing"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"
@@ -22,7 +22,7 @@ import (
"fmt"
"github.com/containerd/containerd/errdefs"
"github.com/containerd/containerd/pkg/cri/sbserver/images"
"github.com/containerd/containerd/pkg/cri/server/images"
containerstore "github.com/containerd/containerd/pkg/cri/store/container"
runtimespec "github.com/opencontainers/runtime-spec/specs-go"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"testing"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"fmt"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"testing"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"github.com/docker/go-metrics"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
criconfig "github.com/containerd/containerd/pkg/cri/config"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"fmt"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
func (c *criService) rdtClassFromAnnotations(containerName string, containerAnnotations, podAnnotations map[string]string) (string, error) {
return "", nil

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"
@@ -29,7 +29,7 @@ import (
"github.com/containerd/containerd/errdefs"
containerdimages "github.com/containerd/containerd/images"
criconfig "github.com/containerd/containerd/pkg/cri/config"
"github.com/containerd/containerd/pkg/cri/sbserver/podsandbox"
"github.com/containerd/containerd/pkg/cri/server/podsandbox"
"github.com/containerd/containerd/pkg/netns"
"github.com/containerd/containerd/platforms"
"github.com/containerd/log"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -16,7 +16,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"testing"

View File

@@ -14,7 +14,7 @@
limitations under the License.
*/
package sbserver
package server
import (
"context"

Some files were not shown because too many files have changed in this diff Show More