public interface VictorOpsConfigFluent<A extends VictorOpsConfigFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
VictorOpsConfigFluent.CustomFieldsNested<N> |
static interface |
VictorOpsConfigFluent.HttpConfigNested<N> |
io.fabric8.kubernetes.api.model.SecretKeySelector getApiKey()
A withApiKey(io.fabric8.kubernetes.api.model.SecretKeySelector apiKey)
Boolean hasApiKey()
String getApiUrl()
Boolean hasApiUrl()
@Deprecated A withNewApiUrl(String arg0)
A addAllToCustomFields(Collection<KeyValue> items)
A removeAllFromCustomFields(Collection<KeyValue> items)
A removeMatchingFromCustomFields(Predicate<KeyValueBuilder> predicate)
@Deprecated List<KeyValue> getCustomFields()
KeyValue buildCustomField(int index)
KeyValue buildFirstCustomField()
KeyValue buildLastCustomField()
KeyValue buildMatchingCustomField(Predicate<KeyValueBuilder> predicate)
Boolean hasMatchingCustomField(Predicate<KeyValueBuilder> predicate)
Boolean hasCustomFields()
VictorOpsConfigFluent.CustomFieldsNested<A> addNewCustomField()
VictorOpsConfigFluent.CustomFieldsNested<A> addNewCustomFieldLike(KeyValue item)
VictorOpsConfigFluent.CustomFieldsNested<A> setNewCustomFieldLike(int index, KeyValue item)
VictorOpsConfigFluent.CustomFieldsNested<A> editCustomField(int index)
VictorOpsConfigFluent.CustomFieldsNested<A> editFirstCustomField()
VictorOpsConfigFluent.CustomFieldsNested<A> editLastCustomField()
VictorOpsConfigFluent.CustomFieldsNested<A> editMatchingCustomField(Predicate<KeyValueBuilder> predicate)
String getEntityDisplayName()
Boolean hasEntityDisplayName()
@Deprecated A withNewEntityDisplayName(String arg0)
@Deprecated HTTPConfig getHttpConfig()
HTTPConfig buildHttpConfig()
A withHttpConfig(HTTPConfig httpConfig)
Boolean hasHttpConfig()
VictorOpsConfigFluent.HttpConfigNested<A> withNewHttpConfig()
VictorOpsConfigFluent.HttpConfigNested<A> withNewHttpConfigLike(HTTPConfig item)
VictorOpsConfigFluent.HttpConfigNested<A> editHttpConfig()
VictorOpsConfigFluent.HttpConfigNested<A> editOrNewHttpConfig()
VictorOpsConfigFluent.HttpConfigNested<A> editOrNewHttpConfigLike(HTTPConfig item)
String getMessageType()
Boolean hasMessageType()
@Deprecated A withNewMessageType(String arg0)
String getMonitoringTool()
Boolean hasMonitoringTool()
@Deprecated A withNewMonitoringTool(String arg0)
String getRoutingKey()
Boolean hasRoutingKey()
@Deprecated A withNewRoutingKey(String arg0)
Boolean getSendResolved()
Boolean hasSendResolved()
String getStateMessage()
Boolean hasStateMessage()
@Deprecated A withNewStateMessage(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.