Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) NeedLeaderElection ¶
NeedLeaderElection implements the LeaderElectionRunnable interface, which indicates the webhook server doesn't need leader election.
type ServerOptions ¶
type ServerOptions struct {
// contains filtered or unexported fields
}
func NewServerOptions ¶
func NewServerOptions() *ServerOptions
func (*ServerOptions) AddFlags ¶
func (s *ServerOptions) AddFlags(fs *pflag.FlagSet)
Click to show internal directories.
Click to hide internal directories.