Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ConfigConnector CRDs to v1.127.0 #451

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions alloydb.cnrm.cloud.google.com/alloydbcluster_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,17 @@
"description": "ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.",
"type": "integer"
},
"observedState": {
"description": "The observed state of the underlying GCP resource.",
"properties": {
"clusterType": {
"description": "The type of cluster. If not set, defaults to PRIMARY. Default value: \"PRIMARY\" Possible values: [\"PRIMARY\", \"SECONDARY\"].",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"uid": {
"description": "The system-generated UID of the resource.",
"type": "string"
Expand Down
11 changes: 11 additions & 0 deletions alloydb.cnrm.cloud.google.com/alloydbcluster_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,17 @@
"description": "ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.",
"type": "integer"
},
"observedState": {
"description": "The observed state of the underlying GCP resource.",
"properties": {
"clusterType": {
"description": "The type of cluster. If not set, defaults to PRIMARY. Default value: \"PRIMARY\" Possible values: [\"PRIMARY\", \"SECONDARY\"].",
"type": "string"
}
},
"type": "object",
"additionalProperties": false
},
"uid": {
"description": "The system-generated UID of the resource.",
"type": "string"
Expand Down
11 changes: 11 additions & 0 deletions alloydb.cnrm.cloud.google.com/alloydbinstance_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
},
"type": "array"
},
"enableOutboundPublicIp": {
"description": "Enabling outbound public ip for the instance.",
"type": "boolean"
},
"enablePublicIp": {
"description": "Enabling public ip for the instance. If a user wishes to disable this, please also clear the list of the authorized external networks set on the same instance.",
"type": "boolean"
Expand Down Expand Up @@ -260,6 +264,13 @@
"description": "ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.",
"type": "integer"
},
"outboundPublicIpAddresses": {
"description": "The outbound public IP addresses for the instance. This is available ONLY when\nnetworkConfig.enableOutboundPublicIp is set to true. These IP addresses are used\nfor outbound connections.",
"items": {
"type": "string"
},
"type": "array"
},
"publicIpAddress": {
"description": "The public IP addresses for the Instance. This is available ONLY when networkConfig.enablePublicIp is set to true. This is the connection endpoint for an end-user application.",
"type": "string"
Expand Down
11 changes: 11 additions & 0 deletions alloydb.cnrm.cloud.google.com/alloydbinstance_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
},
"type": "array"
},
"enableOutboundPublicIp": {
"description": "Enabling outbound public ip for the instance.",
"type": "boolean"
},
"enablePublicIp": {
"description": "Enabling public ip for the instance. If a user wishes to disable this, please also clear the list of the authorized external networks set on the same instance.",
"type": "boolean"
Expand Down Expand Up @@ -260,6 +264,13 @@
"description": "ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource.",
"type": "integer"
},
"outboundPublicIpAddresses": {
"description": "The outbound public IP addresses for the instance. This is available ONLY when\nnetworkConfig.enableOutboundPublicIp is set to true. These IP addresses are used\nfor outbound connections.",
"items": {
"type": "string"
},
"type": "array"
},
"publicIpAddress": {
"description": "The public IP addresses for the Instance. This is available ONLY when networkConfig.enablePublicIp is set to true. This is the connection endpoint for an end-user application.",
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion apikeys.cnrm.cloud.google.com/apikeyskey_v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
],
"properties": {
"external": {
"description": "The `projectID` field of a project, when not managed by KCC.",
"description": "The `projectID` field of a project, when not managed by Config Connector.",
"type": "string"
},
"kind": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"additionalProperties": false
},
"format": {
"description": "Immutable. The format of packages that are stored in the repository. Supported formats\ncan be found [here](https://cloud.google.com/artifact-registry/docs/supported-formats).\nYou can only create alpha formats if you are a member of the\n[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).",
"description": "Immutable. The format of packages that are stored in the repository. See\n[Supported formats](https://cloud.google.com/artifact-registry/docs/supported-formats).\nYou can only create alpha formats if you are a member of the\n[alpha user group](https://cloud.google.com/artifact-registry/docs/supported-formats#alpha-access).",
"type": "string"
},
"kmsKeyRef": {
Expand Down
Loading