Package | Description |
---|---|
io.fabric8.maven.core.config | |
io.fabric8.maven.core.util.kubernetes |
Modifier and Type | Method and Description |
---|---|
static PlatformMode |
PlatformMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformMode[] |
PlatformMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static io.fabric8.kubernetes.api.model.HasMetadata |
KubernetesResourceUtil.getResource(PlatformMode platformMode,
ResourceVersioning apiVersions,
File file,
String appName)
Read a Kubernetes resource fragment and add meta information extracted from the filename
to the resource descriptor.
|
static io.fabric8.kubernetes.api.model.KubernetesListBuilder |
KubernetesResourceUtil.readResourceFragmentsFrom(PlatformMode platformMode,
ResourceVersioning apiVersions,
String defaultName,
File[] resourceFiles)
Read all Kubernetes resource fragments from a directory and create a
KubernetesListBuilder which
can be adapted later. |
Copyright © 2021. All rights reserved.