public class YamlBasedK8sStack extends ComponentBasedK8sStack
| Constructor and Description |
|---|
YamlBasedK8sStack(URL... yaml) |
| Modifier and Type | Method and Description |
|---|---|
List<GizmoK8sStack> |
getDependencies() |
List<io.fabric8.kubernetes.api.model.Pod> |
getPods(GizmoK8sStacker stacker) |
List<io.fabric8.kubernetes.api.model.ReplicationController> |
getReplicationControllers(GizmoK8sStacker stacker) |
List<io.fabric8.kubernetes.api.model.Secret> |
getSecrets(GizmoK8sStacker stacker) |
List<io.fabric8.kubernetes.api.model.Service> |
getServices(GizmoK8sStacker stacker) |
Map<String,Object> |
getTemplateContext() |
List<Consumer<GizmoK8sStacker>> |
getWaitingRules() |
void |
useTemplating(boolean useTemplating) |
createpublic YamlBasedK8sStack(URL... yaml)
public void useTemplating(boolean useTemplating)
public List<GizmoK8sStack> getDependencies()
getDependencies in interface org.opennms.gizmo.GizmoStack<GizmoK8sStack,GizmoK8sStacker>getDependencies in interface GizmoK8sStackgetDependencies in class ComponentBasedK8sStackpublic List<io.fabric8.kubernetes.api.model.Secret> getSecrets(GizmoK8sStacker stacker)
getSecrets in class ComponentBasedK8sStackpublic List<io.fabric8.kubernetes.api.model.Service> getServices(GizmoK8sStacker stacker)
getServices in class ComponentBasedK8sStackpublic List<io.fabric8.kubernetes.api.model.ReplicationController> getReplicationControllers(GizmoK8sStacker stacker)
getReplicationControllers in class ComponentBasedK8sStackpublic List<io.fabric8.kubernetes.api.model.Pod> getPods(GizmoK8sStacker stacker)
getPods in class ComponentBasedK8sStackpublic List<Consumer<GizmoK8sStacker>> getWaitingRules()
getWaitingRules in interface org.opennms.gizmo.GizmoStack<GizmoK8sStack,GizmoK8sStacker>getWaitingRules in interface GizmoK8sStackgetWaitingRules in class ComponentBasedK8sStackCopyright © 2017. All rights reserved.