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
04f59751
Commit
04f59751
authored
May 11, 2019
by
Elisiano Petrini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling in a couple of descriptions
parent
b03367bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
types.go
pkg/apis/core/types.go
+4
-4
types.go
staging/src/k8s.io/api/core/v1/types.go
+5
-5
No files found.
pkg/apis/core/types.go
View file @
04f59751
...
@@ -1443,7 +1443,7 @@ type ConfigMapVolumeSource struct {
...
@@ -1443,7 +1443,7 @@ type ConfigMapVolumeSource struct {
// mode, like fsGroup, and the result can be other mode bits set.
// mode, like fsGroup, and the result can be other mode bits set.
// +optional
// +optional
DefaultMode
*
int32
DefaultMode
*
int32
// Specify whether the ConfigMap or it
'
s keys must be defined
// Specify whether the ConfigMap or its keys must be defined
// +optional
// +optional
Optional
*
bool
Optional
*
bool
}
}
...
@@ -1466,7 +1466,7 @@ type ConfigMapProjection struct {
...
@@ -1466,7 +1466,7 @@ type ConfigMapProjection struct {
// relative and may not contain the '..' path or start with '..'.
// relative and may not contain the '..' path or start with '..'.
// +optional
// +optional
Items
[]
KeyToPath
Items
[]
KeyToPath
// Specify whether the ConfigMap or it
'
s keys must be defined
// Specify whether the ConfigMap or its keys must be defined
// +optional
// +optional
Optional
*
bool
Optional
*
bool
}
}
...
@@ -1793,7 +1793,7 @@ type ConfigMapKeySelector struct {
...
@@ -1793,7 +1793,7 @@ type ConfigMapKeySelector struct {
LocalObjectReference
LocalObjectReference
// The key to select.
// The key to select.
Key
string
Key
string
// Specify whether the ConfigMap or it
'
s key must be defined
// Specify whether the ConfigMap or its key must be defined
// +optional
// +optional
Optional
*
bool
Optional
*
bool
}
}
...
@@ -1804,7 +1804,7 @@ type SecretKeySelector struct {
...
@@ -1804,7 +1804,7 @@ type SecretKeySelector struct {
LocalObjectReference
LocalObjectReference
// The key of the secret to select from. Must be a valid secret key.
// The key of the secret to select from. Must be a valid secret key.
Key
string
Key
string
// Specify whether the Secret or it
'
s key must be defined
// Specify whether the Secret or its key must be defined
// +optional
// +optional
Optional
*
bool
Optional
*
bool
}
}
...
...
staging/src/k8s.io/api/core/v1/types.go
View file @
04f59751
...
@@ -1094,7 +1094,7 @@ type SecretVolumeSource struct {
...
@@ -1094,7 +1094,7 @@ type SecretVolumeSource struct {
// mode, like fsGroup, and the result can be other mode bits set.
// mode, like fsGroup, and the result can be other mode bits set.
// +optional
// +optional
DefaultMode
*
int32
`json:"defaultMode,omitempty" protobuf:"bytes,3,opt,name=defaultMode"`
DefaultMode
*
int32
`json:"defaultMode,omitempty" protobuf:"bytes,3,opt,name=defaultMode"`
// Specify whether the Secret or it
'
s keys must be defined
// Specify whether the Secret or its keys must be defined
// +optional
// +optional
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,4,opt,name=optional"`
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,4,opt,name=optional"`
}
}
...
@@ -1520,7 +1520,7 @@ type ConfigMapVolumeSource struct {
...
@@ -1520,7 +1520,7 @@ type ConfigMapVolumeSource struct {
// mode, like fsGroup, and the result can be other mode bits set.
// mode, like fsGroup, and the result can be other mode bits set.
// +optional
// +optional
DefaultMode
*
int32
`json:"defaultMode,omitempty" protobuf:"varint,3,opt,name=defaultMode"`
DefaultMode
*
int32
`json:"defaultMode,omitempty" protobuf:"varint,3,opt,name=defaultMode"`
// Specify whether the ConfigMap or it
'
s keys must be defined
// Specify whether the ConfigMap or its keys must be defined
// +optional
// +optional
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,4,opt,name=optional"`
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,4,opt,name=optional"`
}
}
...
@@ -1547,7 +1547,7 @@ type ConfigMapProjection struct {
...
@@ -1547,7 +1547,7 @@ type ConfigMapProjection struct {
// relative and may not contain the '..' path or start with '..'.
// relative and may not contain the '..' path or start with '..'.
// +optional
// +optional
Items
[]
KeyToPath
`json:"items,omitempty" protobuf:"bytes,2,rep,name=items"`
Items
[]
KeyToPath
`json:"items,omitempty" protobuf:"bytes,2,rep,name=items"`
// Specify whether the ConfigMap or it
'
s keys must be defined
// Specify whether the ConfigMap or its keys must be defined
// +optional
// +optional
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,4,opt,name=optional"`
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,4,opt,name=optional"`
}
}
...
@@ -1889,7 +1889,7 @@ type ConfigMapKeySelector struct {
...
@@ -1889,7 +1889,7 @@ type ConfigMapKeySelector struct {
LocalObjectReference
`json:",inline" protobuf:"bytes,1,opt,name=localObjectReference"`
LocalObjectReference
`json:",inline" protobuf:"bytes,1,opt,name=localObjectReference"`
// The key to select.
// The key to select.
Key
string
`json:"key" protobuf:"bytes,2,opt,name=key"`
Key
string
`json:"key" protobuf:"bytes,2,opt,name=key"`
// Specify whether the ConfigMap or it
'
s key must be defined
// Specify whether the ConfigMap or its key must be defined
// +optional
// +optional
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,3,opt,name=optional"`
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,3,opt,name=optional"`
}
}
...
@@ -1900,7 +1900,7 @@ type SecretKeySelector struct {
...
@@ -1900,7 +1900,7 @@ type SecretKeySelector struct {
LocalObjectReference
`json:",inline" protobuf:"bytes,1,opt,name=localObjectReference"`
LocalObjectReference
`json:",inline" protobuf:"bytes,1,opt,name=localObjectReference"`
// The key of the secret to select from. Must be a valid secret key.
// The key of the secret to select from. Must be a valid secret key.
Key
string
`json:"key" protobuf:"bytes,2,opt,name=key"`
Key
string
`json:"key" protobuf:"bytes,2,opt,name=key"`
// Specify whether the Secret or it
'
s key must be defined
// Specify whether the Secret or its key must be defined
// +optional
// +optional
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,3,opt,name=optional"`
Optional
*
bool
`json:"optional,omitempty" protobuf:"varint,3,opt,name=optional"`
}
}
...
...
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