You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, "", fmt.Errorf("format of NetworkManagementConnectivityTest external=%q was not known (use projects/{{projectID}}/locations/{{location}}/connectivitytests/{{connectivitytestID}})", external)
returnnil, "", fmt.Errorf("format of NetworkManagementConnectivityTest external=%q was not known (use projects/{{projectID}}/locations/{{location}}/connectivityTests/{{connectivityTestID}})", external)
Copy file name to clipboardExpand all lines: config/crds/resources/apiextensions.k8s.io_v1_customresourcedefinition_networkmanagementconnectivitytests.networkmanagement.cnrm.cloud.google.com.yaml
+36-1
Original file line number
Diff line number
Diff line change
@@ -726,6 +726,41 @@ spec:
726
726
createTime:
727
727
description: Output only. The time the test was created.
728
728
type: string
729
+
destination:
730
+
description: |-
731
+
Destination specification of the Connectivity Test.
732
+
733
+
You can use a combination of destination IP address, Compute Engine
734
+
VM instance, or VPC network to uniquely identify the destination
735
+
location.
736
+
737
+
Even if the destination IP address is not unique, the source IP
738
+
location is unique. Usually, the analysis can infer the destination
739
+
endpoint from route information.
740
+
741
+
If the destination you specify is a VM instance and the instance has
742
+
multiple network interfaces, then you must also specify either
743
+
a destination IP address or VPC network to identify the destination
744
+
interface.
745
+
746
+
A reachability analysis proceeds even if the destination location is
747
+
ambiguous. However, the result can include endpoints that you don't
748
+
intend to test.
749
+
properties:
750
+
forwardingRuleTarget:
751
+
description: Output only. Specifies the type of the target
752
+
of the forwarding rule.
753
+
type: string
754
+
loadBalancerID:
755
+
description: Output only. ID of the load balancer the forwarding
756
+
rule points to. Empty for forwarding rules not related to
757
+
load balancers.
758
+
type: string
759
+
loadBalancerType:
760
+
description: Output only. Type of the load balancer the forwarding
761
+
rule points to.
762
+
type: string
763
+
type: object
729
764
displayName:
730
765
description: Output only. The display name of a Connectivity Test.
731
766
type: string
@@ -2939,7 +2974,7 @@ spec:
2939
2974
type: object
2940
2975
source:
2941
2976
description: |-
2942
-
Required. Source specification of the Connectivity Test.
2977
+
Source specification of the Connectivity Test.
2943
2978
2944
2979
You can use a combination of source IP address, virtual machine
2945
2980
(VM) instance, or Compute Engine network to uniquely identify
0 commit comments