Skip to content

Commit

Permalink
update the doc for crds: the files in this list should be openAPI def…
Browse files Browse the repository at this point in the history
…inition
  • Loading branch information
Liujingfang1 committed Feb 27, 2019
1 parent f4eef1d commit b0c3cd7
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ patchesJson6902:
path: add_service_annotation.yaml

# Each entry in this list should be a relative path to
# a file for custom resource definition(CRD).
# a file for custom resource definition(CRD) in openAPI definition.
#
# The presence of this field is to allow kustomize be
# aware of CRDs and apply proper
Expand All @@ -211,9 +211,17 @@ patchesJson6902:
# In kustomization, the ConfigMap object name may change by adding namePrefix, nameSuffix, or hashing
# The name reference for this ConfigMap object in CRD object need to be
# updated with namePrefix, nameSuffix, or hashing in the same way.
#
# The annotations can be put into openAPI definitions are:
# "x-kubernetes-annotation": ""
# "x-kubernetes-label-selector": ""
# "x-kubernetes-identity": ""
# "x-kubernetes-object-ref-api-version": "v1",
# "x-kubernetes-object-ref-kind": "Secret",
# "x-kubernetes-object-ref-name-key": "name",
crds:
- crds/typeA.yaml
- crds/typeB.yaml
- crds/typeA.json
- crds/typeB.json

# Vars are used to capture text from one resource's field
# and insert that text elsewhere.
Expand Down

0 comments on commit b0c3cd7

Please sign in to comment.