This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #238 from perotinus/lor
Update the cluster type definition to use a locally-defined object reference.
- Loading branch information
Showing
12 changed files
with
164 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
27 changes: 0 additions & 27 deletions
27
docs/reference/build/documents/_generated_objectreference_v1_core_definition.md
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
...ild/documents/_generated_objectreference_v1alpha1_clusterregistry_definition.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## ObjectReference v1alpha1 | ||
|
||
Group | Version | Kind | ||
------------ | ---------- | ----------- | ||
`clusterregistry` | `v1alpha1` | `ObjectReference` | ||
|
||
|
||
|
||
ObjectReference contains enough information to let you inspect or modify the referred object. | ||
|
||
<aside class="notice"> | ||
Appears In: | ||
|
||
<ul> | ||
<li><a href="#authinfo-v1alpha1">AuthInfo v1alpha1</a></li> | ||
</ul></aside> | ||
|
||
Field | Description | ||
------------ | ----------- | ||
`kind`<br /> *string* | Kind contains the kind of the referent, e.g., Secret or ConfigMap More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds | ||
`name`<br /> *string* | Name contains the name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names | ||
`namespace`<br /> *string* | Namespace contains the namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.