Class GlobalVictorOpsConfigFluent<A extends GlobalVictorOpsConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.monitoring.v1.GlobalVictorOpsConfigFluent<A>
-
- Direct Known Subclasses:
AlertmanagerGlobalConfigFluent.VictoropsNested,GlobalVictorOpsConfigBuilder
public class GlobalVictorOpsConfigFluent<A extends GlobalVictorOpsConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GlobalVictorOpsConfigFluent()GlobalVictorOpsConfigFluent(GlobalVictorOpsConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(GlobalVictorOpsConfig instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.SecretKeySelectorgetApiKey()StringgetApiURL()booleanhasAdditionalProperties()booleanhasApiKey()booleanhasApiURL()inthashCode()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithApiKey(io.fabric8.kubernetes.api.model.SecretKeySelector apiKey)AwithApiURL(String apiURL)AwithNewApiKey(String key, String name, Boolean optional)
-
-
-
Constructor Detail
-
GlobalVictorOpsConfigFluent
public GlobalVictorOpsConfigFluent()
-
GlobalVictorOpsConfigFluent
public GlobalVictorOpsConfigFluent(GlobalVictorOpsConfig instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(GlobalVictorOpsConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GlobalVictorOpsConfigFluent<A>>
-
getApiKey
public io.fabric8.kubernetes.api.model.SecretKeySelector getApiKey()
-
getApiURL
public String getApiURL()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasApiKey
public boolean hasApiKey()
-
hasApiURL
public boolean hasApiURL()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GlobalVictorOpsConfigFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withApiKey
public A withApiKey(io.fabric8.kubernetes.api.model.SecretKeySelector apiKey)
-
-