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
1169868d
Unverified
Commit
1169868d
authored
Feb 02, 2017
by
Morgan Bauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GroupMetaFactoryArgs documentation
parent
c84f3abc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
group_factory.go
.../apimachinery/pkg/apimachinery/announced/group_factory.go
+7
-1
No files found.
staging/src/k8s.io/apimachinery/pkg/apimachinery/announced/group_factory.go
View file @
1169868d
...
@@ -42,10 +42,16 @@ type GroupVersionFactoryArgs struct {
...
@@ -42,10 +42,16 @@ type GroupVersionFactoryArgs struct {
// GroupMetaFactoryArgs contains the group-level args of a GroupMetaFactory.
// GroupMetaFactoryArgs contains the group-level args of a GroupMetaFactory.
type
GroupMetaFactoryArgs
struct
{
type
GroupMetaFactoryArgs
struct
{
// GroupName is the name of the API-Group
//
// example: 'servicecatalog.k8s.io'
GroupName
string
GroupName
string
VersionPreferenceOrder
[]
string
VersionPreferenceOrder
[]
string
// ImportPrefix is the base go package of the API-Group
//
// example: 'k8s.io/kubernetes/pkg/apis/autoscaling'
ImportPrefix
string
ImportPrefix
string
// RootScopedKinds are resources that are not namespaced.
RootScopedKinds
sets
.
String
// nil is allowed
RootScopedKinds
sets
.
String
// nil is allowed
IgnoredKinds
sets
.
String
// nil is allowed
IgnoredKinds
sets
.
String
// nil is allowed
...
...
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