Skip to content

Commit

Permalink
Fix field description
Browse files Browse the repository at this point in the history
  • Loading branch information
gemmahou committed Nov 12, 2024
1 parent aeda6fd commit 518eb38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions apis/refs/v1beta1/computerefs.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,11 +330,11 @@ type ComputeTargetVPNGatewayRef struct {

type ComputeFirewallPolicyRef struct {
// A reference to an externally managed ComputeFirewallPolicy resource.
// Should be in the format `locations/global/firewallPolicies/<firewallPolicy>`.
// Should be in the format `locations/global/firewallPolicies/{{firewallPolicyID}}`.
External string `json:"external,omitempty"`
/* The `name` field of a `ComputeFirewall olicy ` resource. */
/* The `name` field of a `ComputeFirewallPolicy` resource. */
Name string `json:"name,omitempty"`
/* The `namespace` field of a `ComputeFirewallPolicy ` resource. */
/* The `namespace` field of a `ComputeFirewallPolicy` resource. */
Namespace string `json:"namespace,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ spec:
properties:
external:
description: A reference to an externally managed ComputeFirewallPolicy
resource. Should be in the format `locations/global/firewallPolicies/<firewallPolicy>`.
resource. Should be in the format `locations/global/firewallPolicies/{{firewallPolicyID}}`.
type: string
name:
description: The `name` field of a `ComputeFirewall olicy ` resource.
description: The `name` field of a `ComputeFirewallPolicy` resource.
type: string
namespace:
description: The `namespace` field of a `ComputeFirewallPolicy
` resource.
description: The `namespace` field of a `ComputeFirewallPolicy`
resource.
type: string
type: object
match:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ targetServiceAccounts:
</td>
<td>
<p><code class="apitype">string</code></p>
<p>{% verbatim %}A reference to an externally managed ComputeFirewallPolicy resource. Should be in the format `locations/global/firewallPolicies/<firewallPolicy>`.{% endverbatim %}</p>
<p>{% verbatim %}A reference to an externally managed ComputeFirewallPolicy resource. Should be in the format `locations/global/firewallPolicies/{{firewallPolicyID}}`.{% endverbatim %}</p>
</td>
</tr>
<tr>
Expand All @@ -191,7 +191,7 @@ targetServiceAccounts:
</td>
<td>
<p><code class="apitype">string</code></p>
<p>{% verbatim %}The `name` field of a `ComputeFirewall olicy ` resource.{% endverbatim %}</p>
<p>{% verbatim %}The `name` field of a `ComputeFirewallPolicy` resource.{% endverbatim %}</p>
</td>
</tr>
<tr>
Expand All @@ -201,7 +201,7 @@ targetServiceAccounts:
</td>
<td>
<p><code class="apitype">string</code></p>
<p>{% verbatim %}The `namespace` field of a `ComputeFirewallPolicy ` resource.{% endverbatim %}</p>
<p>{% verbatim %}The `namespace` field of a `ComputeFirewallPolicy` resource.{% endverbatim %}</p>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 518eb38

Please sign in to comment.