Class AlertmanagerEndpointsBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerEndpointsFluent<AlertmanagerEndpointsBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerEndpointsBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AlertmanagerEndpoints>,io.fabric8.kubernetes.api.builder.Visitable<AlertmanagerEndpointsBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AlertmanagerEndpoints,AlertmanagerEndpointsBuilder>
public class AlertmanagerEndpointsBuilder extends AlertmanagerEndpointsFluent<AlertmanagerEndpointsBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AlertmanagerEndpoints,AlertmanagerEndpointsBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerEndpointsFluent
AlertmanagerEndpointsFluent.AlertRelabelingsNested<N>, AlertmanagerEndpointsFluent.AuthorizationNested<N>, AlertmanagerEndpointsFluent.BasicAuthNested<N>, AlertmanagerEndpointsFluent.PortNested<N>, AlertmanagerEndpointsFluent.RelabelingsNested<N>, AlertmanagerEndpointsFluent.Sigv4Nested<N>, AlertmanagerEndpointsFluent.TlsConfigNested<N>
-
-
Constructor Summary
Constructors Constructor Description AlertmanagerEndpointsBuilder()AlertmanagerEndpointsBuilder(AlertmanagerEndpoints instance)AlertmanagerEndpointsBuilder(AlertmanagerEndpointsFluent<?> fluent)AlertmanagerEndpointsBuilder(AlertmanagerEndpointsFluent<?> fluent, AlertmanagerEndpoints instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertmanagerEndpointsbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.AlertmanagerEndpointsFluent
addAllToAlertRelabelings, addAllToRelabelings, addNewAlertRelabeling, addNewAlertRelabelingLike, addNewRelabeling, addNewRelabelingLike, addToAdditionalProperties, addToAdditionalProperties, addToAlertRelabelings, addToAlertRelabelings, addToProxyConnectHeader, addToProxyConnectHeader, addToRelabelings, addToRelabelings, buildAlertRelabeling, buildAlertRelabelings, buildAuthorization, buildBasicAuth, buildFirstAlertRelabeling, buildFirstRelabeling, buildLastAlertRelabeling, buildLastRelabeling, buildMatchingAlertRelabeling, buildMatchingRelabeling, buildPort, buildRelabeling, buildRelabelings, buildSigv4, buildTlsConfig, copyInstance, editAlertRelabeling, editAuthorization, editBasicAuth, editFirstAlertRelabeling, editFirstRelabeling, editLastAlertRelabeling, editLastRelabeling, editMatchingAlertRelabeling, editMatchingRelabeling, editOrNewAuthorization, editOrNewAuthorizationLike, editOrNewBasicAuth, editOrNewBasicAuthLike, editOrNewPort, editOrNewPortLike, editOrNewSigv4, editOrNewSigv4Like, editOrNewTlsConfig, editOrNewTlsConfigLike, editPort, editRelabeling, editSigv4, editTlsConfig, equals, getAdditionalProperties, getApiVersion, getBearerTokenFile, getEnableHttp2, getName, getNamespace, getNoProxy, getPathPrefix, getProxyConnectHeader, getProxyFromEnvironment, getProxyUrl, getScheme, getTimeout, hasAdditionalProperties, hasAlertRelabelings, hasApiVersion, hasAuthorization, hasBasicAuth, hasBearerTokenFile, hasEnableHttp2, hashCode, hasMatchingAlertRelabeling, hasMatchingRelabeling, hasName, hasNamespace, hasNoProxy, hasPathPrefix, hasPort, hasProxyConnectHeader, hasProxyFromEnvironment, hasProxyUrl, hasRelabelings, hasScheme, hasSigv4, hasTimeout, hasTlsConfig, removeAllFromAlertRelabelings, removeAllFromRelabelings, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAlertRelabelings, removeFromProxyConnectHeader, removeFromProxyConnectHeader, removeFromRelabelings, removeMatchingFromAlertRelabelings, removeMatchingFromRelabelings, setNewAlertRelabelingLike, setNewRelabelingLike, setToAlertRelabelings, setToRelabelings, toString, withAdditionalProperties, withAlertRelabelings, withAlertRelabelings, withApiVersion, withAuthorization, withBasicAuth, withBearerTokenFile, withEnableHttp2, withEnableHttp2, withName, withNamespace, withNewAuthorization, withNewAuthorizationLike, withNewBasicAuth, withNewBasicAuthLike, withNewPort, withNewPort, withNewPortLike, withNewSigv4, withNewSigv4Like, withNewTlsConfig, withNewTlsConfigLike, withNoProxy, withPathPrefix, withPort, withProxyConnectHeader, withProxyFromEnvironment, withProxyFromEnvironment, withProxyUrl, withRelabelings, withRelabelings, withScheme, withSigv4, withTimeout, withTlsConfig
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AlertmanagerEndpointsBuilder
public AlertmanagerEndpointsBuilder()
-
AlertmanagerEndpointsBuilder
public AlertmanagerEndpointsBuilder(AlertmanagerEndpointsFluent<?> fluent)
-
AlertmanagerEndpointsBuilder
public AlertmanagerEndpointsBuilder(AlertmanagerEndpoints instance)
-
AlertmanagerEndpointsBuilder
public AlertmanagerEndpointsBuilder(AlertmanagerEndpointsFluent<?> fluent, AlertmanagerEndpoints instance)
-
-
Method Detail
-
build
public AlertmanagerEndpoints build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AlertmanagerEndpoints>
-
-