Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 200 for isStatus (0.16 sec)

  1. pkg/registry/batch/cronjob/strategy_test.go

    				},
    			},
    		},
    		Status: batch.CronJobStatus{
    			LastScheduleTime: &now,
    		},
    	}
    
    	StatusStrategy.PrepareForUpdate(ctx, newCronJob, oldCronJob)
    	if newCronJob.Status.LastScheduleTime == nil {
    		t.Errorf("CronJob status updates must allow changes to cronJob status")
    	}
    	if newCronJob.Spec.Schedule != oldSchedule {
    		t.Errorf("CronJob status updates must now allow changes to cronJob spec")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  2. pkg/registry/certificates/certificates/storage/metrics_test.go

    				Status: certificates.CertificateSigningRequestStatus{
    					Certificate: createCert(t, time.Hour, caPrivateKey, caCert),
    				},
    			},
    			old: &certificates.CertificateSigningRequest{
    				Spec: certificates.CertificateSigningRequestSpec{
    					SignerName:        "pandas",
    					ExpirationSeconds: csr.DurationToExpirationSeconds(time.Hour),
    				},
    				Status: certificates.CertificateSigningRequestStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 15 14:34:53 UTC 2024
    - 13.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/customresource_discovery_controller.go

    			Name:               crd.Status.AcceptedNames.Plural,
    			SingularName:       crd.Status.AcceptedNames.Singular,
    			Namespaced:         crd.Spec.Scope == apiextensionsv1.NamespaceScoped,
    			Kind:               crd.Status.AcceptedNames.Kind,
    			Verbs:              verbs,
    			ShortNames:         crd.Status.AcceptedNames.ShortNames,
    			Categories:         crd.Status.AcceptedNames.Categories,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 21 11:40:03 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        message: containerd is functioning properly
        reason: FrequentContainerdRestart
        status: "False"
        type: FrequentContainerdRestart
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:06Z"
        message: docker overlay2 is functioning properly
        reason: CorruptDockerOverlay2
        status: "False"
        type: CorruptDockerOverlay2
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. pkg/apis/resource/validation/validation.go

    	}
    
    	// Updates to a populated resourceClaim.Status.Allocation are not allowed
    	if oldClaim.Status.Allocation != nil && resourceClaim.Status.Allocation != nil {
    		allErrs = append(allErrs, apimachineryvalidation.ValidateImmutableField(resourceClaim.Status.Allocation, oldClaim.Status.Allocation, fldPath.Child("allocation"))...)
    	}
    
    	if !oldClaim.Status.DeallocationRequested &&
    		resourceClaim.Status.DeallocationRequested &&
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 09:18:10 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  6. pkg/kubelet/pleg/generic_test.go

    	// Return normal status for pods[1].
    	runtimeMock.EXPECT().GetPodStatus(ctx, pods[1].ID, "", "").Return(statuses[1], nil).Times(1)
    	pleg.Relist()
    	actualEvents = getEventsFromChannel(ch)
    	cases = []struct {
    		pod    *kubecontainer.Pod
    		status *kubecontainer.PodStatus
    		error  error
    	}{
    		{pod: pods[0], status: statuses[0], error: nil},
    		{pod: pods[1], status: statuses[1], error: nil},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  7. samples/extauthz/cmd/extauthz/main.go

    						},
    					},
    				},
    			},
    		},
    		Status: &status.Status{Code: int32(codes.OK)},
    	}
    }
    
    func (s *extAuthzServerV2) deny(request *authv2.CheckRequest) *authv2.CheckResponse {
    	s.logRequest("denied", request)
    	return &authv2.CheckResponse{
    		HttpResponse: &authv2.CheckResponse_DeniedResponse{
    			DeniedResponse: &authv2.DeniedHttpResponse{
    				Status: &typev2.HttpStatus{Code: typev2.StatusCode_Forbidden},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 15 18:23:48 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate.cc

        MLIRImportOptions options) {
      MetaGraphDef meta_graph_def;
      auto status =
          ReadMetaGraphDefFromSavedModel(saved_model_dir, tags, &meta_graph_def);
      if (!status.ok()) {
        LOG(ERROR) << "Failed to load saved model v1 '" << saved_model_dir
                   << "': " << status;
        return status;
      }
    
      std::optional<absl::Span<const std::string>> optional_exported_names;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 11:51:44 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  9. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/testdata/controller-roles.yaml

        resources:
        - poddisruptionbudgets/status
        verbs:
        - update
      - apiGroups:
        - '*'
        resources:
        - '*/scale'
        verbs:
        - get
      - apiGroups:
        - ""
        - events.k8s.io
        resources:
        - events
        verbs:
        - create
        - patch
        - update
      - apiGroups:
        - ""
        resources:
        - pods/status
        verbs:
        - patch
        - update
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  10. plugin/pkg/auth/authorizer/rbac/bootstrappolicy/controller_policy.go

    				rbacv1helpers.NewRule("get").Groups("*").Resources("*/scale").RuleOrDie(),
    				eventsRule(),
    			},
    		}
    		if utilfeature.DefaultFeatureGate.Enabled(features.PodDisruptionConditions) {
    			role.Rules = append(role.Rules, rbacv1helpers.NewRule("patch", "update").Groups(legacyGroup).Resources("pods/status").RuleOrDie())
    		}
    		return role
    	}())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 19:25:10 UTC 2024
    - 28.9K bytes
    - Viewed (0)
Back to top