Class OpenStackSDConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.OpenStackSDConfigFluent<OpenStackSDConfigBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.OpenStackSDConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<OpenStackSDConfig>,io.fabric8.kubernetes.api.builder.Visitable<OpenStackSDConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenStackSDConfig,OpenStackSDConfigBuilder>
public class OpenStackSDConfigBuilder extends OpenStackSDConfigFluent<OpenStackSDConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<OpenStackSDConfig,OpenStackSDConfigBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1alpha1.OpenStackSDConfigFluent
OpenStackSDConfigFluent.TlsConfigNested<N>
-
-
Constructor Summary
Constructors Constructor Description OpenStackSDConfigBuilder()OpenStackSDConfigBuilder(OpenStackSDConfig instance)OpenStackSDConfigBuilder(OpenStackSDConfigFluent<?> fluent)OpenStackSDConfigBuilder(OpenStackSDConfigFluent<?> fluent, OpenStackSDConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenStackSDConfigbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1alpha1.OpenStackSDConfigFluent
addToAdditionalProperties, addToAdditionalProperties, buildTlsConfig, copyInstance, editOrNewTlsConfig, editOrNewTlsConfigLike, editTlsConfig, equals, getAdditionalProperties, getAllTenants, getApplicationCredentialId, getApplicationCredentialName, getApplicationCredentialSecret, getAvailability, getDomainID, getDomainName, getIdentityEndpoint, getPassword, getPort, getProjectID, getProjectName, getRefreshInterval, getRegion, getRole, getUserid, getUsername, hasAdditionalProperties, hasAllTenants, hasApplicationCredentialId, hasApplicationCredentialName, hasApplicationCredentialSecret, hasAvailability, hasDomainID, hasDomainName, hashCode, hasIdentityEndpoint, hasPassword, hasPort, hasProjectID, hasProjectName, hasRefreshInterval, hasRegion, hasRole, hasTlsConfig, hasUserid, hasUsername, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withAllTenants, withAllTenants, withApplicationCredentialId, withApplicationCredentialName, withApplicationCredentialSecret, withAvailability, withDomainID, withDomainName, withIdentityEndpoint, withNewApplicationCredentialSecret, withNewPassword, withNewTlsConfig, withNewTlsConfigLike, withPassword, withPort, withProjectID, withProjectName, withRefreshInterval, withRegion, withRole, withTlsConfig, withUserid, withUsername
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
OpenStackSDConfigBuilder
public OpenStackSDConfigBuilder()
-
OpenStackSDConfigBuilder
public OpenStackSDConfigBuilder(OpenStackSDConfigFluent<?> fluent)
-
OpenStackSDConfigBuilder
public OpenStackSDConfigBuilder(OpenStackSDConfigFluent<?> fluent, OpenStackSDConfig instance)
-
OpenStackSDConfigBuilder
public OpenStackSDConfigBuilder(OpenStackSDConfig instance)
-
-
Method Detail
-
build
public OpenStackSDConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<OpenStackSDConfig>
-
-