Class IngressSpecFluent.TlsNested<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1.IngressTLSFluent<IngressSpecFluent.TlsNested<N>>
-
- io.fabric8.kubernetes.api.model.networking.v1.IngressSpecFluent.TlsNested<N>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Nested<N>
- Enclosing class:
- IngressSpecFluent<A extends IngressSpecFluent<A>>
public class IngressSpecFluent.TlsNested<N> extends IngressTLSFluent<IngressSpecFluent.TlsNested<N>> implements io.fabric8.kubernetes.api.builder.Nested<N>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endTl()
-
Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1.IngressTLSFluent
addAllToHosts, addToAdditionalProperties, addToAdditionalProperties, addToHosts, addToHosts, copyInstance, equals, getAdditionalProperties, getFirstHost, getHost, getHosts, getLastHost, getMatchingHost, getSecretName, hasAdditionalProperties, hashCode, hasHosts, hasMatchingHost, hasSecretName, removeAllFromHosts, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromHosts, setToHosts, toString, withAdditionalProperties, withHosts, withHosts, withSecretName
-
-