Documentation ¶
Overview ¶
Copyright 2019, Verizon Media Inc. Licensed under the terms of the 3-Clause BSD license. See LICENSE file in github.com/yahoo/k8s-athenz-istio-auth for terms.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface { // ConvertAthenzModelIntoIstioRbac converts the given Athenz model into a list of Istio type RBAC resources // Any implementation should return exactly the same list of output resources for a given Athenz model ConvertAthenzModelIntoIstioRbac(athenzModel athenz.Model, serviceName string, svcLabel, appLabel string) []model.Config // GetCurrentIstioRbac returns the Istio RBAC custom resources associated with the given model GetCurrentIstioRbac(model athenz.Model, csc model.ConfigStoreCache, serviceName string) []model.Config }
Click to show internal directories.
Click to hide internal directories.