Class EtcdConnectionInfoFluent<A extends EtcdConnectionInfoFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.config.v1.EtcdConnectionInfoFluent<A>
-
- Direct Known Subclasses:
EtcdConnectionInfoBuilder
public class EtcdConnectionInfoFluent<A extends EtcdConnectionInfoFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description EtcdConnectionInfoFluent()EtcdConnectionInfoFluent(EtcdConnectionInfo instance)
-
Method Summary
-
-
-
Constructor Detail
-
EtcdConnectionInfoFluent
public EtcdConnectionInfoFluent()
-
EtcdConnectionInfoFluent
public EtcdConnectionInfoFluent(EtcdConnectionInfo instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(EtcdConnectionInfo instance)
-
getCa
public String getCa()
-
hasCa
public boolean hasCa()
-
getCertFile
public String getCertFile()
-
hasCertFile
public boolean hasCertFile()
-
getKeyFile
public String getKeyFile()
-
hasKeyFile
public boolean hasKeyFile()
-
addAllToUrls
public A addAllToUrls(Collection<String> items)
-
removeAllFromUrls
public A removeAllFromUrls(Collection<String> items)
-
getUrl
public String getUrl(int index)
-
getFirstUrl
public String getFirstUrl()
-
getLastUrl
public String getLastUrl()
-
hasUrls
public boolean hasUrls()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends EtcdConnectionInfoFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends EtcdConnectionInfoFluent<A>>
-
-