Skip to content

Commit

Permalink
Update ConfigConnector CRDs to v1.127.0 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawadakaku authored Jan 23, 2025
1 parent 8d29903 commit 2b2aac4
Show file tree
Hide file tree
Showing 80 changed files with 7,836 additions and 816 deletions.
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

0 comments on commit 2b2aac4

Please sign in to comment.