Skip to content

Commit 09ce20d

Browse files
authored
Merge branch 'aws:main' into main
2 parents 61ec316 + 7c2c8ab commit 09ce20d

File tree

9 files changed

+16
-19
lines changed

9 files changed

+16
-19
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 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

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>

docs/guides/deploy.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,11 @@ Alternatively, you can manually provide configuration variables when installing
131131

132132
## Controller Installation
133133

134-
1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../concepts/environment.md) for detailed explanation of each configuration option.
135-
134+
1. Run either `kubectl` or `helm` to deploy the controller. Check [Environment Variables](../guides/environment.md) for detailed explanation of each configuration option.
136135
```bash
137136
kubectl apply -f examples/deploy-v0.0.18.yaml
138137
```
139-
140138
or
141-
142139
```bash
143140
# login to ECR
144141
aws ecr-public get-login-password --region us-east-1 | helm registry login --username AWS --password-stdin public.ecr.aws
File renamed without changes.

docs/guides/getstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The first part of this section provides an example of setting up of service-to-s
66
The second section extends that example by creating another inventory service on a second cluster on a different VPC, and spreading traffic to that service across the two clusters and VPCs.
77
Both clusters are created using `eksctl`, with both clusters created from the same account by the same cluster admin.
88

9-
Using these examples as a foundation, see the [Configuration](../concepts/index.md) section for ways to further configure service-to-service communications.
9+
Using these examples as a foundation, see the [Concepts](../concepts/overview.md) section for ways to further configure service-to-service communications.
1010

1111
**NOTE**: You can get the yaml files used on this page by cloning the [AWS Gateway API Controller](https://github.com/aws/aws-application-networking-k8s) repository.
1212

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

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

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ nav:
1010
- User Guides:
1111
- Quick Start: guides/deploy.md
1212
- Basic Setup: guides/getstarted.md
13+
- Configuration: guides/environment.md
1314
- Concepts:
1415
- Design Overview: concepts/overview.md
15-
- Environment Variables: concepts/environment.md
1616
- TLS: concepts/https.md
1717
- Custom Domain Name: concepts/custom-domain-name.md
1818
- GRPC: concepts/grpc.md

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)