public class ConfigurationSpec extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ConfigurationSpec()
No args constructor for use in serialization
|
ConfigurationSpec(String resourceKey,
String resourceMountPoint,
String resourceType,
String type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
String |
getResourceKey() |
String |
getResourceMountPoint() |
String |
getResourceType() |
String |
getType() |
String |
getValue() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setResourceKey(String resourceKey) |
void |
setResourceMountPoint(String resourceMountPoint) |
void |
setResourceType(String resourceType) |
void |
setType(String type) |
void |
setValue(String value) |
public ConfigurationSpec()
public String getResourceKey()
public void setResourceKey(String resourceKey)
public String getResourceMountPoint()
public void setResourceMountPoint(String resourceMountPoint)
public String getResourceType()
public void setResourceType(String resourceType)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
Copyright © 2015–2023 Red Hat. All rights reserved.