Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FederatedIngressControllerOptions ¶
type FederatedIngressControllerOptions struct { FkubeApiServer string FkubeName string DnsProvider string DnsProviderConfig string Domain string IngressDnsSuffix string }
FederatedIngressControllerOptions stores the values of the command line options
func NewFICO ¶
func NewFICO() *FederatedIngressControllerOptions
NewFICO returns an initialized FederatedIngressControllerOptions with default values
func (*FederatedIngressControllerOptions) AddFlags ¶
func (fico *FederatedIngressControllerOptions) AddFlags(fs *pflag.FlagSet)
AddFlags populates FederatedIngressControllerOptions with user specified command line options
Click to show internal directories.
Click to hide internal directories.