Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for subresource (0.3 sec)

  1. pkg/apis/core/validation/validation.go

    	allErrs := validatePodMetadataAndSpec(pod, opts)
    
    	fldPath := field.NewPath("spec")
    	// EphemeralContainers can only be set on update using the ephemeralcontainers subresource
    	if len(pod.Spec.EphemeralContainers) > 0 {
    		allErrs = append(allErrs, field.Forbidden(fldPath.Child("ephemeralContainers"), "cannot be set on create"))
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.28.md

    - Fixes a bug where Services using finalizers may hold onto ClusterIP and/or NodePort allocated resources for longer than expected if the finalizer is removed using the status subresource ([#120654](https://github.com/kubernetes/kubernetes/pull/120654), [@aojea](https://github.com/aojea)) [SIG Testing]
    - Revised the logic for DaemonSet rolling update to exclude nodes if scheduling constraints are not met.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (0)
Back to top