Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type APIServerRunner ¶
type ControllerConstructor ¶
type ControllerConstructor struct {
ConfigFile string
}
func (*ControllerConstructor) AddFlags ¶
func (cc *ControllerConstructor) AddFlags(fs ctrl.FlagSet)
func (*ControllerConstructor) Describe ¶
func (cc *ControllerConstructor) Describe() ctrl.Descriptor
func (*ControllerConstructor) New ¶
func (cc *ControllerConstructor) New(config *ctrl.Config, cctx *ctrl.Context) (*ctrl.Constructed, error)
type Options ¶
type Options struct { MasterCluster bool `json:"masterCluster"` Location options.Location `json:"location"` APILocation string `json:"apiLocation"` ASAPConfig pkiutil.ASAP EnvironmentWhitelist []string `json:"envWhitelist"` }
func (*Options) DefaultAndValidate ¶
type ReadyServer ¶
type ReadyServer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.