Class PodMetricsEndpointBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.PodMetricsEndpointFluent<PodMetricsEndpointBuilder>
-
- io.fabric8.openshift.api.model.monitoring.v1.PodMetricsEndpointBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<PodMetricsEndpoint>,io.fabric8.kubernetes.api.builder.Visitable<PodMetricsEndpointBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<PodMetricsEndpoint,PodMetricsEndpointBuilder>
public class PodMetricsEndpointBuilder extends PodMetricsEndpointFluent<PodMetricsEndpointBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PodMetricsEndpoint,PodMetricsEndpointBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.monitoring.v1.PodMetricsEndpointFluent
PodMetricsEndpointFluent.AuthorizationNested<N>, PodMetricsEndpointFluent.BasicAuthNested<N>, PodMetricsEndpointFluent.MetricRelabelingsNested<N>, PodMetricsEndpointFluent.Oauth2Nested<N>, PodMetricsEndpointFluent.RelabelingsNested<N>, PodMetricsEndpointFluent.TargetPortNested<N>, PodMetricsEndpointFluent.TlsConfigNested<N>
-
-
Constructor Summary
Constructors Constructor Description PodMetricsEndpointBuilder()PodMetricsEndpointBuilder(PodMetricsEndpoint instance)PodMetricsEndpointBuilder(PodMetricsEndpointFluent<?> fluent)PodMetricsEndpointBuilder(PodMetricsEndpointFluent<?> fluent, PodMetricsEndpoint instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PodMetricsEndpointbuild()-
Methods inherited from class io.fabric8.openshift.api.model.monitoring.v1.PodMetricsEndpointFluent
addAllToMetricRelabelings, addAllToRelabelings, addNewMetricRelabeling, addNewMetricRelabelingLike, addNewRelabeling, addNewRelabelingLike, addToAdditionalProperties, addToAdditionalProperties, addToMetricRelabelings, addToMetricRelabelings, addToParams, addToParams, addToProxyConnectHeader, addToProxyConnectHeader, addToRelabelings, addToRelabelings, buildAuthorization, buildBasicAuth, buildFirstMetricRelabeling, buildFirstRelabeling, buildLastMetricRelabeling, buildLastRelabeling, buildMatchingMetricRelabeling, buildMatchingRelabeling, buildMetricRelabeling, buildMetricRelabelings, buildOauth2, buildRelabeling, buildRelabelings, buildTargetPort, buildTlsConfig, copyInstance, editAuthorization, editBasicAuth, editFirstMetricRelabeling, editFirstRelabeling, editLastMetricRelabeling, editLastRelabeling, editMatchingMetricRelabeling, editMatchingRelabeling, editMetricRelabeling, editOauth2, editOrNewAuthorization, editOrNewAuthorizationLike, editOrNewBasicAuth, editOrNewBasicAuthLike, editOrNewOauth2, editOrNewOauth2Like, editOrNewTargetPort, editOrNewTargetPortLike, editOrNewTlsConfig, editOrNewTlsConfigLike, editRelabeling, editTargetPort, editTlsConfig, equals, getAdditionalProperties, getBearerTokenSecret, getEnableHttp2, getFilterRunning, getFollowRedirects, getHonorLabels, getHonorTimestamps, getInterval, getNoProxy, getParams, getPath, getPort, getPortNumber, getProxyConnectHeader, getProxyFromEnvironment, getProxyUrl, getScheme, getScrapeTimeout, getTrackTimestampsStaleness, hasAdditionalProperties, hasAuthorization, hasBasicAuth, hasBearerTokenSecret, hasEnableHttp2, hasFilterRunning, hasFollowRedirects, hashCode, hasHonorLabels, hasHonorTimestamps, hasInterval, hasMatchingMetricRelabeling, hasMatchingRelabeling, hasMetricRelabelings, hasNoProxy, hasOauth2, hasParams, hasPath, hasPort, hasPortNumber, hasProxyConnectHeader, hasProxyFromEnvironment, hasProxyUrl, hasRelabelings, hasScheme, hasScrapeTimeout, hasTargetPort, hasTlsConfig, hasTrackTimestampsStaleness, removeAllFromMetricRelabelings, removeAllFromRelabelings, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromMetricRelabelings, removeFromParams, removeFromParams, removeFromProxyConnectHeader, removeFromProxyConnectHeader, removeFromRelabelings, removeMatchingFromMetricRelabelings, removeMatchingFromRelabelings, setNewMetricRelabelingLike, setNewRelabelingLike, setToMetricRelabelings, setToRelabelings, toString, withAdditionalProperties, withAuthorization, withBasicAuth, withBearerTokenSecret, withEnableHttp2, withEnableHttp2, withFilterRunning, withFilterRunning, withFollowRedirects, withFollowRedirects, withHonorLabels, withHonorLabels, withHonorTimestamps, withHonorTimestamps, withInterval, withMetricRelabelings, withMetricRelabelings, withNewAuthorization, withNewAuthorizationLike, withNewBasicAuth, withNewBasicAuthLike, withNewBearerTokenSecret, withNewOauth2, withNewOauth2Like, withNewTargetPort, withNewTargetPort, withNewTargetPortLike, withNewTlsConfig, withNewTlsConfigLike, withNoProxy, withOauth2, withParams, withPath, withPort, withPortNumber, withProxyConnectHeader, withProxyFromEnvironment, withProxyFromEnvironment, withProxyUrl, withRelabelings, withRelabelings, withScheme, withScrapeTimeout, withTargetPort, withTlsConfig, withTrackTimestampsStaleness, withTrackTimestampsStaleness
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
PodMetricsEndpointBuilder
public PodMetricsEndpointBuilder()
-
PodMetricsEndpointBuilder
public PodMetricsEndpointBuilder(PodMetricsEndpointFluent<?> fluent)
-
PodMetricsEndpointBuilder
public PodMetricsEndpointBuilder(PodMetricsEndpointFluent<?> fluent, PodMetricsEndpoint instance)
-
PodMetricsEndpointBuilder
public PodMetricsEndpointBuilder(PodMetricsEndpoint instance)
-
-
Method Detail
-
build
public PodMetricsEndpoint build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<PodMetricsEndpoint>
-
-