public class ProfileConfig extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
ProfileConfig()
No args constructor for use in serialization
|
ProfileConfig(Boolean debug,
String tunedProfile) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Boolean |
getDebug() |
String |
getTunedProfile() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setDebug(Boolean debug) |
void |
setTunedProfile(String tunedProfile) |
public ProfileConfig()
Copyright © 2015–2022 Red Hat. All rights reserved.