Class DoneableIngressTLS
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.networking.v1beta1.IngressTLSFluentImpl<DoneableIngressTLS>
io.fabric8.kubernetes.api.model.networking.v1beta1.DoneableIngressTLS
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<DoneableIngressTLS>
,io.fabric8.kubernetes.api.builder.Visitable<DoneableIngressTLS>
,io.fabric8.kubernetes.api.model.Doneable<IngressTLS>
,IngressTLSFluent<DoneableIngressTLS>
public class DoneableIngressTLS extends IngressTLSFluentImpl<DoneableIngressTLS> implements io.fabric8.kubernetes.api.model.Doneable<IngressTLS>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableIngressTLS(io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function)
DoneableIngressTLS(IngressTLS item)
DoneableIngressTLS(IngressTLS item, io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function)
-
Method Summary
Modifier and Type Method Description IngressTLS
done()
Methods inherited from class io.fabric8.kubernetes.api.model.networking.v1beta1.IngressTLSFluentImpl
addAllToHosts, addNewHost, addNewHost, addNewHost, addToHosts, addToHosts, equals, getFirstHost, getHost, getHosts, getLastHost, getMatchingHost, getSecretName, hasHosts, hasMatchingHost, hasSecretName, removeAllFromHosts, removeFromHosts, setToHosts, withHosts, withHosts, withNewSecretName, withNewSecretName, withNewSecretName, withSecretName
-
Constructor Details
-
DoneableIngressTLS
public DoneableIngressTLS(io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function) -
DoneableIngressTLS
public DoneableIngressTLS(IngressTLS item, io.fabric8.kubernetes.api.builder.Function<IngressTLS,IngressTLS> function) -
DoneableIngressTLS
-
-
Method Details
-
done
- Specified by:
done
in interfaceio.fabric8.kubernetes.api.model.Doneable<IngressTLS>
-