-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.
Description
I noticed a few minor improvements that can be made to the auto-generated docs. Admittedly, these changes are obvious for the user to make, but typically one expects examples to work out-of-the-box as much as possible.
- The empty classes don't always work. For example, pass in a empty
kubernetes.client.V1ServiceAccount()
toreplace_namespaced_service_account
and you'll get an errorthe name of the object (name-example based on URL) was undeterminable: name must be provided
. The class could use arguments or a message telling the user to provide arguments. - name does not follow kubernetes naming format, should have - instead of _
- namespace does not follow kubernetes naming format, should have - instead of _
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.