auth

package
v0.0.0-...-5d38aa0 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	ApiVersion, Kind string
	Metadata         ConfigMetadata
	Spec             ConfigSpec
}

func ParseConfig

func ParseConfig(input []byte) (error, *Config)

Parse config from yaml

type ConfigAccess

type ConfigAccess struct {
	Read, Write, Delete string
}

type ConfigMetadata

type ConfigMetadata struct {
	Name, Namespace string
}

type ConfigSpec

type ConfigSpec struct {
	Match  string
	Access ConfigAccess
}

Jump to

Keyboard shortcuts

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