Interface IngressSpecFluent.TlsNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<IngressSpecFluent.TlsNested<N>>
,IngressTLSFluent<IngressSpecFluent.TlsNested<N>>
,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
IngressSpecFluentImpl.TlsNestedImpl
- Enclosing interface:
- IngressSpecFluent<A extends IngressSpecFluent<A>>
public static interface IngressSpecFluent.TlsNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, IngressTLSFluent<IngressSpecFluent.TlsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endTl()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.networking.v1beta1.IngressTLSFluent
addAllToHosts, addNewHost, addNewHost, addNewHost, addToHosts, addToHosts, getFirstHost, getHost, getHosts, getLastHost, getMatchingHost, getSecretName, hasHosts, hasMatchingHost, hasSecretName, removeAllFromHosts, removeFromHosts, setToHosts, withHosts, withHosts, withNewSecretName, withNewSecretName, withNewSecretName, withSecretName
-
-