diff --git a/resources/computetargettcpproxy/compute_v1alpha3_computebackendservice.yaml b/resources/computetargettcpproxy/compute_v1alpha3_computebackendservice.yaml new file mode 100644 index 0000000000..c11ea72226 --- /dev/null +++ b/resources/computetargettcpproxy/compute_v1alpha3_computebackendservice.yaml @@ -0,0 +1,9 @@ +apiVersion: compute.cnrm.cloud.google.com/v1alpha3 +kind: ComputeBackendService +metadata: + name: computetargettcpproxy-dep +spec: + healthCheckRef: + name: computetargettcpproxy-dep + location: global + protocol: TCP diff --git a/resources/computetargettcpproxy/compute_v1alpha3_computehealthcheck.yaml b/resources/computetargettcpproxy/compute_v1alpha3_computehealthcheck.yaml new file mode 100644 index 0000000000..7d31134221 --- /dev/null +++ b/resources/computetargettcpproxy/compute_v1alpha3_computehealthcheck.yaml @@ -0,0 +1,9 @@ +apiVersion: compute.cnrm.cloud.google.com/v1alpha3 +kind: ComputeHealthCheck +metadata: + name: computetargettcpproxy-dep +spec: + checkIntervalSec: 10 + tcpHealthCheck: + port: 443 + location: global diff --git a/resources/computetargettcpproxy/compute_v1alpha3_computetargettcpproxy.yaml b/resources/computetargettcpproxy/compute_v1alpha3_computetargettcpproxy.yaml new file mode 100644 index 0000000000..030f7f09e5 --- /dev/null +++ b/resources/computetargettcpproxy/compute_v1alpha3_computetargettcpproxy.yaml @@ -0,0 +1,8 @@ +apiVersion: compute.cnrm.cloud.google.com/v1alpha3 +kind: ComputeTargetTCPProxy +metadata: + name: computetargettcpproxy-sample +spec: + description: "A sample TCP proxy." + backendServiceRef: + name: computetargettcpproxy-dep diff --git a/tutorials/configuring-domain-name-static-ip/compute-address-global.yaml b/tutorials/configuring-domain-name-static-ip/compute-address-global.yaml index ff901e99ab..4643159311 100644 --- a/tutorials/configuring-domain-name-static-ip/compute-address-global.yaml +++ b/tutorials/configuring-domain-name-static-ip/compute-address-global.yaml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # [START config_connector_configuring_domain_name_static_ip_compute_address_global] -apiVersion: compute.cnrm.cloud.google.com/v1alpha2 +apiVersion: compute.cnrm.cloud.google.com/v1alpha3 kind: ComputeAddress metadata: name: helloweb-ip diff --git a/tutorials/configuring-domain-name-static-ip/compute-address-regional.yaml b/tutorials/configuring-domain-name-static-ip/compute-address-regional.yaml index 44ebb00ea3..f35173be83 100644 --- a/tutorials/configuring-domain-name-static-ip/compute-address-regional.yaml +++ b/tutorials/configuring-domain-name-static-ip/compute-address-regional.yaml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # [START config_connector_configuring_domain_name_static_ip_compute_address_regional] -apiVersion: compute.cnrm.cloud.google.com/v1alpha2 +apiVersion: compute.cnrm.cloud.google.com/v1alpha3 kind: ComputeAddress metadata: name: helloweb-ip diff --git a/tutorials/http-balancer/compute-address.yaml b/tutorials/http-balancer/compute-address.yaml index 3a99096f4d..580fd625f0 100644 --- a/tutorials/http-balancer/compute-address.yaml +++ b/tutorials/http-balancer/compute-address.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # [START config_connector_http_balancer_compute_address] -apiVersion: compute.cnrm.cloud.google.com/v1alpha2 +apiVersion: compute.cnrm.cloud.google.com/v1alpha3 kind: ComputeAddress metadata: name: web-static-ip diff --git a/tutorials/managed-certs/compute-address.yaml b/tutorials/managed-certs/compute-address.yaml index 3f6855c094..0d97e54977 100644 --- a/tutorials/managed-certs/compute-address.yaml +++ b/tutorials/managed-certs/compute-address.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # [START config_connector_managed_certs_compute_address] -apiVersion: compute.cnrm.cloud.google.com/v1alpha2 +apiVersion: compute.cnrm.cloud.google.com/v1alpha3 kind: ComputeAddress metadata: name: example-ip-address