public class EnvVarValueModel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EnvVarValueModel.ConfigMapKeyValue
Model for configMapKey type values for environment variables.
|
static class |
EnvVarValueModel.FieldRef
Model for fieldRef type values for environment variables.
|
static interface |
EnvVarValueModel.RefValue
Interface for valueFrom type environment variables.
|
static class |
EnvVarValueModel.ResourceFieldRef
Model for resourceFieldRef type values for environment variables.
|
static class |
EnvVarValueModel.SecretKeyRef
Model for secretKeyRef type values for environment variables.
|
Constructor and Description |
---|
EnvVarValueModel(EnvVarValueModel.RefValue valueFrom) |
EnvVarValueModel(String value) |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
EnvVarValueModel.RefValue |
getValueFrom() |
void |
setValue(String value) |
void |
setValueFrom(EnvVarValueModel.RefValue valueFrom) |
String |
toString() |
public EnvVarValueModel(String value)
public EnvVarValueModel(EnvVarValueModel.RefValue valueFrom)
public String getValue()
public void setValue(String value)
public EnvVarValueModel.RefValue getValueFrom()
public void setValueFrom(EnvVarValueModel.RefValue valueFrom)
Copyright © 2019 WSO2. All rights reserved.