Commit 6d96b63e authored by Paul Morie's avatar Paul Morie

Update api change docs

parent 2f93978d
...@@ -399,6 +399,10 @@ The conversion code resides with each versioned API. There are two files: ...@@ -399,6 +399,10 @@ The conversion code resides with each versioned API. There are two files:
functions functions
- `pkg/api/<version>/conversion_generated.go` containing auto-generated - `pkg/api/<version>/conversion_generated.go` containing auto-generated
conversion functions 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, Since auto-generated conversion functions are using manually written ones,
those manually written should be named with a defined convention, i.e. a function those manually written should be named with a defined convention, i.e. a function
...@@ -433,6 +437,7 @@ of your versioned api objects. ...@@ -433,6 +437,7 @@ of your versioned api objects.
The deep copy code resides with each versioned API: The deep copy code resides with each versioned API:
- `pkg/api/<version>/deep_copy_generated.go` containing auto-generated copy functions - `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: To regenerate them:
- run - run
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment