Skip to content

Commit

Permalink
Run make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
acumino committed Aug 17, 2023
1 parent b65946e commit f3fec3f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pkg/apis/cert/crds/zz_generated_crds.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.<domain>` + "`" + `
is used if CNAME record for DNS01 challange domain `+"`"+`_acme-challenge.<domain>`+"`"+`
is set.
type: boolean
issuerRef:
Expand All @@ -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:
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f3fec3f

Please sign in to comment.