apiserver

package
v0.0.0-...-24e56ee Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type CicdServer

type CicdServer struct {
	GenericAPIServer *genericapiserver.GenericAPIServer
}

type CompletedConfig

type CompletedConfig struct {
	// contains filtered or unexported fields
}

完善后的config

func (CompletedConfig) NewServer

func (ccfg CompletedConfig) NewServer() (*CicdServer, error)

有了这个方法,完善后的config就可以制作server的instance了

type Config

type Config struct {
	GenericConfig *genericapiserver.RecommendedConfig
}

如下环节制作Server的Config

func (*Config) Complete

func (cfg *Config) Complete() CompletedConfig

完善初始的config

Jump to

Keyboard shortcuts

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