Package | Description |
---|---|
io.fabric8.maven.core.util |
Modifier and Type | Method and Description |
---|---|
static ResourceFileType |
ResourceFileType.fromExtension(String ext) |
static ResourceFileType |
ResourceFileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceFileType[] |
ResourceFileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static File |
KubernetesResourceUtil.writeResource(Object resource,
File target,
ResourceFileType resourceFileType) |
static File |
KubernetesResourceUtil.writeResourceFile(Object resource,
File outputFile,
ResourceFileType resourceFileType) |
Copyright © 2018. All rights reserved.