Class V1IngressTLSFluentImpl<A extends V1IngressTLSFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1IngressTLSFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1IngressTLSFluent<A>
- Direct Known Subclasses:
V1IngressTLSBuilder
public class V1IngressTLSFluentImpl<A extends V1IngressTLSFluent<A>>
extends BaseFluent<A>
implements V1IngressTLSFluent<A>
Generated
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1IngressTLSFluentImpl
(io.kubernetes.client.openapi.models.V1IngressTLS instance) -
Method Summary
Modifier and TypeMethodDescriptionaddAllToHosts
(Collection<String> items) addToHosts
(Integer index, String item) addToHosts
(String... items) boolean
getHosts()
getMatchingHost
(Predicate<String> predicate) int
hashCode()
hasHosts()
hasMatchingHost
(Predicate<String> predicate) removeAllFromHosts
(Collection<String> items) removeFromHosts
(String... items) setToHosts
(Integer index, String item) toString()
withSecretName
(String secretName) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1IngressTLSFluentImpl
public V1IngressTLSFluentImpl() -
V1IngressTLSFluentImpl
public V1IngressTLSFluentImpl(io.kubernetes.client.openapi.models.V1IngressTLS instance)
-
-
Method Details
-
addToHosts
- Specified by:
addToHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
setToHosts
- Specified by:
setToHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
addToHosts
- Specified by:
addToHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
addAllToHosts
- Specified by:
addAllToHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
removeFromHosts
- Specified by:
removeFromHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
removeAllFromHosts
- Specified by:
removeAllFromHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
getHosts
- Specified by:
getHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
getHost
- Specified by:
getHost
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
getFirstHost
- Specified by:
getFirstHost
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
getLastHost
- Specified by:
getLastHost
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
getMatchingHost
- Specified by:
getMatchingHost
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
hasMatchingHost
- Specified by:
hasMatchingHost
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
withHosts
- Specified by:
withHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
withHosts
- Specified by:
withHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
hasHosts
- Specified by:
hasHosts
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
getSecretName
- Specified by:
getSecretName
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
withSecretName
- Specified by:
withSecretName
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
hasSecretName
- Specified by:
hasSecretName
in interfaceV1IngressTLSFluent<A extends V1IngressTLSFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1IngressTLSFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1IngressTLSFluent<A>>
-
toString
-