package namespaces

import "github.com/containerd/containerd/services/namespaces"

Index

Functions

func NewService

func NewService(db *bolt.DB, publisher events.Publisher) api.NamespacesServer

func NewStoreFromClient

func NewStoreFromClient(client api.NamespacesClient) namespaces.Store

Types

type Service

type Service struct {
	// contains filtered or unexported fields
}

func (*Service) Create

func (*Service) Delete

func (s *Service) Delete(ctx context.Context, req *api.DeleteNamespaceRequest) (*empty.Empty, error)

func (*Service) Get

func (*Service) List

func (*Service) Register

func (s *Service) Register(server *grpc.Server) error

func (*Service) Update

Source Files

client.go service.go

Version
v1.0.0-beta.0
Published
Sep 6, 2017
Platform
windows/amd64
Imports
15 packages
Last checked
4 minutes ago

Tools for package owners.