Uses of Class
io.fabric8.openshift.api.model.monitoring.v1alpha1.VictorOpsConfig
-
Packages that use VictorOpsConfig Package Description io.fabric8.openshift.api.model.monitoring.v1alpha1 -
-
Uses of VictorOpsConfig in io.fabric8.openshift.api.model.monitoring.v1alpha1
Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return VictorOpsConfig Modifier and Type Method Description VictorOpsConfigVictorOpsConfigBuilder. build()VictorOpsConfigReceiverFluent. buildFirstVictoropsConfig()VictorOpsConfigReceiverFluent. buildLastVictoropsConfig()VictorOpsConfigReceiverFluent. buildMatchingVictoropsConfig(Predicate<VictorOpsConfigBuilder> predicate)VictorOpsConfigReceiverFluent. buildVictoropsConfig(int index)Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 that return types with arguments of type VictorOpsConfig Modifier and Type Method Description List<VictorOpsConfig>ReceiverFluent. buildVictoropsConfigs()List<VictorOpsConfig>Receiver. getVictoropsConfigs()List of VictorOps configurations.Methods in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type VictorOpsConfig Modifier and Type Method Description ReceiverFluent.VictoropsConfigsNested<A>ReceiverFluent. addNewVictoropsConfigLike(VictorOpsConfig item)AReceiverFluent. addToVictoropsConfigs(int index, VictorOpsConfig item)AReceiverFluent. addToVictoropsConfigs(VictorOpsConfig... items)protected voidVictorOpsConfigFluent. copyInstance(VictorOpsConfig instance)AReceiverFluent. removeFromVictoropsConfigs(VictorOpsConfig... items)ReceiverFluent.VictoropsConfigsNested<A>ReceiverFluent. setNewVictoropsConfigLike(int index, VictorOpsConfig item)AReceiverFluent. setToVictoropsConfigs(int index, VictorOpsConfig item)AReceiverFluent. withVictoropsConfigs(VictorOpsConfig... victoropsConfigs)Method parameters in io.fabric8.openshift.api.model.monitoring.v1alpha1 with type arguments of type VictorOpsConfig Modifier and Type Method Description AReceiverFluent. addAllToVictoropsConfigs(Collection<VictorOpsConfig> items)AReceiverFluent. removeAllFromVictoropsConfigs(Collection<VictorOpsConfig> items)voidReceiver. setVictoropsConfigs(List<VictorOpsConfig> victoropsConfigs)List of VictorOps configurations.AReceiverFluent. withVictoropsConfigs(List<VictorOpsConfig> victoropsConfigs)Constructors in io.fabric8.openshift.api.model.monitoring.v1alpha1 with parameters of type VictorOpsConfig Constructor Description VictorOpsConfigBuilder(VictorOpsConfig instance)VictorOpsConfigBuilder(VictorOpsConfigFluent<?> fluent, VictorOpsConfig instance)VictorOpsConfigFluent(VictorOpsConfig instance)
-