Skip to content

Commit 7c2c8ab

Browse files
authored
fix crd autogen (#524)
1 parent 291ca95 commit 7c2c8ab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config/crds/bases/application-networking.k8s.aws_targetgrouppolicies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ spec:
178178
reason: Pending
179179
status: Unknown
180180
type: Programmed
181-
description: "Conditions describe the current conditions of the TargetGroupPolicy.
181+
description: "Conditions describe the current conditions of the TargetGroup.
182182
\n Implementations should prefer to express Policy conditions using
183183
the `PolicyConditionType` and `PolicyConditionReason` constants
184184
so that operators and tools can converge on a common vocabulary
185-
to describe TargetGroupPolicy state. \n Known condition types are:
186-
\n * \"Accepted\" * \"Ready\""
185+
to describe TargetGroup state. \n Known condition types are: \n
186+
* \"Accepted\" * \"Ready\""
187187
items:
188188
description: "Condition contains details for one aspect of the current
189189
state of this API Resource. --- This struct is intended for direct

helm/crds/application-networking.k8s.aws_targetgrouppolicies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@ spec:
178178
reason: Pending
179179
status: Unknown
180180
type: Programmed
181-
description: "Conditions describe the current conditions of the AccessLogPolicy.
181+
description: "Conditions describe the current conditions of the TargetGroup.
182182
\n Implementations should prefer to express Policy conditions using
183183
the `PolicyConditionType` and `PolicyConditionReason` constants
184184
so that operators and tools can converge on a common vocabulary
185-
to describe AccessLogPolicy state. \n Known condition types are:
186-
\n * \"Accepted\" * \"Ready\""
185+
to describe TargetGroup state. \n Known condition types are: \n
186+
* \"Accepted\" * \"Ready\""
187187
items:
188188
description: "Condition contains details for one aspect of the current
189189
state of this API Resource. --- This struct is intended for direct

0 commit comments

Comments
 (0)