Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
ContainerSpecFile |
ContainerSpecSecret.getFile() |
ContainerSpecFile |
ContainerSpecConfig.getFile() |
ContainerSpecFile |
ContainerSpecFile.withGid(java.lang.String gid) |
ContainerSpecFile |
ContainerSpecFile.withMode(java.lang.Long mode) |
ContainerSpecFile |
ContainerSpecFile.withName(java.lang.String name) |
ContainerSpecFile |
ContainerSpecFile.withUid(java.lang.String uid) |
Modifier and Type | Method and Description |
---|---|
ContainerSpecSecret |
ContainerSpecSecret.withFile(ContainerSpecFile file) |
ContainerSpecConfig |
ContainerSpecConfig.withFile(ContainerSpecFile file) |
Copyright © 2020. All Rights Reserved.