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
720f0419
Commit
720f0419
authored
Aug 11, 2017
by
crimsonfaith91
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mark created-by annotation as deprecated
parent
984f1af5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
annotation_key_constants.go
pkg/api/annotation_key_constants.go
+2
-0
annotation_key_constants.go
staging/src/k8s.io/api/core/v1/annotation_key_constants.go
+2
-0
No files found.
pkg/api/annotation_key_constants.go
View file @
720f0419
...
@@ -47,6 +47,8 @@ const (
...
@@ -47,6 +47,8 @@ const (
// CreatedByAnnotation represents the key used to store the spec(json)
// CreatedByAnnotation represents the key used to store the spec(json)
// used to create the resource.
// used to create the resource.
// This field is deprecated in favor of ControllerRef (see #44407).
// TODO(#50720): Remove this field in v1.9.
CreatedByAnnotation
=
"kubernetes.io/created-by"
CreatedByAnnotation
=
"kubernetes.io/created-by"
// PreferAvoidPodsAnnotationKey represents the key of preferAvoidPods data (json serialized)
// PreferAvoidPodsAnnotationKey represents the key of preferAvoidPods data (json serialized)
...
...
staging/src/k8s.io/api/core/v1/annotation_key_constants.go
View file @
720f0419
...
@@ -47,6 +47,8 @@ const (
...
@@ -47,6 +47,8 @@ const (
// CreatedByAnnotation represents the key used to store the spec(json)
// CreatedByAnnotation represents the key used to store the spec(json)
// used to create the resource.
// used to create the resource.
// This field is deprecated in favor of ControllerRef (see #44407).
// TODO(#50720): Remove this field in v1.9.
CreatedByAnnotation
=
"kubernetes.io/created-by"
CreatedByAnnotation
=
"kubernetes.io/created-by"
// PreferAvoidPodsAnnotationKey represents the key of preferAvoidPods data (json serialized)
// PreferAvoidPodsAnnotationKey represents the key of preferAvoidPods data (json serialized)
...
...
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