62
62
used for decryption.
63
63
properties :
64
64
name :
65
- description : Name of the referent
65
+ description : Name of the referent.
66
66
type : string
67
67
required :
68
68
- name
@@ -71,18 +71,19 @@ spec:
71
71
- provider
72
72
type : object
73
73
dependsOn :
74
- description : DependsOn may contain a dependency.CrossNamespaceDependencyReference
74
+ description : DependsOn may contain a meta.NamespacedObjectReference
75
75
slice with references to Kustomization resources that must be ready
76
76
before this Kustomization can be reconciled.
77
77
items :
78
- description : CrossNamespaceDependencyReference holds the reference
79
- to a dependency .
78
+ description : NamespacedObjectReference contains enough information
79
+ to locate the referenced Kubernetes resource object in any namespace .
80
80
properties :
81
81
name :
82
- description : Name holds the name reference of a dependency .
82
+ description : Name of the referent .
83
83
type : string
84
84
namespace :
85
- description : Namespace holds the namespace reference of a dependency.
85
+ description : Namespace of the referent, when not specified it
86
+ acts as LocalObjectReference.
86
87
type : string
87
88
required :
88
89
- name
@@ -97,21 +98,22 @@ spec:
97
98
description : A list of resources to be included in the health assessment.
98
99
items :
99
100
description : NamespacedObjectKindReference contains enough information
100
- to let you locate the typed referenced object in any namespace
101
+ to locate the typed referenced Kubernetes resource object in any
102
+ namespace.
101
103
properties :
102
104
apiVersion :
103
105
description : API version of the referent, if not specified the
104
- Kubernetes preferred version will be used
106
+ Kubernetes preferred version will be used.
105
107
type : string
106
108
kind :
107
- description : Kind of the referent
109
+ description : Kind of the referent.
108
110
type : string
109
111
name :
110
- description : Name of the referent
112
+ description : Name of the referent.
111
113
type : string
112
114
namespace :
113
115
description : Namespace of the referent, when not specified it
114
- acts as LocalObjectReference
116
+ acts as LocalObjectReference.
115
117
type : string
116
118
required :
117
119
- kind
@@ -164,7 +166,7 @@ spec:
164
166
for reconciling the Kustomization.
165
167
properties :
166
168
name :
167
- description : Name of the referent
169
+ description : Name of the referent.
168
170
type : string
169
171
required :
170
172
- name
@@ -513,7 +515,8 @@ spec:
513
515
type : string
514
516
lastHandledReconcileAt :
515
517
description : LastHandledReconcileAt holds the value of the most recent
516
- reconcile request value, so a change can be detected.
518
+ reconcile request value, so a change of the annotation value can
519
+ be detected.
517
520
type : string
518
521
observedGeneration :
519
522
description : ObservedGeneration is the last reconciled generation.
@@ -598,7 +601,7 @@ spec:
598
601
used for decryption.
599
602
properties :
600
603
name :
601
- description : Name of the referent
604
+ description : Name of the referent.
602
605
type : string
603
606
required :
604
607
- name
@@ -607,18 +610,19 @@ spec:
607
610
- provider
608
611
type : object
609
612
dependsOn :
610
- description : DependsOn may contain a dependency.CrossNamespaceDependencyReference
613
+ description : DependsOn may contain a meta.NamespacedObjectReference
611
614
slice with references to Kustomization resources that must be ready
612
615
before this Kustomization can be reconciled.
613
616
items :
614
- description : CrossNamespaceDependencyReference holds the reference
615
- to a dependency .
617
+ description : NamespacedObjectReference contains enough information
618
+ to locate the referenced Kubernetes resource object in any namespace .
616
619
properties :
617
620
name :
618
- description : Name holds the name reference of a dependency .
621
+ description : Name of the referent .
619
622
type : string
620
623
namespace :
621
- description : Namespace holds the namespace reference of a dependency.
624
+ description : Namespace of the referent, when not specified it
625
+ acts as LocalObjectReference.
622
626
type : string
623
627
required :
624
628
- name
@@ -633,21 +637,22 @@ spec:
633
637
description : A list of resources to be included in the health assessment.
634
638
items :
635
639
description : NamespacedObjectKindReference contains enough information
636
- to let you locate the typed referenced object in any namespace
640
+ to locate the typed referenced Kubernetes resource object in any
641
+ namespace.
637
642
properties :
638
643
apiVersion :
639
644
description : API version of the referent, if not specified the
640
- Kubernetes preferred version will be used
645
+ Kubernetes preferred version will be used.
641
646
type : string
642
647
kind :
643
- description : Kind of the referent
648
+ description : Kind of the referent.
644
649
type : string
645
650
name :
646
- description : Name of the referent
651
+ description : Name of the referent.
647
652
type : string
648
653
namespace :
649
654
description : Namespace of the referent, when not specified it
650
- acts as LocalObjectReference
655
+ acts as LocalObjectReference.
651
656
type : string
652
657
required :
653
658
- kind
@@ -700,7 +705,7 @@ spec:
700
705
for reconciling the Kustomization.
701
706
properties :
702
707
name :
703
- description : Name of the referent
708
+ description : Name of the referent.
704
709
type : string
705
710
required :
706
711
- name
@@ -1086,7 +1091,8 @@ spec:
1086
1091
type : string
1087
1092
lastHandledReconcileAt :
1088
1093
description : LastHandledReconcileAt holds the value of the most recent
1089
- reconcile request value, so a change can be detected.
1094
+ reconcile request value, so a change of the annotation value can
1095
+ be detected.
1090
1096
type : string
1091
1097
observedGeneration :
1092
1098
description : ObservedGeneration is the last reconciled generation.
0 commit comments