Class ScalewaySDConfigFluent<A extends ScalewaySDConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1alpha1.ScalewaySDConfigFluent<A>
-
- Direct Known Subclasses:
ScalewaySDConfigBuilder,ScrapeConfigSpecFluent.ScalewaySDConfigsNested
public class ScalewaySDConfigFluent<A extends ScalewaySDConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classScalewaySDConfigFluent.TlsConfigNested<N>
-
Constructor Summary
Constructors Constructor Description ScalewaySDConfigFluent()ScalewaySDConfigFluent(ScalewaySDConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
ScalewaySDConfigFluent
public ScalewaySDConfigFluent()
-
ScalewaySDConfigFluent
public ScalewaySDConfigFluent(ScalewaySDConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ScalewaySDConfig instance)
-
getAccessKey
public String getAccessKey()
-
hasAccessKey
public boolean hasAccessKey()
-
getApiURL
public String getApiURL()
-
hasApiURL
public boolean hasApiURL()
-
getEnableHTTP2
public Boolean getEnableHTTP2()
-
hasEnableHTTP2
public boolean hasEnableHTTP2()
-
getFollowRedirects
public Boolean getFollowRedirects()
-
hasFollowRedirects
public boolean hasFollowRedirects()
-
getNameFilter
public String getNameFilter()
-
hasNameFilter
public boolean hasNameFilter()
-
getNoProxy
public String getNoProxy()
-
hasNoProxy
public boolean hasNoProxy()
-
getPort
public Integer getPort()
-
hasPort
public boolean hasPort()
-
getProjectID
public String getProjectID()
-
hasProjectID
public boolean hasProjectID()
-
addToProxyConnectHeader
public A addToProxyConnectHeader(String key, List<io.fabric8.kubernetes.api.model.SecretKeySelector> value)
-
addToProxyConnectHeader
public A addToProxyConnectHeader(Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> map)
-
removeFromProxyConnectHeader
public A removeFromProxyConnectHeader(Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> map)
-
getProxyConnectHeader
public Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> getProxyConnectHeader()
-
withProxyConnectHeader
public <K,V> A withProxyConnectHeader(Map<String,List<io.fabric8.kubernetes.api.model.SecretKeySelector>> proxyConnectHeader)
-
hasProxyConnectHeader
public boolean hasProxyConnectHeader()
-
getProxyFromEnvironment
public Boolean getProxyFromEnvironment()
-
hasProxyFromEnvironment
public boolean hasProxyFromEnvironment()
-
getProxyUrl
public String getProxyUrl()
-
hasProxyUrl
public boolean hasProxyUrl()
-
getRefreshInterval
public String getRefreshInterval()
-
hasRefreshInterval
public boolean hasRefreshInterval()
-
getRole
public String getRole()
-
hasRole
public boolean hasRole()
-
getSecretKey
public io.fabric8.kubernetes.api.model.SecretKeySelector getSecretKey()
-
withSecretKey
public A withSecretKey(io.fabric8.kubernetes.api.model.SecretKeySelector secretKey)
-
hasSecretKey
public boolean hasSecretKey()
-
addAllToTagsFilter
public A addAllToTagsFilter(Collection<String> items)
-
removeAllFromTagsFilter
public A removeAllFromTagsFilter(Collection<String> items)
-
getTagsFilter
public String getTagsFilter(int index)
-
getFirstTagsFilter
public String getFirstTagsFilter()
-
getLastTagsFilter
public String getLastTagsFilter()
-
hasTagsFilter
public boolean hasTagsFilter()
-
buildTlsConfig
public SafeTLSConfig buildTlsConfig()
-
withTlsConfig
public A withTlsConfig(SafeTLSConfig tlsConfig)
-
hasTlsConfig
public boolean hasTlsConfig()
-
withNewTlsConfig
public ScalewaySDConfigFluent.TlsConfigNested<A> withNewTlsConfig()
-
withNewTlsConfigLike
public ScalewaySDConfigFluent.TlsConfigNested<A> withNewTlsConfigLike(SafeTLSConfig item)
-
editTlsConfig
public ScalewaySDConfigFluent.TlsConfigNested<A> editTlsConfig()
-
editOrNewTlsConfig
public ScalewaySDConfigFluent.TlsConfigNested<A> editOrNewTlsConfig()
-
editOrNewTlsConfigLike
public ScalewaySDConfigFluent.TlsConfigNested<A> editOrNewTlsConfigLike(SafeTLSConfig item)
-
getZone
public String getZone()
-
hasZone
public boolean hasZone()
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScalewaySDConfigFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ScalewaySDConfigFluent<A>>
-
withEnableHTTP2
public A withEnableHTTP2()
-
withFollowRedirects
public A withFollowRedirects()
-
withProxyFromEnvironment
public A withProxyFromEnvironment()
-
-