Interface IngressControllerFluent.SpecNested<N>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<IngressControllerFluent.SpecNested<N>>,IngressControllerSpecFluent<IngressControllerFluent.SpecNested<N>>,io.fabric8.kubernetes.api.builder.Nested<N>
- All Known Implementing Classes:
IngressControllerFluentImpl.SpecNestedImpl
- Enclosing interface:
- IngressControllerFluent<A extends IngressControllerFluent<A>>
public static interface IngressControllerFluent.SpecNested<N> extends io.fabric8.kubernetes.api.builder.Nested<N>, IngressControllerSpecFluent<IngressControllerFluent.SpecNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.IngressControllerSpecFluent
IngressControllerSpecFluent.DefaultCertificateNested<N>, IngressControllerSpecFluent.EndpointPublishingStrategyNested<N>, IngressControllerSpecFluent.HttpHeadersNested<N>, IngressControllerSpecFluent.LoggingNested<N>, IngressControllerSpecFluent.NamespaceSelectorNested<N>, IngressControllerSpecFluent.NodePlacementNested<N>, IngressControllerSpecFluent.RouteAdmissionNested<N>, IngressControllerSpecFluent.RouteSelectorNested<N>, IngressControllerSpecFluent.TlsSecurityProfileNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendSpec()-
Methods inherited from interface io.fabric8.openshift.api.model.operator.v1.IngressControllerSpecFluent
buildDefaultCertificate, buildEndpointPublishingStrategy, buildHttpHeaders, buildLogging, buildNamespaceSelector, buildNodePlacement, buildRouteAdmission, buildRouteSelector, buildTlsSecurityProfile, editDefaultCertificate, editEndpointPublishingStrategy, editHttpHeaders, editLogging, editNamespaceSelector, editNodePlacement, editOrNewDefaultCertificate, editOrNewDefaultCertificateLike, editOrNewEndpointPublishingStrategy, editOrNewEndpointPublishingStrategyLike, editOrNewHttpHeaders, editOrNewHttpHeadersLike, editOrNewLogging, editOrNewLoggingLike, editOrNewNamespaceSelector, editOrNewNamespaceSelectorLike, editOrNewNodePlacement, editOrNewNodePlacementLike, editOrNewRouteAdmission, editOrNewRouteAdmissionLike, editOrNewRouteSelector, editOrNewRouteSelectorLike, editOrNewTlsSecurityProfile, editOrNewTlsSecurityProfileLike, editRouteAdmission, editRouteSelector, editTlsSecurityProfile, getDefaultCertificate, getDomain, getEndpointPublishingStrategy, getHttpHeaders, getLogging, getNamespaceSelector, getNodePlacement, getReplicas, getRouteAdmission, getRouteSelector, getTlsSecurityProfile, hasDefaultCertificate, hasDomain, hasEndpointPublishingStrategy, hasHttpHeaders, hasLogging, hasNamespaceSelector, hasNodePlacement, hasReplicas, hasRouteAdmission, hasRouteSelector, hasTlsSecurityProfile, withDefaultCertificate, withDomain, withEndpointPublishingStrategy, withHttpHeaders, withLogging, withNamespaceSelector, withNewDefaultCertificate, withNewDefaultCertificate, withNewDefaultCertificateLike, withNewDomain, withNewDomain, withNewDomain, withNewEndpointPublishingStrategy, withNewEndpointPublishingStrategyLike, withNewHttpHeaders, withNewHttpHeadersLike, withNewLogging, withNewLoggingLike, withNewNamespaceSelector, withNewNamespaceSelectorLike, withNewNodePlacement, withNewNodePlacementLike, withNewRouteAdmission, withNewRouteAdmission, withNewRouteAdmissionLike, withNewRouteSelector, withNewRouteSelectorLike, withNewTlsSecurityProfile, withNewTlsSecurityProfileLike, withNodePlacement, withReplicas, withRouteAdmission, withRouteSelector, withTlsSecurityProfile
-
-