Skip to content

Commit 384f8f1

Browse files
committed
API Reference update by KubeVirt Prow build 1982906065875898368
1 parent 4d5bcd0 commit 384f8f1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

main/definitions.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ <h3 id="_k8s_io_api_core_v1_podaffinityterm">k8s.io.api.core.v1.PodAffinityTerm<
16971697
<em>optional</em></p>
16981698
</div></div></td>
16991699
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
1700-
<p>MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with <code>labelSelector</code> as <code>key in (value)</code> to select the group of existing pods which pods will be taken into consideration for the incoming pod&#8217;s pod (anti) affinity. Keys that don&#8217;t exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn&#8217;t set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).</p>
1700+
<p>MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with <code>labelSelector</code> as <code>key in (value)</code> to select the group of existing pods which pods will be taken into consideration for the incoming pod&#8217;s pod (anti) affinity. Keys that don&#8217;t exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn&#8217;t set.</p>
17011701
</div></div></td>
17021702
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
17031703
<p>&lt; string &gt; array</p>
@@ -1709,7 +1709,7 @@ <h3 id="_k8s_io_api_core_v1_podaffinityterm">k8s.io.api.core.v1.PodAffinityTerm<
17091709
<em>optional</em></p>
17101710
</div></div></td>
17111711
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
1712-
<p>MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with <code>labelSelector</code> as <code>key notin (value)</code> to select the group of existing pods which pods will be taken into consideration for the incoming pod&#8217;s pod (anti) affinity. Keys that don&#8217;t exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn&#8217;t set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).</p>
1712+
<p>MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with <code>labelSelector</code> as <code>key notin (value)</code> to select the group of existing pods which pods will be taken into consideration for the incoming pod&#8217;s pod (anti) affinity. Keys that don&#8217;t exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn&#8217;t set.</p>
17131713
</div></div></td>
17141714
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
17151715
<p>&lt; string &gt; array</p>
@@ -2295,7 +2295,7 @@ <h3 id="_k8s_io_api_core_v1_topologyspreadconstraint">k8s.io.api.core.v1.Topolog
22952295
<p>NodeAffinityPolicy indicates how we will treat Pod&#8217;s nodeAffinity/nodeSelector when calculating pod topology spread skew. Options are: - Honor: only nodes matching nodeAffinity/nodeSelector are included in the calculations. - Ignore: nodeAffinity/nodeSelector are ignored. All nodes are included in the calculations.</p>
22962296
</div>
22972297
<div class="paragraph">
2298-
<p>If this value is nil, the behavior is equivalent to the Honor policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.</p>
2298+
<p>If this value is nil, the behavior is equivalent to the Honor policy.</p>
22992299
</div>
23002300
<div class="paragraph">
23012301
<p>Possible enum values:
@@ -2315,7 +2315,7 @@ <h3 id="_k8s_io_api_core_v1_topologyspreadconstraint">k8s.io.api.core.v1.Topolog
23152315
<p>NodeTaintsPolicy indicates how we will treat node taints when calculating pod topology spread skew. Options are: - Honor: nodes without taints, along with tainted nodes for which the incoming pod has a toleration, are included. - Ignore: node taints are ignored. All nodes are included.</p>
23162316
</div>
23172317
<div class="paragraph">
2318-
<p>If this value is nil, the behavior is equivalent to the Ignore policy. This is a beta-level feature default enabled by the NodeInclusionPolicyInPodTopologySpread feature flag.</p>
2318+
<p>If this value is nil, the behavior is equivalent to the Ignore policy.</p>
23192319
</div>
23202320
<div class="paragraph">
23212321
<p>Possible enum values:

main/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@
438438
<div id="header">
439439
<h1>KubeVirt API</h1>
440440
<div class="details">
441-
<span id="revnumber">version bf4149cb87a7ba0b649b8e37fe396567f0dc83fe</span>
441+
<span id="revnumber">version 409a148433a971618a55116e84f1bc1ae2093dd8</span>
442442
</div>
443443
<div id="toc" class="toc2">
444444
<div id="toctitle">Table of Contents</div>
@@ -473,7 +473,7 @@ <h3 id="_license_information">License information</h3>
473473
<p><em>License</em> : Apache 2.0<br>
474474
<em>License URL</em> : <a href="https://www.apache.org/licenses/LICENSE-2.0" class="bare">https://www.apache.org/licenses/LICENSE-2.0</a><br>
475475
<em>Terms of service</em> : null<br>
476-
<em>Version</em> : <a href="https://github.com/kubevirt/kubevirt/commit/bf4149cb87a7ba0b649b8e37fe396567f0dc83fe">bf4149cb87a7ba0b649b8e37fe396567f0dc83fe</a></p>
476+
<em>Version</em> : <a href="https://github.com/kubevirt/kubevirt/commit/409a148433a971618a55116e84f1bc1ae2093dd8">409a148433a971618a55116e84f1bc1ae2093dd8</a></p>
477477
</div>
478478
</div>
479479
</div>
@@ -496,7 +496,7 @@ <h2 id="_kubevirt_api_reference">KubeVirt API Reference</h2>
496496
</div>
497497
<div id="footer">
498498
<div id="footer-text">
499-
Version bf4149cb87a7ba0b649b8e37fe396567f0dc83fe<br>
499+
Version 409a148433a971618a55116e84f1bc1ae2093dd8<br>
500500
</div>
501501
</div>
502502
</body>

0 commit comments

Comments
 (0)