Skip to content

Commit 1e5aedc

Browse files
committed
Update documentation for K8s::Extended_key_usage
1 parent efa7be3 commit 1e5aedc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

REFERENCE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* [`K8s::CIDR`](#K8s--CIDR): a type to describe one or more IPv4/6 CIDR
4747
* [`K8s::Duration`](#K8s--Duration): This regexp matches Go duration values, as taken from;
4848
* [`K8s::Ensure`](#K8s--Ensure): a type to describe the ensure pattern
49-
* [`K8s::Extended_key_usage`](#K8s--Extended_key_usage): a type to describe extended_key_usage
49+
* [`K8s::Extended_key_usage`](#K8s--Extended_key_usage): a type to describe extended key usage for a TLS certificate
5050
* [`K8s::IP_addresses`](#K8s--IP_addresses): a type to describe multiple IP addresses without subnet sizes
5151
* [`K8s::Native_packaging`](#K8s--Native_packaging): @summary a type to describe native_packaging
5252
* [`K8s::Node_auth`](#K8s--Node_auth): @summary a type to describe the node auth
@@ -3010,7 +3010,7 @@ Alias of `Enum['present', 'absent']`
30103010

30113011
### <a name="K8s--Extended_key_usage"></a>`K8s::Extended_key_usage`
30123012

3013-
a type to describe extended_key_usage
3013+
a type to describe extended key usage for a TLS certificate
30143014

30153015
Alias of
30163016

types/extended_key_usage.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @summary a type to describe extended_key_usage
1+
# @summary a type to describe extended key usage for a TLS certificate
22
type K8s::Extended_key_usage = Array[
33
Enum[
44
'clientAuth',

0 commit comments

Comments
 (0)