Skip to content

Commit 291ca95

Browse files
authored
Doc: Update Target Group Policy documentation (#523)
1 parent 72cd58c commit 291ca95

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ 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 TargetGroupPolicy.
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:
185+
to describe TargetGroupPolicy state. \n Known condition types are:
186186
\n * \"Accepted\" * \"Ready\""
187187
items:
188188
description: "Condition contains details for one aspect of the current

docs/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ HealthCheckConfig
15241524
(<em>Appears on:</em><a href="#application-networking.k8s.aws/v1alpha1.TargetGroupPolicy">TargetGroupPolicy</a>)
15251525
</p>
15261526
<div>
1527-
<p>TargetGroupPolicyStatus defines the observed state of AccessLogPolicy.</p>
1527+
<p>TargetGroupPolicyStatus defines the observed state of TargetGroupPolicy.</p>
15281528
</div>
15291529
<table>
15301530
<thead>

examples/deploy-v0.0.18.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7022,7 +7022,7 @@ spec:
70227022
- targetRef
70237023
type: object
70247024
status:
7025-
description: TargetGroupPolicyStatus defines the observed state of AccessLogPolicy.
7025+
description: TargetGroupPolicyStatus defines the observed state of TargetGroupPolicy.
70267026
properties:
70277027
conditions:
70287028
default:
@@ -7036,11 +7036,11 @@ spec:
70367036
reason: Pending
70377037
status: Unknown
70387038
type: Programmed
7039-
description: "Conditions describe the current conditions of the AccessLogPolicy.
7039+
description: "Conditions describe the current conditions of the TargetGroupPolicy.
70407040
\n Implementations should prefer to express Policy conditions using
70417041
the `PolicyConditionType` and `PolicyConditionReason` constants
70427042
so that operators and tools can converge on a common vocabulary
7043-
to describe AccessLogPolicy state. \n Known condition types are:
7043+
to describe TargetGroupPolicy state. \n Known condition types are:
70447044
\n * \"Accepted\" * \"Ready\""
70457045
items:
70467046
description: "Condition contains details for one aspect of the current

pkg/apis/applicationnetworking/v1alpha1/targetgrouppolicy_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ type HealthCheckConfig struct {
122122
ProtocolVersion *HealthCheckProtocolVersion `json:"protocolVersion,omitempty"`
123123
}
124124

125-
// TargetGroupPolicyStatus defines the observed state of AccessLogPolicy.
125+
// TargetGroupPolicyStatus defines the observed state of TargetGroup.
126126
type TargetGroupPolicyStatus struct {
127-
// Conditions describe the current conditions of the AccessLogPolicy.
127+
// Conditions describe the current conditions of the TargetGroup.
128128
//
129129
// Implementations should prefer to express Policy conditions
130130
// using the `PolicyConditionType` and `PolicyConditionReason`
131131
// constants so that operators and tools can converge on a common
132-
// vocabulary to describe AccessLogPolicy state.
132+
// vocabulary to describe TargetGroup state.
133133
//
134134
// Known condition types are:
135135
//

0 commit comments

Comments
 (0)