Problem/Motivation
- Check and align the comments at
Drupal\k8s\Controller\ApiControllerInterface - The following is a list of CamelCase resource names (the other one is NOT CamelCame):
ConfigMapsCronJobDaemonSetLimitRangeReplicaSetServiceAccountStatefulSet
- See also the Glossary page: https://kubernetes.io/docs/reference/glossary/?all=true
- Format:
/** * Provides an interface defining a K8s <Resource Name or ResourceName> entity. * * @ingroup k8s */ - For example:
/** * Provides an interface defining a K8s LimitRange entity. * * @ingroup k8s *//** * Access controller for the K8s Network Policy entity. * * @see \Drupal\k8s\Entity\K8sNetworkPolicy. */
Issue fork cloud-3225220
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3225220-align-the-comments
changes, plain diff MR !385
Comments
Comment #2
yasComment #3
TamakiFujino commentedComment #5
TamakiFujino commentedComment #6
yas@tamakifujino
Thank you for the refactoring. It looks good; and could I ask you to refactor further? That is, remove
K8s:BEFORE:
AFTER:
Note that the following comments are exceptions since those are our own defined inteface, not K8s resources:
Please be careful about the article such as
aandan.Comment #7
TamakiFujino commentedComment #8
yas@tamakifujino
Thank you for the update. It looks perfect to me now. I'll merge the patch to
4.xand close this issue as Fixed.Comment #11
yas