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.PortNested<N> |
class |
AlertmanagerEndpointsFluent.TlsConfigNested<N> |
| Constructor and Description |
|---|
AlertmanagerEndpointsFluent() |
AlertmanagerEndpointsFluent(AlertmanagerEndpoints instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AlertmanagerEndpointsFluent()
public AlertmanagerEndpointsFluent(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 String getBearerTokenFile()
public boolean hasBearerTokenFile()
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>>Copyright © 2015–2023 Red Hat. All rights reserved.