Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NamespaceOption ¶
type NamespaceOption struct {
// contains filtered or unexported fields
}
ServerOptions from cert-managed with reviewer kind selection
type Options ¶
type Options struct { MetricsAddr string EnableLeaderElection bool PolicyOption NamespaceOption }
ServerOptions from cert-managed with reviewer kind selection
type PolicyOption ¶
type PolicyOption struct {
// contains filtered or unexported fields
}
ServerOptions from cert-managed with reviewer kind selection
func (*PolicyOption) AddFlags ¶
func (o *PolicyOption) AddFlags(fs *pflag.FlagSet)
func (*PolicyOption) Set ¶
func (o *PolicyOption) Set(value string) error
func (*PolicyOption) String ¶
func (o *PolicyOption) String() string
func (*PolicyOption) Type ¶
func (o *PolicyOption) Type() string
Click to show internal directories.
Click to hide internal directories.