Skip to content

Commit fa15320

Browse files
author
OpenShift Bot
authored
Merge pull request #12013 from php-coder/fix_oc_create_godocs
Merged by openshift-bot
2 parents a1aa1fb + 0a46187 commit fa15320

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/cmd/cli/cmd/create/clusterquota.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type CreateClusterQuotaOptions struct {
4646
Printer ObjectPrinter
4747
}
4848

49-
// NewCmdCreateServiceAccount is a macro command to create a new service account
49+
// NewCmdCreateClusterQuota is a macro command to create a new cluster quota.
5050
func NewCmdCreateClusterQuota(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command {
5151
o := &CreateClusterQuotaOptions{Out: out}
5252

pkg/cmd/cli/cmd/create/deploymentconfig.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type CreateDeploymentConfigOptions struct {
4242
Printer ObjectPrinter
4343
}
4444

45-
// NewCmdCreateServiceAccount is a macro command to create a new service account
45+
// NewCmdCreateDeploymentConfig is a macro command to create a new deployment config.
4646
func NewCmdCreateDeploymentConfig(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command {
4747
o := &CreateDeploymentConfigOptions{Out: out}
4848

pkg/cmd/cli/cmd/create/policy_binding.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type CreatePolicyBindingOptions struct {
4040

4141
type ObjectPrinter func(runtime.Object, io.Writer) error
4242

43-
// NewCmdCreateServiceAccount is a macro command to create a new service account
43+
// NewCmdCreatePolicyBinding is a macro command to create a new policy binding.
4444
func NewCmdCreatePolicyBinding(name, fullName string, f *clientcmd.Factory, out io.Writer) *cobra.Command {
4545
o := &CreatePolicyBindingOptions{Out: out}
4646

0 commit comments

Comments
 (0)