Interface V1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1IngressSpecFluent.TlsNested<N>
- All Known Implementing Classes:
V1IngressTLSBuilder,V1IngressTLSFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionaddAllToHosts(Collection<String> items) addToHosts(Integer index, String item) addToHosts(String... items) getHosts()getMatchingHost(Predicate<String> predicate) hasHosts()hasMatchingHost(Predicate<String> predicate) removeAllFromHosts(Collection<String> items) removeFromHosts(String... items) setToHosts(Integer index, String item) 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() -
getSecretName
String getSecretName() -
withSecretName
-
hasSecretName
Boolean hasSecretName()
-