Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
12c00589
Commit
12c00589
authored
Sep 08, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13679 from pmorie/api-change-docs
Auto commit by PR queue bot
parents
163518ee
6d96b63e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
api_changes.md
docs/devel/api_changes.md
+5
-0
No files found.
docs/devel/api_changes.md
View file @
12c00589
...
...
@@ -399,6 +399,10 @@ The conversion code resides with each versioned API. There are two files:
functions
-
`pkg/api/<version>/conversion_generated.go`
containing auto-generated
conversion functions
-
`pkg/expapi/<version>/conversion.go`
containing manually written conversion
functions
-
`pkg/expapi/<version>/conversion_generated.go`
containing auto-generated
conversion functions
Since auto-generated conversion functions are using manually written ones,
those manually written should be named with a defined convention, i.e. a function
...
...
@@ -433,6 +437,7 @@ of your versioned api objects.
The deep copy code resides with each versioned API:
-
`pkg/api/<version>/deep_copy_generated.go`
containing auto-generated copy functions
-
`pkg/expapi/<version>/deep_copy_generated.go`
containing auto-generated copy functions
To regenerate them:
-
run
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment