Merge pull request #1571 from allencloud/remove-defaultns-from-Client
remove field defaultns from struct Client
This commit is contained in:
commit
9f84513b89
@ -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
|
// Client is the client to interact with containerd and its various services
|
||||||
// using a uniform interface
|
// using a uniform interface
|
||||||
type Client struct {
|
type Client struct {
|
||||||
conn *grpc.ClientConn
|
conn *grpc.ClientConn
|
||||||
|
runtime string
|
||||||
defaultns string
|
|
||||||
runtime string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsServing returns true if the client can successfully connect to the
|
// IsServing returns true if the client can successfully connect to the
|
||||||
|
Loading…
Reference in New Issue
Block a user