public class RbacSpecFluentImpl<A extends RbacSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements RbacSpecFluent<A>
| Constructor and Description |
|---|
RbacSpecFluentImpl() |
RbacSpecFluentImpl(RbacSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getCacheDuration() |
String |
getConfigStoreUrl() |
Boolean |
hasCacheDuration() |
Boolean |
hasConfigStoreUrl() |
A |
withCacheDuration(Long cacheDuration) |
A |
withConfigStoreUrl(String configStoreUrl) |
A |
withNewCacheDuration(long arg1) |
A |
withNewCacheDuration(String arg1) |
public RbacSpecFluentImpl()
public RbacSpecFluentImpl(RbacSpec instance)
public Long getCacheDuration()
getCacheDuration in interface RbacSpecFluent<A extends RbacSpecFluent<A>>public A withCacheDuration(Long cacheDuration)
withCacheDuration in interface RbacSpecFluent<A extends RbacSpecFluent<A>>public Boolean hasCacheDuration()
hasCacheDuration in interface RbacSpecFluent<A extends RbacSpecFluent<A>>public A withNewCacheDuration(String arg1)
withNewCacheDuration in interface RbacSpecFluent<A extends RbacSpecFluent<A>>public A withNewCacheDuration(long arg1)
withNewCacheDuration in interface RbacSpecFluent<A extends RbacSpecFluent<A>>public String getConfigStoreUrl()
getConfigStoreUrl in interface RbacSpecFluent<A extends RbacSpecFluent<A>>public A withConfigStoreUrl(String configStoreUrl)
withConfigStoreUrl in interface RbacSpecFluent<A extends RbacSpecFluent<A>>public Boolean hasConfigStoreUrl()
hasConfigStoreUrl in interface RbacSpecFluent<A extends RbacSpecFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.