public class KubernetesenvSpecFluentImpl<A extends KubernetesenvSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements KubernetesenvSpecFluent<A>
| Constructor and Description |
|---|
KubernetesenvSpecFluentImpl() |
KubernetesenvSpecFluentImpl(KubernetesenvSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCacheRefreshDuration() |
String |
getKubeconfigPath() |
Boolean |
hasCacheRefreshDuration() |
Boolean |
hasKubeconfigPath() |
A |
withCacheRefreshDuration(Long cacheRefreshDuration) |
A |
withKubeconfigPath(String kubeconfigPath) |
A |
withNewCacheRefreshDuration(long arg1) |
A |
withNewCacheRefreshDuration(String arg1) |
public KubernetesenvSpecFluentImpl()
public KubernetesenvSpecFluentImpl(KubernetesenvSpec instance)
public Long getCacheRefreshDuration()
getCacheRefreshDuration in interface KubernetesenvSpecFluent<A extends KubernetesenvSpecFluent<A>>public A withCacheRefreshDuration(Long cacheRefreshDuration)
withCacheRefreshDuration in interface KubernetesenvSpecFluent<A extends KubernetesenvSpecFluent<A>>public Boolean hasCacheRefreshDuration()
hasCacheRefreshDuration in interface KubernetesenvSpecFluent<A extends KubernetesenvSpecFluent<A>>public A withNewCacheRefreshDuration(String arg1)
withNewCacheRefreshDuration in interface KubernetesenvSpecFluent<A extends KubernetesenvSpecFluent<A>>public A withNewCacheRefreshDuration(long arg1)
withNewCacheRefreshDuration in interface KubernetesenvSpecFluent<A extends KubernetesenvSpecFluent<A>>public String getKubeconfigPath()
getKubeconfigPath in interface KubernetesenvSpecFluent<A extends KubernetesenvSpecFluent<A>>public A withKubeconfigPath(String kubeconfigPath)
withKubeconfigPath in interface KubernetesenvSpecFluent<A extends KubernetesenvSpecFluent<A>>public Boolean hasKubeconfigPath()
hasKubeconfigPath in interface KubernetesenvSpecFluent<A extends KubernetesenvSpecFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.