Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // SecurityGuardVersion is the hash map to maintain the relationship between knative version and the security guard version SecurityGuardVersion = map[string]string{ "v1.15": "0.6", "v1.14": "0.6", "v1.13": "0.6", "v1.12": "0.6", } // QueueProxyMountPodInfoKey is the key for the QueueProxyMountPodInfo QueueProxyMountPodInfoKey = "queueproxy.mount-podinfo" )
Functions ¶
func AppendTargetSecurity ¶
func AppendTargetSecurity(ctx context.Context, manifest *mf.Manifest, instance base.KComponent) error
AppendTargetSecurity appends the manifests of the security guard to be installed
func Transformers ¶
func Transformers(ctx context.Context, ks *v1beta1.KnativeServing) []mf.Transformer
Transformers returns a list of transformers based on the enabled security options
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.