Class HostAliasesFluent<A extends HostAliasesFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.HostAliasesFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
HostAliasesBuilder,SpecFluent.HostAliasesNested
public class HostAliasesFluent<A extends HostAliasesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description HostAliasesFluent()HostAliasesFluent(HostAliases instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddAllToHostnames(Collection<String> items)AaddToHostnames(int index, String item)AaddToHostnames(String... items)booleanequals(Object o)StringgetFirstHostname()StringgetHostname(int index)List<String>getHostnames()StringgetIp()StringgetLastHostname()StringgetMatchingHostname(Predicate<String> predicate)inthashCode()booleanhasHostnames()booleanhasIp()booleanhasMatchingHostname(Predicate<String> predicate)AremoveAllFromHostnames(Collection<String> items)AremoveFromHostnames(String... items)AsetToHostnames(int index, String item)StringtoString()AwithHostnames(String... hostnames)AwithHostnames(List<String> hostnames)AwithIp(String ip)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
HostAliasesFluent
public HostAliasesFluent()
-
HostAliasesFluent
public HostAliasesFluent(HostAliases instance)
-
-
Method Detail
-
addAllToHostnames
public A addAllToHostnames(Collection<String> items)
-
removeAllFromHostnames
public A removeAllFromHostnames(Collection<String> items)
-
getHostname
public String getHostname(int index)
-
getFirstHostname
public String getFirstHostname()
-
getLastHostname
public String getLastHostname()
-
hasHostnames
public boolean hasHostnames()
-
getIp
public String getIp()
-
hasIp
public boolean hasIp()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HostAliasesFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HostAliasesFluent<A>>
-
-