public class DockerContextMetaFile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DockerContextMetaFile.Endpoints |
| Constructor and Description |
|---|
DockerContextMetaFile() |
| Modifier and Type | Method and Description |
|---|---|
static DockerContextMetaFile |
loadContextMetaFile(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
File dockerContextMetaFile) |
static DockerContextMetaFile |
parseContextMetaFile(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
File dockerContextMetaFile) |
static Optional<DockerContextMetaFile> |
resolveContextMetaFile(com.fasterxml.jackson.databind.ObjectMapper objectMapper,
File dockerConfigPath,
String context) |
static Optional<File> |
resolveContextTLSFile(File dockerConfigPath,
String context) |
public static Optional<DockerContextMetaFile> resolveContextMetaFile(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dockerConfigPath, String context)
public static Optional<File> resolveContextTLSFile(File dockerConfigPath, String context)
public static DockerContextMetaFile loadContextMetaFile(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dockerContextMetaFile)
public static DockerContextMetaFile parseContextMetaFile(com.fasterxml.jackson.databind.ObjectMapper objectMapper, File dockerContextMetaFile) throws IOException
IOExceptionCopyright © 2025. All rights reserved.