Class ScalewaySDConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.ScalewaySDConfigFluent<ScalewaySDConfigBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.ScalewaySDConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ScalewaySDConfig>,io.fabric8.kubernetes.api.builder.Visitable<ScalewaySDConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ScalewaySDConfig,ScalewaySDConfigBuilder>
public class ScalewaySDConfigBuilder extends ScalewaySDConfigFluent<ScalewaySDConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ScalewaySDConfig,ScalewaySDConfigBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1alpha1.ScalewaySDConfigFluent
ScalewaySDConfigFluent.TlsConfigNested<N>
-
-
Constructor Summary
Constructors Constructor Description ScalewaySDConfigBuilder()ScalewaySDConfigBuilder(ScalewaySDConfig instance)ScalewaySDConfigBuilder(ScalewaySDConfigFluent<?> fluent)ScalewaySDConfigBuilder(ScalewaySDConfigFluent<?> fluent, ScalewaySDConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScalewaySDConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1alpha1.ScalewaySDConfigFluent
addAllToTagsFilter, addToAdditionalProperties, addToAdditionalProperties, addToProxyConnectHeader, addToProxyConnectHeader, addToTagsFilter, addToTagsFilter, buildTlsConfig, copyInstance, editOrNewTlsConfig, editOrNewTlsConfigLike, editTlsConfig, equals, getAccessKey, getAdditionalProperties, getApiURL, getEnableHTTP2, getFirstTagsFilter, getFollowRedirects, getLastTagsFilter, getMatchingTagsFilter, getNameFilter, getNoProxy, getPort, getProjectID, getProxyConnectHeader, getProxyFromEnvironment, getProxyUrl, getRefreshInterval, getRole, getSecretKey, getTagsFilter, getTagsFilter, getZone, hasAccessKey, hasAdditionalProperties, hasApiURL, hasEnableHTTP2, hasFollowRedirects, hashCode, hasMatchingTagsFilter, hasNameFilter, hasNoProxy, hasPort, hasProjectID, hasProxyConnectHeader, hasProxyFromEnvironment, hasProxyUrl, hasRefreshInterval, hasRole, hasSecretKey, hasTagsFilter, hasTlsConfig, hasZone, removeAllFromTagsFilter, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromProxyConnectHeader, removeFromProxyConnectHeader, removeFromTagsFilter, setToTagsFilter, toString, withAccessKey, withAdditionalProperties, withApiURL, withEnableHTTP2, withEnableHTTP2, withFollowRedirects, withFollowRedirects, withNameFilter, withNewSecretKey, withNewTlsConfig, withNewTlsConfigLike, withNoProxy, withPort, withProjectID, withProxyConnectHeader, withProxyFromEnvironment, withProxyFromEnvironment, withProxyUrl, withRefreshInterval, withRole, withSecretKey, withTagsFilter, withTagsFilter, withTlsConfig, withZone
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ScalewaySDConfigBuilder
public ScalewaySDConfigBuilder()
-
ScalewaySDConfigBuilder
public ScalewaySDConfigBuilder(ScalewaySDConfigFluent<?> fluent)
-
ScalewaySDConfigBuilder
public ScalewaySDConfigBuilder(ScalewaySDConfigFluent<?> fluent, ScalewaySDConfig instance)
-
ScalewaySDConfigBuilder
public ScalewaySDConfigBuilder(ScalewaySDConfig instance)
-
-
Method Detail
-
build
public ScalewaySDConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ScalewaySDConfig>
-
-