diff --git a/config/core/resources/eventtype.yaml b/config/core/resources/eventtype.yaml index 402183cdf5c..ed600c327ee 100644 --- a/config/core/resources/eventtype.yaml +++ b/config/core/resources/eventtype.yaml @@ -52,6 +52,9 @@ spec: namespace: description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is an optional field, it gets defaulted to the object holding it if left out.' type: string + address: + description: 'Address points to a specific Address Name' + type: string description: description: 'Description is an optional field used to describe the EventType, in any meaningful way.' @@ -180,6 +183,9 @@ spec: namespace: description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is an optional field, it gets defaulted to the object holding it if left out.' type: string + address: + description: 'Address points to a specific Address Name' + type: string description: description: 'Description is an optional field used to describe the EventType, in any meaningful way.' @@ -311,6 +317,9 @@ spec: namespace: description: 'Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ This is an optional field, it gets defaulted to the object holding it if left out.' type: string + address: + description: 'Address points to a specific Address Name' + type: string description: description: 'Description is an optional field used to describe the EventType, in any meaningful way.'