diff --git a/pkg/apis/cert/crds/zz_generated_crds.go b/pkg/apis/cert/crds/zz_generated_crds.go index 228ec6b8..bc4055ea 100644 --- a/pkg/apis/cert/crds/zz_generated_crds.go +++ b/pkg/apis/cert/crds/zz_generated_crds.go @@ -390,7 +390,7 @@ spec: type: string followCNAME: description: FollowCNAME if true delegated domain for DNS01 challenge - is used if CNAME record for DNS01 challange domain ` + "`" + `_acme-challenge.` + "`" + ` + is used if CNAME record for DNS01 challange domain `+"`"+`_acme-challenge.`+"`"+` is set. type: boolean issuerRef: @@ -410,17 +410,17 @@ spec: type: object keystores: description: Keystores configures additional keystore output formats - stored in the ` + "`" + `secretName` + "`" + `/` + "`" + `secretRef` + "`" + ` Secret resource. + stored in the `+"`"+`secretName`+"`"+`/`+"`"+`secretRef`+"`"+` Secret resource. properties: jks: description: JKS configures options for storing a JKS keystore - in the ` + "`" + `spec.secretName` + "`" + `/` + "`" + `spec.secretRef` + "`" + ` Secret resource. + in the `+"`"+`spec.secretName`+"`"+`/`+"`"+`spec.secretRef`+"`"+` Secret resource. properties: create: description: Create enables JKS keystore creation for the - Certificate. If true, a file named ` + "`" + `keystore.jks` + "`" + ` will be + Certificate. If true, a file named `+"`"+`keystore.jks`+"`"+` will be created in the target Secret resource, encrypted using the - password stored in ` + "`" + `passwordSecretRef` + "`" + `. The keystore file + password stored in `+"`"+`passwordSecretRef`+"`"+`. The keystore file will only be updated upon re-issuance. type: boolean passwordSecretRef: @@ -430,7 +430,7 @@ spec: properties: key: description: Key of the entry in the Secret resource's - ` + "`" + `data` + "`" + ` field to be used. + `+"`"+`data`+"`"+` field to be used. type: string secretName: description: SecretName of the secret resource being referred @@ -445,13 +445,13 @@ spec: type: object pkcs12: description: PKCS12 configures options for storing a PKCS12 keystore - in the ` + "`" + `spec.secretName` + "`" + `/` + "`" + `spec.secretRef` + "`" + ` Secret resource. + in the `+"`"+`spec.secretName`+"`"+`/`+"`"+`spec.secretRef`+"`"+` Secret resource. properties: create: description: Create enables PKCS12 keystore creation for the - Certificate. If true, a file named ` + "`" + `keystore.p12` + "`" + ` will be + Certificate. If true, a file named `+"`"+`keystore.p12`+"`"+` will be created in the target Secret resource, encrypted using the - password stored in ` + "`" + `passwordSecretRef` + "`" + `. The keystore file + password stored in `+"`"+`passwordSecretRef`+"`"+`. The keystore file will only be updated upon re-issuance. type: boolean passwordSecretRef: @@ -461,7 +461,7 @@ spec: properties: key: description: Key of the entry in the Secret resource's - ` + "`" + `data` + "`" + ` field to be used. + `+"`"+`data`+"`"+` field to be used. type: string secretName: description: SecretName of the secret resource being referred @@ -531,7 +531,7 @@ spec: type: string conditions: description: List of status conditions to indicate the status of certificates. - Known condition types are ` + "`" + `Ready` + "`" + `. + Known condition types are `+"`"+`Ready`+"`"+`. items: description: "Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct @@ -540,8 +540,8 @@ spec: foo's current state. // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition - ` + "`" + `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" - protobuf:\"bytes,1,rep,name=conditions\"` + "`" + ` \n // other fields }" + `+"`"+`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" + protobuf:\"bytes,1,rep,name=conditions\"`+"`"+` \n // other fields }" properties: lastTransitionTime: description: lastTransitionTime is the last time the condition @@ -775,8 +775,8 @@ spec: type: object precheckNameservers: description: PrecheckNameservers overwrites the default precheck - nameservers used for checking DNS propagation. Format ` + "`" + `host` + "`" + ` - or ` + "`" + `host:port` + "`" + `, e.g. "8.8.8.8" same as "8.8.8.8:53" or "google-public-dns-a.google.com:53". + nameservers used for checking DNS propagation. Format `+"`"+`host`+"`"+` + or `+"`"+`host:port`+"`"+`, e.g. "8.8.8.8" same as "8.8.8.8:53" or "google-public-dns-a.google.com:53". items: type: string type: array