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:
IngressSpecFluentImpl.TlsNestedImpl
,IngressTLSBuilder
public class IngressTLSFluentImpl<A extends IngressTLSFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressTLSFluent<A>
-
-
Constructor Summary
Constructors Constructor Description IngressTLSFluentImpl()
IngressTLSFluentImpl(IngressTLS instance)
-
Method Summary
All Methods Instance Methods Concrete Methods 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(Predicate<String> predicate)
String
getSecretName()
int
hashCode()
Boolean
hasHosts()
Boolean
hasMatchingHost(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 Detail
-
IngressTLSFluentImpl
public IngressTLSFluentImpl()
-
IngressTLSFluentImpl
public IngressTLSFluentImpl(IngressTLS instance)
-
-
Method Detail
-
addToHosts
public A addToHosts(int index, String item)
- Specified by:
addToHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
setToHosts
public A setToHosts(int index, String item)
- Specified by:
setToHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addToHosts
public A addToHosts(String... items)
- Specified by:
addToHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addAllToHosts
public A addAllToHosts(Collection<String> items)
- Specified by:
addAllToHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
removeFromHosts
public A removeFromHosts(String... items)
- Specified by:
removeFromHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
removeAllFromHosts
public A removeAllFromHosts(Collection<String> items)
- Specified by:
removeAllFromHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getHosts
public List<String> getHosts()
- Specified by:
getHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getHost
public String getHost(int index)
- Specified by:
getHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getFirstHost
public String getFirstHost()
- Specified by:
getFirstHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getLastHost
public String getLastHost()
- Specified by:
getLastHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getMatchingHost
public String getMatchingHost(Predicate<String> predicate)
- Specified by:
getMatchingHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasMatchingHost
public Boolean hasMatchingHost(Predicate<String> predicate)
- Specified by:
hasMatchingHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withHosts
public A withHosts(List<String> hosts)
- Specified by:
withHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withHosts
public A withHosts(String... hosts)
- Specified by:
withHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasHosts
public Boolean hasHosts()
- Specified by:
hasHosts
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
public A addNewHost(String arg1)
- Specified by:
addNewHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
public A addNewHost(StringBuilder arg1)
- Specified by:
addNewHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
addNewHost
public A addNewHost(StringBuffer arg1)
- Specified by:
addNewHost
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
getSecretName
public String getSecretName()
- Specified by:
getSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withSecretName
public A withSecretName(String secretName)
- Specified by:
withSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
hasSecretName
public Boolean hasSecretName()
- Specified by:
hasSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
public A withNewSecretName(String arg1)
- Specified by:
withNewSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
public A withNewSecretName(StringBuilder arg1)
- Specified by:
withNewSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
withNewSecretName
public A withNewSecretName(StringBuffer arg1)
- Specified by:
withNewSecretName
in interfaceIngressTLSFluent<A extends IngressTLSFluent<A>>
-
-