mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
dockerode - add definition for AuthConfig
This commit is contained in:
parent
4ca1d661b9
commit
2ecb8765a0
9
types/dockerode/index.d.ts
vendored
9
types/dockerode/index.d.ts
vendored
@ -587,6 +587,13 @@ declare namespace Dockerode {
|
||||
};
|
||||
}
|
||||
|
||||
interface AuthConfig {
|
||||
username: string;
|
||||
password: string;
|
||||
serveraddress: string;
|
||||
email?: string;
|
||||
}
|
||||
|
||||
interface PortBinding {
|
||||
HostIp?: string;
|
||||
HostPort?: string;
|
||||
@ -601,7 +608,7 @@ declare namespace Dockerode {
|
||||
MaximumRetryCount?: number;
|
||||
}
|
||||
|
||||
type LoggingDriverType =
|
||||
type LoggingDriverType =
|
||||
| "json-file"
|
||||
| "syslog"
|
||||
| "journald"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user