kubernetes/pkg/api
Kubernetes Submit Queue ed00d9c062
Merge pull request #54445 from crimsonfaith91/rem
Automatic merge from submit-queue (batch tested with PRs 53190, 54790, 54445, 52607, 54801). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

remove created-by annotation

**What this PR does / why we need it**:
This PR removes `CreatedByAnnotation`.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #50720

**Release note**:

```release-note
The `kubernetes.io/created-by` annotation is no longer added to controller-created objects. Use the  `metadata.ownerReferences` item that has `controller` set to `true` to determine which controller, if any, owns an object.
```
2017-10-31 20:10:21 -07:00
..
endpoints update BUILD files 2017-10-15 18:18:13 -07:00
events update BUILD files 2017-10-15 18:18:13 -07:00
fuzzer ScaleIO - API source code update 2017-10-25 16:05:48 -04:00
helper update BUILD files 2017-10-15 18:18:13 -07:00
install Update bazel 2017-10-18 17:24:04 +02:00
legacyscheme Update bazel 2017-10-18 17:24:04 +02:00
persistentvolume ScaleIO - API source code update 2017-10-25 16:05:48 -04:00
pod update BUILD files 2017-10-15 18:18:13 -07:00
ref Update bazel 2017-10-18 17:24:04 +02:00
resource update BUILD files 2017-10-15 18:18:13 -07:00
service update BUILD files 2017-10-15 18:18:13 -07:00
testapi Remove all traces of federation 2017-10-26 13:37:37 -07:00
testing Fuzz label selectors 2017-10-19 11:01:45 -04:00
unversioned update BUILD files 2017-10-15 18:18:13 -07:00
v1 Merge pull request #54013 from vladimirvivien/scaleio-secret-multi-tenancy 2017-10-26 13:24:34 -07:00
validation Validate that PersistentVolumeSource is not changed during PV Update. 2017-10-29 11:09:17 -07:00
annotation_key_constants.go remove created-by annotation 2017-10-30 12:49:44 -07:00
BUILD Update bazel 2017-10-18 17:24:04 +02:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
field_constants.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
json.go Change taint/toleration annotations to api fields. 2017-02-22 09:27:42 -05:00
objectreference.go move ref.go to its own subpackage 2017-04-13 10:02:43 -07:00
OWNERS Create api-{approvers,reviewers} alias 2017-10-18 10:54:28 -07:00
register.go Move global scheme to pkg/api/legacyscheme 2017-10-18 13:26:56 +02:00
resource.go Remove previous local storage resource name 'scratch" and "overlay" 2017-08-27 12:03:31 +08:00
taint_test.go move ref.go to its own subpackage 2017-04-13 10:02:43 -07:00
taint.go move ref.go to its own subpackage 2017-04-13 10:02:43 -07:00
toleration.go move ref.go to its own subpackage 2017-04-13 10:02:43 -07:00
types.go ScaleIO - API source code update 2017-10-25 16:05:48 -04:00
zz_generated.deepcopy.go ScaleIO - Generated files 2017-10-25 16:05:57 -04:00