From 04674533e56d318ba03bb8522ea725b8f6cd6e97 Mon Sep 17 00:00:00 2001 From: Joe Stuart Date: Mon, 18 Dec 2023 11:55:59 -0600 Subject: [PATCH] fix broken link --- docs/modules/ROOT/pages/reference.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/reference.adoc b/docs/modules/ROOT/pages/reference.adoc index 1f987a4..87d4ae3 100644 --- a/docs/modules/ROOT/pages/reference.adoc +++ b/docs/modules/ROOT/pages/reference.adoc @@ -164,13 +164,20 @@ Appears In: xref:{anchor_prefix}-github-com-enterprise-contract-enterprise-contr [id="{anchor_prefix}-github-com-enterprise-contract-enterprise-contract-controller-api-v1alpha1-volatilecriteria"] -=== VolatileCriteria (xref:{anchor_prefix}-github-com-enterprise-contract-enterprise-contract-controller-api-v1alpha1-struct-value string -json-value- effectiveon string -json-effectiveon-omitempty- effectiveuntil string -json-effectiveuntil-omitempty-[$$struct{Value string "json:\"value\""; EffectiveOn string "json:\"effectiveOn,omitempty\""; EffectiveUntil string "json:\"effectiveUntil,omitempty\""}$$]) - +=== VolatileCriteria +VolatileCriteria includes or excludes a policy rule with effective dates as an option. [quote] Appears In: xref:{anchor_prefix}-github-com-enterprise-contract-enterprise-contract-controller-api-v1alpha1-volatilesourceconfig[$$VolatileSourceConfig$$] +[cols="25a,75a", options="header"] +|=== +| Field | Description +| *`value`* __string__ | +| *`effectiveOn`* __string__ | +| *`effectiveUntil`* __string__ | +|=== [id="{anchor_prefix}-github-com-enterprise-contract-enterprise-contract-controller-api-v1alpha1-volatilesourceconfig"]