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
a892b26b
Commit
a892b26b
authored
Jun 27, 2016
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small docs update
parent
355794c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
api_changes.md
docs/devel/api_changes.md
+2
-3
No files found.
docs/devel/api_changes.md
View file @
a892b26b
...
...
@@ -522,9 +522,8 @@ At the moment, you'll have to make a new directory under `pkg/apis/`; copy the
directory structure from
`pkg/apis/extensions`
. Add the new group/version to all
of the
`hack/{verify,update}-generated-{deep-copy,conversions,swagger}.sh`
files
in the appropriate places--it should just require adding your new group/version
to a bash array. You will also need to make sure your new types are imported by
the generation commands (
`cmd/gendeepcopy/`
&
`cmd/genconversion`
). These
instructions may not be complete and will be updated as we gain experience.
to a bash array. See
[
docs on adding an API group
](
adding-an-APIGroup.md
)
for
more.
Adding API groups outside of the
`pkg/apis/`
directory is not currently
supported, but is clearly desirable. The deep copy & conversion generators need
...
...
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