public abstract class AbstractConfigProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AbstractConfigProperties.RetryProperties
Kubernetes config retry properties.
|
Modifier and Type | Field and Description |
---|---|
protected boolean |
enabled |
protected boolean |
failFast |
protected boolean |
includeProfileSpecificSources |
protected String |
name |
protected String |
namespace |
protected AbstractConfigProperties.RetryProperties |
retry |
protected boolean |
useNameAsPrefix |
Constructor and Description |
---|
AbstractConfigProperties() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getConfigurationTarget() |
String |
getName() |
String |
getNamespace() |
AbstractConfigProperties.RetryProperties |
getRetry() |
boolean |
isEnabled() |
boolean |
isFailFast() |
boolean |
isIncludeProfileSpecificSources() |
boolean |
isUseNameAsPrefix() |
void |
setEnabled(boolean enabled) |
void |
setFailFast(boolean failFast) |
void |
setIncludeProfileSpecificSources(boolean includeProfileSpecificSources) |
void |
setName(String name) |
void |
setNamespace(String namespace) |
void |
setRetry(AbstractConfigProperties.RetryProperties retry) |
void |
setUseNameAsPrefix(boolean useNameAsPrefix) |
protected boolean enabled
protected String name
protected String namespace
protected boolean useNameAsPrefix
protected boolean includeProfileSpecificSources
protected boolean failFast
protected AbstractConfigProperties.RetryProperties retry
public abstract String getConfigurationTarget()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public String getName()
public void setName(String name)
public String getNamespace()
public void setNamespace(String namespace)
public boolean isUseNameAsPrefix()
public void setUseNameAsPrefix(boolean useNameAsPrefix)
public boolean isIncludeProfileSpecificSources()
public void setIncludeProfileSpecificSources(boolean includeProfileSpecificSources)
public boolean isFailFast()
public void setFailFast(boolean failFast)
public AbstractConfigProperties.RetryProperties getRetry()
public void setRetry(AbstractConfigProperties.RetryProperties retry)
Copyright © 2017–2022 Pivotal Software, Inc.. All rights reserved.