egress-proxy-operator

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2022 License: Apache-2.0 Imports: 15 Imported by: 0

README

egress-proxy-operator

Configure a proxy HTTP for cluster egress with CRD.

Usage

Examples

apiVersion: egress-proxy.barpilot.io/v1alpha1
kind: Request
metadata:
  name: dont-want-to-work
spec:
  condition:
    destinations:
      - stackoverflow.com
  action:
    block: true
apiVersion: egress-proxy.barpilot.io/v1alpha1
kind: Request
metadata:
  name: search-troll
spec:
  condition:
    destinations:
      - google.com
      - google.fr
  action:
    reroute: "https://www.qwant.com"
apiVersion: egress-proxy.barpilot.io/v1alpha1
kind: Request
metadata:
  name: block-spaming
spec:
  condition:
    prefixes:
      - /wp-admin
  action:
    block: true

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
v1alpha1
Package v1alpha1 contains API Schema definitions for the egress-proxy v1alpha1 API group +kubebuilder:object:generate=true +groupName=egress-proxy.barpilot.io
Package v1alpha1 contains API Schema definitions for the egress-proxy v1alpha1 API group +kubebuilder:object:generate=true +groupName=egress-proxy.barpilot.io

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL