Class IngressTLSFluentImpl<A extends IngressTLSFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressTLSFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,IngressTLSFluent<A>
- Direct Known Subclasses:
DoneableIngressTLS,IngressSpecFluentImpl.TlsNestedImpl,IngressTLSBuilder
public class IngressTLSFluentImpl<A extends IngressTLSFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressTLSFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description IngressTLSFluentImpl()IngressTLSFluentImpl(IngressTLS instance) -
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)booleanequals(Object o)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)
-
Constructor Details
-
IngressTLSFluentImpl
public IngressTLSFluentImpl() -
IngressTLSFluentImpl
-
-
Method Details
-
addToHosts
- Specified by:
addToHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
setToHosts
- Specified by:
setToHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addToHosts
- Specified by:
addToHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addAllToHosts
- Specified by:
addAllToHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
removeFromHosts
- Specified by:
removeFromHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
removeAllFromHosts
- Specified by:
removeAllFromHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getHosts
- Specified by:
getHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getHost
- Specified by:
getHostin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getFirstHost
- Specified by:
getFirstHostin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getLastHost
- Specified by:
getLastHostin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getMatchingHost
- Specified by:
getMatchingHostin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasMatchingHost
- Specified by:
hasMatchingHostin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withHosts
- Specified by:
withHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withHosts
- Specified by:
withHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasHosts
- Specified by:
hasHostsin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
- Specified by:
addNewHostin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
- Specified by:
addNewHostin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
- Specified by:
addNewHostin interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getSecretName
- Specified by:
getSecretNamein interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withSecretName
- Specified by:
withSecretNamein interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasSecretName
- Specified by:
hasSecretNamein interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
- Specified by:
withNewSecretNamein interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
- Specified by:
withNewSecretNamein interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
- Specified by:
withNewSecretNamein interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
equals
-