Class ConsulSDConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.ConsulSDConfigFluent<ConsulSDConfigBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.ConsulSDConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ConsulSDConfig>,io.fabric8.kubernetes.api.builder.Visitable<ConsulSDConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ConsulSDConfig,ConsulSDConfigBuilder>
public class ConsulSDConfigBuilder extends ConsulSDConfigFluent<ConsulSDConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ConsulSDConfig,ConsulSDConfigBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1alpha1.ConsulSDConfigFluent
ConsulSDConfigFluent.AuthorizationNested<N>, ConsulSDConfigFluent.BasicAuthNested<N>, ConsulSDConfigFluent.Oauth2Nested<N>, ConsulSDConfigFluent.TlsConfigNested<N>
-
-
Constructor Summary
Constructors Constructor Description ConsulSDConfigBuilder()ConsulSDConfigBuilder(ConsulSDConfig instance)ConsulSDConfigBuilder(ConsulSDConfigFluent<?> fluent)ConsulSDConfigBuilder(ConsulSDConfigFluent<?> fluent, ConsulSDConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsulSDConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1alpha1.ConsulSDConfigFluent
addAllToServices, addAllToTags, addToAdditionalProperties, addToAdditionalProperties, addToNodeMeta, addToNodeMeta, addToProxyConnectHeader, addToProxyConnectHeader, addToServices, addToServices, addToTags, addToTags, buildAuthorization, buildBasicAuth, buildOauth2, buildTlsConfig, copyInstance, editAuthorization, editBasicAuth, editOauth2, editOrNewAuthorization, editOrNewAuthorizationLike, editOrNewBasicAuth, editOrNewBasicAuthLike, editOrNewOauth2, editOrNewOauth2Like, editOrNewTlsConfig, editOrNewTlsConfigLike, editTlsConfig, equals, getAdditionalProperties, getAllowStale, getDatacenter, getEnableHTTP2, getFilter, getFirstService, getFirstTag, getFollowRedirects, getLastService, getLastTag, getMatchingService, getMatchingTag, getNamespace, getNodeMeta, getNoProxy, getPartition, getPathPrefix, getProxyConnectHeader, getProxyFromEnvironment, getProxyUrl, getRefreshInterval, getScheme, getServer, getService, getServices, getTag, getTags, getTagSeparator, getTokenRef, hasAdditionalProperties, hasAllowStale, hasAuthorization, hasBasicAuth, hasDatacenter, hasEnableHTTP2, hasFilter, hasFollowRedirects, hashCode, hasMatchingService, hasMatchingTag, hasNamespace, hasNodeMeta, hasNoProxy, hasOauth2, hasPartition, hasPathPrefix, hasProxyConnectHeader, hasProxyFromEnvironment, hasProxyUrl, hasRefreshInterval, hasScheme, hasServer, hasServices, hasTags, hasTagSeparator, hasTlsConfig, hasTokenRef, removeAllFromServices, removeAllFromTags, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromNodeMeta, removeFromNodeMeta, removeFromProxyConnectHeader, removeFromProxyConnectHeader, removeFromServices, removeFromTags, setToServices, setToTags, toString, withAdditionalProperties, withAllowStale, withAllowStale, withAuthorization, withBasicAuth, withDatacenter, withEnableHTTP2, withEnableHTTP2, withFilter, withFollowRedirects, withFollowRedirects, withNamespace, withNewAuthorization, withNewAuthorizationLike, withNewBasicAuth, withNewBasicAuthLike, withNewOauth2, withNewOauth2Like, withNewTlsConfig, withNewTlsConfigLike, withNewTokenRef, withNodeMeta, withNoProxy, withOauth2, withPartition, withPathPrefix, withProxyConnectHeader, withProxyFromEnvironment, withProxyFromEnvironment, withProxyUrl, withRefreshInterval, withScheme, withServer, withServices, withServices, withTags, withTags, withTagSeparator, withTlsConfig, withTokenRef
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ConsulSDConfigBuilder
public ConsulSDConfigBuilder()
-
ConsulSDConfigBuilder
public ConsulSDConfigBuilder(ConsulSDConfigFluent<?> fluent)
-
ConsulSDConfigBuilder
public ConsulSDConfigBuilder(ConsulSDConfig instance)
-
ConsulSDConfigBuilder
public ConsulSDConfigBuilder(ConsulSDConfigFluent<?> fluent, ConsulSDConfig instance)
-
-
Method Detail
-
build
public ConsulSDConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ConsulSDConfig>
-
-