Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for asUInt64 (0.36 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    	updatedNode, err = applyNodeStatusPatch(updatedNode, patchAction.GetPatch())
    	require.NoError(t, err)
    	memCapacity := updatedNode.Status.Capacity[v1.ResourceMemory]
    	updatedMemoryCapacity, _ := (&memCapacity).AsInt64()
    	assert.Equal(t, newMemoryCapacity, updatedMemoryCapacity, "Memory capacity")
    
    	now = metav1.NewTime(clock.Now()).Rfc3339Copy()
    	for _, cond := range updatedNode.Status.Conditions {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

          "io.k8s.apimachinery.pkg.api.resource.Quantity": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

          "io.k8s.apimachinery.pkg.api.resource.Quantity": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

        },
        "io.k8s.apimachinery.pkg.api.resource.Quantity": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
Back to top