var exposeResources …
var exposeLong …
var exposeExample …
type ExposeServiceOptions …
type ExposeServiceFlags …
func NewExposeFlags(ioStreams genericiooptions.IOStreams) *ExposeServiceFlags { … }
func NewCmdExposeService(f cmdutil.Factory, streams genericiooptions.IOStreams) *cobra.Command { … }
func (flags *ExposeServiceFlags) AddFlags(cmd *cobra.Command) { … }
func (flags *ExposeServiceFlags) ToOptions(cmd *cobra.Command, args []string) (*ExposeServiceOptions, error) { … }
func (o *ExposeServiceOptions) Complete(f cmdutil.Factory) error { … }
func (o *ExposeServiceOptions) RunExpose(cmd *cobra.Command, args []string) error { … }
func (o *ExposeServiceOptions) createService() (*corev1.Service, error) { … }
func parseLabels(labelSpec string) (map[string]string, error) { … }
func makeProtocols(protocols map[string][]string) string { … }
func parseProtocols(protocols string) (map[string][]string, error) { … }