Documentation
¶
Index ¶
- func NewCommandStartTemplateServiceBrokerServer(out, errOut io.Writer, stopCh <-chan struct{}) *cobra.Command
- type TemplateServiceBrokerServerOptions
- func (o *TemplateServiceBrokerServerOptions) Complete(cmd *cobra.Command) error
- func (o TemplateServiceBrokerServerOptions) Config() (*server.TemplateServiceBrokerConfig, error)
- func (o TemplateServiceBrokerServerOptions) RunTemplateServiceBrokerServer(stopCh <-chan struct{}) error
- func (o TemplateServiceBrokerServerOptions) Validate(args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartTemplateServiceBrokerServer ¶
func NewCommandStartTemplateServiceBrokerServer(out, errOut io.Writer, stopCh <-chan struct{}) *cobra.Command
Types ¶
type TemplateServiceBrokerServerOptions ¶
type TemplateServiceBrokerServerOptions struct {
// we don't have any storage, so we shouldn't use the recommended options
SecureServing *genericoptions.SecureServingOptions
Authentication *genericoptions.DelegatingAuthenticationOptions
Authorization *genericoptions.DelegatingAuthorizationOptions
Audit *genericoptions.AuditOptions
Features *genericoptions.FeatureOptions
StdOut io.Writer
StdErr io.Writer
TSBConfig *config.TemplateServiceBrokerConfig
}
func NewTemplateServiceBrokerServerOptions ¶
func NewTemplateServiceBrokerServerOptions(out, errOut io.Writer) *TemplateServiceBrokerServerOptions
func (*TemplateServiceBrokerServerOptions) Complete ¶
func (o *TemplateServiceBrokerServerOptions) Complete(cmd *cobra.Command) error
func (TemplateServiceBrokerServerOptions) Config ¶
func (o TemplateServiceBrokerServerOptions) Config() (*server.TemplateServiceBrokerConfig, error)
func (TemplateServiceBrokerServerOptions) RunTemplateServiceBrokerServer ¶
func (o TemplateServiceBrokerServerOptions) RunTemplateServiceBrokerServer(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.