var regexHostPathSvc …
var regexTLS …
var ruleRegex …
var ingressLong …
var ingressExample …
type CreateIngressOptions …
func NewCreateIngressOptions(ioStreams genericiooptions.IOStreams) *CreateIngressOptions { … }
func NewCmdCreateIngress(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command { … }
func (o *CreateIngressOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *CreateIngressOptions) Validate() error { … }
func (o *CreateIngressOptions) Run() error { … }
func (o *CreateIngressOptions) createIngress() *networkingv1.Ingress { … }
func (o *CreateIngressOptions) buildAnnotations() map[string]string { … }
func (o *CreateIngressOptions) buildIngressSpec() networkingv1.IngressSpec { … }
func (o *CreateIngressOptions) buildTLSRules() []networkingv1.IngressTLS { … }
func (o *CreateIngressOptions) buildIngressRules() []networkingv1.IngressRule { … }
func buildHTTPIngressPath(pathsvc string) networkingv1.HTTPIngressPath { … }
func buildIngressBackendSvc(service string) networkingv1.IngressBackend { … }
func parseServiceBackendPort(port string) networkingv1.ServiceBackendPort { … }
func getIndexHost(host string, rules []networkingv1.IngressRule) int { … }
func getIndexSecret(secretname string, tls []networkingv1.IngressTLS) int { … }