All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.snowdrop.istio.api.model.v1.mixer.Condition Maven / Gradle / Ivy

/**
 * Copyright 2018 Red Hat, Inc. and/or its affiliates.
 * 

* Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package me.snowdrop.istio.api.model.v1.mixer; /** * How an attribute's value was matched. * * @author Christophe Laprun */ public enum Condition { CONDITION_UNSPECIFIED, ABSENCE, EXACT, REGEX }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy