var quotaLong …
var quotaExample …
type QuotaOpts …
func NewQuotaOpts(ioStreams genericiooptions.IOStreams) *QuotaOpts { … }
func NewCmdCreateQuota(f cmdutil.Factory, ioStreams genericiooptions.IOStreams) *cobra.Command { … }
func (o *QuotaOpts) Complete(f cmdutil.Factory, cmd *cobra.Command, args []string) error { … }
func (o *QuotaOpts) Validate() error { … }
func (o *QuotaOpts) Run() error { … }
func (o *QuotaOpts) createQuota() (*corev1.ResourceQuota, error) { … }
func populateResourceListV1(spec string) (corev1.ResourceList, error) { … }
func parseScopes(spec string) ([]corev1.ResourceQuotaScope, error) { … }