Merge pull request #46730 from network-charles/network-charles-patch-2
Fix Style Guide Violationpull/46753/head
commit
fb9e21c629
|
@ -249,11 +249,11 @@ also known as PascalCase. Do not write API kinds with code formatting.
|
||||||
|
|
||||||
Don't split an API object name into separate words. For example, use PodTemplateList, not Pod Template List.
|
Don't split an API object name into separate words. For example, use PodTemplateList, not Pod Template List.
|
||||||
|
|
||||||
For more information about PascalCase and code formatting, please review the related guidance on
|
For more information about PascalCase and code formatting, review the related guidance on
|
||||||
[Use upper camel case for API objects](/docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects)
|
[Use upper camel case for API objects](/docs/contribute/style/style-guide/#use-upper-camel-case-for-api-objects)
|
||||||
and [Use code style for inline code, commands, and API objects](/docs/contribute/style/style-guide/#code-style-inline-code).
|
and [Use code style for inline code, commands, and API objects](/docs/contribute/style/style-guide/#code-style-inline-code).
|
||||||
|
|
||||||
For more information about Kubernetes API terminologies, please review the related
|
For more information about Kubernetes API terminologies, review the related
|
||||||
guidance on [Kubernetes API terminology](/docs/reference/using-api/api-concepts/#standard-api-terminology).
|
guidance on [Kubernetes API terminology](/docs/reference/using-api/api-concepts/#standard-api-terminology).
|
||||||
|
|
||||||
## Code snippet formatting
|
## Code snippet formatting
|
||||||
|
|
Loading…
Reference in New Issue