mirror of https://github.com/grpc/grpc-java.git
xds: change package name for CEL lib (#7235)
This commit is contained in:
parent
9f56b8cea2
commit
e7cd2299c4
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import com.google.common.collect.ImmutableMap;
|
||||
import java.util.Map;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import java.lang.String;
|
||||
import java.util.List;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import com.google.api.expr.v1alpha1.Expr;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import com.google.protobuf.Descriptors.Descriptor;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
/**
|
||||
* Represent an expression which can be interpreted repeatedly using a given activation.
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import com.google.api.expr.v1alpha1.Expr;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import java.lang.Exception;
|
||||
import javax.annotation.Nullable;
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
/**
|
||||
* The {@code RuntimeTypeProvider} is a combination of the MessageProvider
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package io.grpc.xds.internal.cel;
|
||||
package io.grpc.xds.internal.rbac.engine.cel;
|
||||
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue