operator

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Logging

type Logging struct {
	Level  string `yaml:"level"`
	Format string `yaml:"format"`
}

type Server

type Server struct {
	Host           string                         `yaml:"host"`
	Port           int                            `yaml:"port"`
	Logging        Logging                        `yaml:"logging"`
	MutationConfig mutatingwebhook.MutationConfig `yaml:"mutationConfig"`
	// contains filtered or unexported fields
}

func NewServer

func NewServer(configFile string, tlsCertFile string, tlsKeyFile string) (*Server, error)

func (*Server) Run

func (s *Server) Run() error

Jump to

Keyboard shortcuts

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