Class IngressTLSFluent<A extends IngressTLSFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IngressTLSFluent<A>
-
- Direct Known Subclasses:
IngressSpecFluent.TlsNested
,IngressTLSBuilder
public class IngressTLSFluent<A extends IngressTLSFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Constructor Summary
Constructors Constructor Description IngressTLSFluent()
IngressTLSFluent(IngressTLS instance)
-
Method Summary
-
-
-
Constructor Detail
-
IngressTLSFluent
public IngressTLSFluent()
-
IngressTLSFluent
public IngressTLSFluent(IngressTLS instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IngressTLS instance)
-
addAllToHosts
public A addAllToHosts(Collection<String> items)
-
removeAllFromHosts
public A removeAllFromHosts(Collection<String> items)
-
getHost
public String getHost(int index)
-
getFirstHost
public String getFirstHost()
-
getLastHost
public String getLastHost()
-
hasHosts
public boolean hasHosts()
-
getSecretName
public String getSecretName()
-
hasSecretName
public boolean hasSecretName()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressTLSFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressTLSFluent<A>>
-
-