public class ValuesHolder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ValuesHolder.HelmValueHolder |
| Constructor and Description |
|---|
ValuesHolder() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ValuesHolder.HelmValueHolder> |
get(String profile) |
Map<String,ValuesHolder.HelmValueHolder> |
getProdValues() |
Map<String,Map<String,ValuesHolder.HelmValueHolder>> |
getValuesByProfile() |
void |
put(String property,
ConfigReference config) |
void |
put(String property,
ConfigReference config,
Object value) |
void |
put(String property,
ConfigReference config,
Object value,
String profile) |
void |
putIfAbsent(String property,
ConfigReference config,
Object value,
String profile) |
public Map<String,ValuesHolder.HelmValueHolder> getProdValues()
public Map<String,Map<String,ValuesHolder.HelmValueHolder>> getValuesByProfile()
public void put(String property, ConfigReference config)
public void put(String property, ConfigReference config, Object value)
public void put(String property, ConfigReference config, Object value, String profile)
public void putIfAbsent(String property, ConfigReference config, Object value, String profile)
public Map<String,ValuesHolder.HelmValueHolder> get(String profile)
Copyright © 2018–2023 Red Hat. All rights reserved.