SQLSSLCert
Property | Value |
---|---|
Google Cloud Service Name | Cloud SQL |
Google Cloud Service Documentation | /sql/docs/ |
Google Cloud REST Resource Name | v1beta4.sslCerts |
Google Cloud REST Resource Documentation | /sql/docs/postgres/admin-api/rest/v1beta4/sslCerts |
Config Connector Resource Short Names | gcpsqlsslcert gcpsqlsslcerts sqlsslcert |
Config Connector Service Name | sqladmin.googleapis.com |
Config Connector Resource Fully Qualified Name | sqlsslcerts.sql.cnrm.cloud.google.com |
Can Be Referenced by IAMPolicy/IAMPolicyMember | No |
Config Connector Default Average Reconcile Interval In Seconds | 600 |
Custom Resource Definition Properties
Annotations
Fields | |
---|---|
cnrm.cloud.google.com/project-id |
Spec
Schema
commonName: string
instanceRef:
external: string
name: string
namespace: string
resourceID: string
Fields | |
---|---|
Required |
Immutable. The common name to be used in the certificate to identify the client. Constrained to [a-zA-Z.-_ ]+. Changing this forces a new resource to be created. |
Required |
The Cloud SQL instance. |
Optional |
Allowed value: The `name` field of a `SQLInstance` resource. |
Optional |
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names |
Optional |
Namespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ |
Optional |
Immutable. Optional. The service-generated sha1Fingerprint of the resource. Used for acquisition only. Leave unset to create a new resource. |
Status
Schema
cert: string
certSerialNumber: string
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
createTime: string
expirationTime: string
observedGeneration: integer
privateKey: string
serverCaCert: string
sha1Fingerprint: string
Fields | |
---|---|
cert |
The actual certificate data for this client certificate. |
certSerialNumber |
The serial number extracted from the certificate data. |
conditions |
Conditions represent the latest available observation of the resource's current state. |
conditions[] |
|
conditions[].lastTransitionTime |
Last time the condition transitioned from one status to another. |
conditions[].message |
Human-readable message indicating details about last transition. |
conditions[].reason |
Unique, one-word, CamelCase reason for the condition's last transition. |
conditions[].status |
Status is the status of the condition. Can be True, False, Unknown. |
conditions[].type |
Type is the type of the condition. |
createTime |
The time when the certificate was created in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. |
expirationTime |
The time when the certificate expires in RFC 3339 format, for example 2012-11-15T16:19:00.094Z. |
observedGeneration |
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. |
privateKey |
The private key associated with the client certificate. |
serverCaCert |
The CA cert of the server this client cert was generated from. |
sha1Fingerprint |
The SHA1 Fingerprint of the certificate. |
Sample YAML(s)
Typical Use Case
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
apiVersion: sql.cnrm.cloud.google.com/v1beta1
kind: SQLSSLCert
metadata:
name: sqlsslcert-sample
spec:
instanceRef:
name: sqlsslcert-dep
commonName: "client-name"
---
apiVersion: sql.cnrm.cloud.google.com/v1beta1
kind: SQLInstance
metadata:
name: sqlsslcert-dep
spec:
databaseVersion: MYSQL_5_7
region: us-central1
settings:
tier: db-f1-micro