var secretForTLSLong …
var secretForTLSExample …
type CreateSecretTLSOptions …
func NewSecretTLSOptions(ioStrems genericiooptions.IOStreams) *CreateSecretTLSOptions { … }
func NewCmdCreateSecretTLS(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command { … }
func (o *CreateSecretTLSOptions) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *CreateSecretTLSOptions) Validate() error { … }
func (o *CreateSecretTLSOptions) Run() error { … }
func (o *CreateSecretTLSOptions) createSecretTLS() (*corev1.Secret, error) { … }
func readFile(file string) ([]byte, error) { … }