Package | Description |
---|---|
io.fabric8.maven.core.util |
Modifier and Type | Field and Description |
---|---|
static ResourceVersioning |
KubernetesResourceUtil.DEFAULT_RESOURCE_VERSIONING |
Modifier and Type | Method and Description |
---|---|
protected ResourceVersioning |
ResourceVersioning.copy() |
ResourceVersioning |
ResourceVersioning.withAppsVersion(String appsVersion) |
ResourceVersioning |
ResourceVersioning.withCoreVersion(String coreVersion) |
ResourceVersioning |
ResourceVersioning.withExtensionsVersion(String extensionsVersion) |
ResourceVersioning |
ResourceVersioning.withJobVersion(String jobVersion) |
Modifier and Type | Method and Description |
---|---|
static io.fabric8.kubernetes.api.model.HasMetadata |
KubernetesResourceUtil.getResource(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(ResourceVersioning apiVersions,
String defaultName,
File[] resourceFiles)
Read all Kubernetes resource fragments from a directory and create a
KubernetesListBuilder which
can be adapted later. |
Copyright © 2018. All rights reserved.