public interface AlertmanagerEndpointsFluent<A extends AlertmanagerEndpointsFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AlertmanagerEndpointsFluent.PortNested<N> |
static interface |
AlertmanagerEndpointsFluent.TlsConfigNested<N> |
String getApiVersion()
Boolean hasApiVersion()
A withNewApiVersion(StringBuilder arg1)
A withNewApiVersion(int[] arg1, int arg2, int arg3)
A withNewApiVersion(char[] arg1)
A withNewApiVersion(StringBuffer arg1)
A withNewApiVersion(byte[] arg1, int arg2)
A withNewApiVersion(byte[] arg1)
A withNewApiVersion(char[] arg1, int arg2, int arg3)
A withNewApiVersion(byte[] arg1, int arg2, int arg3)
A withNewApiVersion(byte[] arg1, int arg2, int arg3, int arg4)
String getBearerTokenFile()
Boolean hasBearerTokenFile()
A withNewBearerTokenFile(StringBuilder arg1)
A withNewBearerTokenFile(int[] arg1, int arg2, int arg3)
A withNewBearerTokenFile(char[] arg1)
A withNewBearerTokenFile(StringBuffer arg1)
A withNewBearerTokenFile(byte[] arg1, int arg2)
A withNewBearerTokenFile(byte[] arg1)
A withNewBearerTokenFile(char[] arg1, int arg2, int arg3)
A withNewBearerTokenFile(byte[] arg1, int arg2, int arg3)
A withNewBearerTokenFile(byte[] arg1, int arg2, int arg3, int arg4)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(int[] arg1, int arg2, int arg3)
A withNewName(char[] arg1)
A withNewName(StringBuffer arg1)
A withNewName(byte[] arg1, int arg2)
A withNewName(byte[] arg1)
A withNewName(char[] arg1, int arg2, int arg3)
A withNewName(byte[] arg1, int arg2, int arg3)
A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
String getNamespace()
Boolean hasNamespace()
A withNewNamespace(StringBuilder arg1)
A withNewNamespace(int[] arg1, int arg2, int arg3)
A withNewNamespace(char[] arg1)
A withNewNamespace(StringBuffer arg1)
A withNewNamespace(byte[] arg1, int arg2)
A withNewNamespace(byte[] arg1)
A withNewNamespace(char[] arg1, int arg2, int arg3)
A withNewNamespace(byte[] arg1, int arg2, int arg3)
A withNewNamespace(byte[] arg1, int arg2, int arg3, int arg4)
String getPathPrefix()
Boolean hasPathPrefix()
A withNewPathPrefix(StringBuilder arg1)
A withNewPathPrefix(int[] arg1, int arg2, int arg3)
A withNewPathPrefix(char[] arg1)
A withNewPathPrefix(StringBuffer arg1)
A withNewPathPrefix(byte[] arg1, int arg2)
A withNewPathPrefix(byte[] arg1)
A withNewPathPrefix(char[] arg1, int arg2, int arg3)
A withNewPathPrefix(byte[] arg1, int arg2, int arg3)
A withNewPathPrefix(byte[] arg1, int arg2, int arg3, int arg4)
@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()
A withNewScheme(StringBuilder arg1)
A withNewScheme(int[] arg1, int arg2, int arg3)
A withNewScheme(char[] arg1)
A withNewScheme(StringBuffer arg1)
A withNewScheme(byte[] arg1, int arg2)
A withNewScheme(byte[] arg1)
A withNewScheme(char[] arg1, int arg2, int arg3)
A withNewScheme(byte[] arg1, int arg2, int arg3)
A withNewScheme(byte[] arg1, int arg2, int arg3, int arg4)
@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)
Copyright © 2015–2021 Red Hat. All rights reserved.