public interface AlertmanagerEndpointsFluent<A extends AlertmanagerEndpointsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AlertmanagerEndpointsFluent.AuthorizationNested<N> |
static interface |
AlertmanagerEndpointsFluent.PortNested<N> |
static interface |
AlertmanagerEndpointsFluent.TlsConfigNested<N> |
String getApiVersion()
Boolean hasApiVersion()
@Deprecated SafeAuthorization getAuthorization()
SafeAuthorization buildAuthorization()
A withAuthorization(SafeAuthorization authorization)
Boolean hasAuthorization()
AlertmanagerEndpointsFluent.AuthorizationNested<A> withNewAuthorization()
AlertmanagerEndpointsFluent.AuthorizationNested<A> withNewAuthorizationLike(SafeAuthorization item)
AlertmanagerEndpointsFluent.AuthorizationNested<A> editAuthorization()
AlertmanagerEndpointsFluent.AuthorizationNested<A> editOrNewAuthorization()
AlertmanagerEndpointsFluent.AuthorizationNested<A> editOrNewAuthorizationLike(SafeAuthorization item)
String getBearerTokenFile()
Boolean hasBearerTokenFile()
String getName()
Boolean hasName()
String getNamespace()
Boolean hasNamespace()
String getPathPrefix()
Boolean hasPathPrefix()
@Deprecated io.fabric8.kubernetes.api.model.IntOrString getPort()
io.fabric8.kubernetes.api.model.IntOrString buildPort()
A withPort(io.fabric8.kubernetes.api.model.IntOrString port)
Boolean hasPort()
AlertmanagerEndpointsFluent.PortNested<A> withNewPort()
AlertmanagerEndpointsFluent.PortNested<A> withNewPortLike(io.fabric8.kubernetes.api.model.IntOrString item)
AlertmanagerEndpointsFluent.PortNested<A> editPort()
AlertmanagerEndpointsFluent.PortNested<A> editOrNewPort()
AlertmanagerEndpointsFluent.PortNested<A> editOrNewPortLike(io.fabric8.kubernetes.api.model.IntOrString item)
String getScheme()
Boolean hasScheme()
String getTimeout()
Boolean hasTimeout()
@Deprecated TLSConfig getTlsConfig()
TLSConfig buildTlsConfig()
Boolean hasTlsConfig()
AlertmanagerEndpointsFluent.TlsConfigNested<A> withNewTlsConfig()
AlertmanagerEndpointsFluent.TlsConfigNested<A> withNewTlsConfigLike(TLSConfig item)
AlertmanagerEndpointsFluent.TlsConfigNested<A> editTlsConfig()
AlertmanagerEndpointsFluent.TlsConfigNested<A> editOrNewTlsConfig()
AlertmanagerEndpointsFluent.TlsConfigNested<A> editOrNewTlsConfigLike(TLSConfig item)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.