YCCertificate resource fields
The YCCertificate resource contains Certificate Manager certificate parameters for setting up TLS connections in the Gateway resource.
YCCertificate
apiVersion: gwin.yandex.cloud/v1
kind: YCCertificate
metadata:
name: <string>
namespace: <string>
spec: <YCCertificateSpec>
Where:
-
apiVersion:gwin.yandex.cloud/v1 -
kind:YCCertificate -
metadata(ObjectMeta, required)Resource metadata.
-
name(string, required)Resource name. For more information about the group name format, see the relevant Kubernetes article
. -
namespace(string)Resource namespace. The default value is
default.
-
-
spec(YCCertificateSpec, required)Resource specification. For more information, see below.
YCCertificateSpec
certificateRef:
certificateID: <string>
certificateName: <string>
folderID: <string>
Where:
-
certificateRef(required)Certificate Manager certificate parameters. You can set either
certificateIDorcertificateNameandfolderID. If the certificate folder is the same as the load balancer folder, you only need to specifycertificateName.-
certificateID(string)Certificate ID.
-
certificateName(string)Certificate name. It is used together with the
folderIDparameter. If the certificate folder is the same as the load balancer folder, you only need to specifycertificateName. -
folderID(string)Certificate folder. It is used together with the
certificateNameparameter.
-