- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for labeling (0.12 sec)
-
cni/pkg/nodeagent/informers_test.go
client.RunAndWait(ctx.Done()) go handlers.Start() // wait until pod add was called mt.Assert(EventTotals.Name(), map[string]string{"type": "update"}, monitortest.AtLeast(1)) log.Debug("labeling namespace") _, err := client.Kube().CoreV1().Namespaces().Patch(ctx, ns.Name, types.MergePatchType, []byte(fmt.Sprintf(`{"metadata":{"labels":{"%s":"%s"}}}`,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 22.1K bytes - Viewed (0) -
cni/pkg/nodeagent/informers.go
} else { // If oldpod != ready && newpod != ready, but the ambient annotation was added, // then assume this event was generated by the CNI plugin labeling the pod on startup, // and skip the event. // // This isn't perfect (someone could manually annotate an unready pod, // then install Istio, then the pod goes ready, and we'd miss capture) - but that
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 11.7K bytes - Viewed (0) -
doc/go1.17_spec.html
<li>the statement lists in each case, including the default if present, end in a terminating statement.</li> </ul> </li> <li> A <a href="#Labeled_statements">labeled statement</a> labeling a terminating statement. </li> </ol> <p> All other statements are not terminating. </p> <p> A <a href="#Blocks">statement list</a> ends in a terminating statement if the list
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0) -
doc/go_spec.html
<li>the statement lists in each case, including the default if present, end in a terminating statement.</li> </ul> </li> <li> A <a href="#Labeled_statements">labeled statement</a> labeling a terminating statement. </li> </ol> <p> All other statements are not terminating. </p> <p> A <a href="#Blocks">statement list</a> ends in a terminating statement if the list
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 02 00:58:01 UTC 2024 - 282.5K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<field> <name>id</name> <version>4.0.0+</version> <type>String</type> <defaultValue>default</defaultValue> <description>The identifier of this execution for labelling the goals during the build, and for matching executions to merge during inheritance and profile injection.</description> </field> <field> <name>phase</name>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed Oct 09 11:07:31 UTC 2024 - 115.1K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.30.md
- Introduced a new alpha feature gate, `SELinuxMount`, which can now be enabled to accelerate SELinux relabeling. ([#123157](https://github.com/kubernetes/kubernetes/pull/123157), [@jsafrane](https://github.com/jsafrane))
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Wed Oct 23 04:40:14 UTC 2024 - 309.1K bytes - Viewed (0)