Interface IngressTLSFluent<A extends IngressTLSFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
IngressSpecFluent.TlsNested<N>
- All Known Implementing Classes:
DoneableIngressTLS,IngressSpecFluentImpl.TlsNestedImpl,IngressTLSBuilder,IngressTLSFluentImpl
public interface IngressTLSFluent<A extends IngressTLSFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description AaddAllToHosts(Collection<String> items)AaddNewHost(String arg1)AaddNewHost(StringBuffer arg1)AaddNewHost(StringBuilder arg1)AaddToHosts(int index, String item)AaddToHosts(String... items)StringgetFirstHost()StringgetHost(int index)List<String>getHosts()StringgetLastHost()StringgetMatchingHost(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)StringgetSecretName()BooleanhasHosts()BooleanhasMatchingHost(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)BooleanhasSecretName()AremoveAllFromHosts(Collection<String> items)AremoveFromHosts(String... items)AsetToHosts(int index, String item)AwithHosts(String... hosts)AwithHosts(List<String> hosts)AwithNewSecretName(String arg1)AwithNewSecretName(StringBuffer arg1)AwithNewSecretName(StringBuilder arg1)AwithSecretName(String secretName)
-
Method Details
-
addToHosts
-
setToHosts
-
addToHosts
-
addAllToHosts
-
removeFromHosts
-
removeAllFromHosts
-
getHosts
-
getHost
-
getFirstHost
String getFirstHost() -
getLastHost
String getLastHost() -
getMatchingHost
-
hasMatchingHost
-
withHosts
-
withHosts
-
hasHosts
Boolean hasHosts() -
addNewHost
-
addNewHost
-
addNewHost
-
getSecretName
String getSecretName() -
withSecretName
-
hasSecretName
Boolean hasSecretName() -
withNewSecretName
-
withNewSecretName
-
withNewSecretName
-