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 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)
boolean
equals(Object o)
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)
-
Constructor Details
-
IngressTLSFluentImpl
public IngressTLSFluentImpl() -
IngressTLSFluentImpl
-
-
Method Details
-
addToHosts
- Specified by:
addToHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
setToHosts
- Specified by:
setToHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addToHosts
- Specified by:
addToHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addAllToHosts
- Specified by:
addAllToHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
removeFromHosts
- Specified by:
removeFromHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
removeAllFromHosts
- Specified by:
removeAllFromHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getHosts
- Specified by:
getHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getHost
- Specified by:
getHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getFirstHost
- Specified by:
getFirstHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getLastHost
- Specified by:
getLastHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getMatchingHost
- Specified by:
getMatchingHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasMatchingHost
- Specified by:
hasMatchingHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withHosts
- Specified by:
withHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withHosts
- Specified by:
withHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasHosts
- Specified by:
hasHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
- Specified by:
addNewHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
- Specified by:
addNewHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
- Specified by:
addNewHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getSecretName
- Specified by:
getSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withSecretName
- Specified by:
withSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasSecretName
- Specified by:
hasSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
- Specified by:
withNewSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
- Specified by:
withNewSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
- Specified by:
withNewSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
equals
-