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 A
addAllToHosts(Collection<String> items)
A
addNewHost(String arg1)
A
addNewHost(StringBuffer arg1)
A
addNewHost(StringBuilder arg1)
A
addToHosts(int index, String item)
A
addToHosts(String... items)
String
getFirstHost()
String
getHost(int index)
List<String>
getHosts()
String
getLastHost()
String
getMatchingHost(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
String
getSecretName()
Boolean
hasHosts()
Boolean
hasMatchingHost(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
Boolean
hasSecretName()
A
removeAllFromHosts(Collection<String> items)
A
removeFromHosts(String... items)
A
setToHosts(int index, String item)
A
withHosts(String... hosts)
A
withHosts(List<String> hosts)
A
withNewSecretName(String arg1)
A
withNewSecretName(StringBuffer arg1)
A
withNewSecretName(StringBuilder arg1)
A
withSecretName(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
-