mirror of
https://github.com/containerd/containerd.git
synced 2026-08-03 06:30:44 +00:00
remove field defaultns from struct Client
Signed-off-by: Allen Sun <shlallen1990@gmail.com>
This commit is contained in:
@@ -100,10 +100,8 @@ func NewWithConn(conn *grpc.ClientConn, opts ...ClientOpt) (*Client, error) {
|
||||
// Client is the client to interact with containerd and its various services
|
||||
// using a uniform interface
|
||||
type Client struct {
|
||||
conn *grpc.ClientConn
|
||||
|
||||
defaultns string
|
||||
runtime string
|
||||
conn *grpc.ClientConn
|
||||
runtime string
|
||||
}
|
||||
|
||||
// IsServing returns true if the client can successfully connect to the
|
||||
|
||||
Reference in New Issue
Block a user