Class PuppetDBSDConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.PuppetDBSDConfigFluent<PuppetDBSDConfigBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.PuppetDBSDConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PuppetDBSDConfig>,io.fabric8.kubernetes.api.builder.Visitable<PuppetDBSDConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PuppetDBSDConfig,PuppetDBSDConfigBuilder>
public class PuppetDBSDConfigBuilder extends PuppetDBSDConfigFluent<PuppetDBSDConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PuppetDBSDConfig,PuppetDBSDConfigBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1alpha1.PuppetDBSDConfigFluent
PuppetDBSDConfigFluent.AuthorizationNested<N>, PuppetDBSDConfigFluent.BasicAuthNested<N>, PuppetDBSDConfigFluent.Oauth2Nested<N>, PuppetDBSDConfigFluent.TlsConfigNested<N>
-
-
Constructor Summary
Constructors Constructor Description PuppetDBSDConfigBuilder()PuppetDBSDConfigBuilder(PuppetDBSDConfig instance)PuppetDBSDConfigBuilder(PuppetDBSDConfigFluent<?> fluent)PuppetDBSDConfigBuilder(PuppetDBSDConfigFluent<?> fluent, PuppetDBSDConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PuppetDBSDConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1alpha1.PuppetDBSDConfigFluent
addToAdditionalProperties, addToAdditionalProperties, addToProxyConnectHeader, addToProxyConnectHeader, buildAuthorization, buildBasicAuth, buildOauth2, buildTlsConfig, copyInstance, editAuthorization, editBasicAuth, editOauth2, editOrNewAuthorization, editOrNewAuthorizationLike, editOrNewBasicAuth, editOrNewBasicAuthLike, editOrNewOauth2, editOrNewOauth2Like, editOrNewTlsConfig, editOrNewTlsConfigLike, editTlsConfig, equals, getAdditionalProperties, getEnableHTTP2, getFollowRedirects, getIncludeParameters, getNoProxy, getPort, getProxyConnectHeader, getProxyFromEnvironment, getProxyUrl, getQuery, getRefreshInterval, getUrl, hasAdditionalProperties, hasAuthorization, hasBasicAuth, hasEnableHTTP2, hasFollowRedirects, hashCode, hasIncludeParameters, hasNoProxy, hasOauth2, hasPort, hasProxyConnectHeader, hasProxyFromEnvironment, hasProxyUrl, hasQuery, hasRefreshInterval, hasTlsConfig, hasUrl, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromProxyConnectHeader, removeFromProxyConnectHeader, toString, withAdditionalProperties, withAuthorization, withBasicAuth, withEnableHTTP2, withEnableHTTP2, withFollowRedirects, withFollowRedirects, withIncludeParameters, withIncludeParameters, withNewAuthorization, withNewAuthorizationLike, withNewBasicAuth, withNewBasicAuthLike, withNewOauth2, withNewOauth2Like, withNewTlsConfig, withNewTlsConfigLike, withNoProxy, withOauth2, withPort, withProxyConnectHeader, withProxyFromEnvironment, withProxyFromEnvironment, withProxyUrl, withQuery, withRefreshInterval, withTlsConfig, withUrl
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PuppetDBSDConfigBuilder
public PuppetDBSDConfigBuilder()
-
PuppetDBSDConfigBuilder
public PuppetDBSDConfigBuilder(PuppetDBSDConfigFluent<?> fluent)
-
PuppetDBSDConfigBuilder
public PuppetDBSDConfigBuilder(PuppetDBSDConfigFluent<?> fluent, PuppetDBSDConfig instance)
-
PuppetDBSDConfigBuilder
public PuppetDBSDConfigBuilder(PuppetDBSDConfig instance)
-
-
Method Detail
-
build
public PuppetDBSDConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PuppetDBSDConfig>
-
-