public class AlertmanagerEndpointsFluent<A extends AlertmanagerEndpointsFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
AlertmanagerEndpointsFluent.AuthorizationNested<N> |
class |
AlertmanagerEndpointsFluent.BasicAuthNested<N> |
class |
AlertmanagerEndpointsFluent.PortNested<N> |
class |
AlertmanagerEndpointsFluent.TlsConfigNested<N> |
| Constructor and Description |
|---|
AlertmanagerEndpointsFluent() |
AlertmanagerEndpointsFluent(AlertmanagerEndpoints instance) |
public AlertmanagerEndpointsFluent()
public AlertmanagerEndpointsFluent(AlertmanagerEndpoints instance)
protected void copyInstance(AlertmanagerEndpoints instance)
public String getApiVersion()
public boolean hasApiVersion()
public SafeAuthorization buildAuthorization()
public A withAuthorization(SafeAuthorization authorization)
public boolean hasAuthorization()
public AlertmanagerEndpointsFluent.AuthorizationNested<A> withNewAuthorization()
public AlertmanagerEndpointsFluent.AuthorizationNested<A> withNewAuthorizationLike(SafeAuthorization item)
public AlertmanagerEndpointsFluent.AuthorizationNested<A> editAuthorization()
public AlertmanagerEndpointsFluent.AuthorizationNested<A> editOrNewAuthorization()
public AlertmanagerEndpointsFluent.AuthorizationNested<A> editOrNewAuthorizationLike(SafeAuthorization item)
public BasicAuth buildBasicAuth()
public boolean hasBasicAuth()
public AlertmanagerEndpointsFluent.BasicAuthNested<A> withNewBasicAuth()
public AlertmanagerEndpointsFluent.BasicAuthNested<A> withNewBasicAuthLike(BasicAuth item)
public AlertmanagerEndpointsFluent.BasicAuthNested<A> editBasicAuth()
public AlertmanagerEndpointsFluent.BasicAuthNested<A> editOrNewBasicAuth()
public AlertmanagerEndpointsFluent.BasicAuthNested<A> editOrNewBasicAuthLike(BasicAuth item)
public String getBearerTokenFile()
public boolean hasBearerTokenFile()
public Boolean getEnableHttp2()
public boolean hasEnableHttp2()
public String getName()
public boolean hasName()
public String getNamespace()
public boolean hasNamespace()
public String getPathPrefix()
public boolean hasPathPrefix()
public io.fabric8.kubernetes.api.model.IntOrString buildPort()
public A withPort(io.fabric8.kubernetes.api.model.IntOrString port)
public boolean hasPort()
public AlertmanagerEndpointsFluent.PortNested<A> withNewPort()
public AlertmanagerEndpointsFluent.PortNested<A> withNewPortLike(io.fabric8.kubernetes.api.model.IntOrString item)
public AlertmanagerEndpointsFluent.PortNested<A> editPort()
public AlertmanagerEndpointsFluent.PortNested<A> editOrNewPort()
public AlertmanagerEndpointsFluent.PortNested<A> editOrNewPortLike(io.fabric8.kubernetes.api.model.IntOrString item)
public String getScheme()
public boolean hasScheme()
public String getTimeout()
public boolean hasTimeout()
public TLSConfig buildTlsConfig()
public boolean hasTlsConfig()
public AlertmanagerEndpointsFluent.TlsConfigNested<A> withNewTlsConfig()
public AlertmanagerEndpointsFluent.TlsConfigNested<A> withNewTlsConfigLike(TLSConfig item)
public AlertmanagerEndpointsFluent.TlsConfigNested<A> editTlsConfig()
public AlertmanagerEndpointsFluent.TlsConfigNested<A> editOrNewTlsConfig()
public AlertmanagerEndpointsFluent.TlsConfigNested<A> editOrNewTlsConfigLike(TLSConfig item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertmanagerEndpointsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AlertmanagerEndpointsFluent<A>>public A withEnableHttp2()
Copyright © 2015–2024 Red Hat. All rights reserved.