Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 597 for IsSame (0.08 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentMetadataRulesIntegrationTest.groovy

        }
    
        // In theory we shouldn't allow this because it can lead to inconsistent dependency
        // resolution: it means that two strictly equivalent configurations, with the same
        // dependencies, could resolve differently in the same project, after some rules
        // have been added. However, the Nebula Resolution Rules plugin depends on this
        // behavior, because it downloads rules in a JSON format and applies them to the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1/validatingadmissionpolicy.go

    	return extractValidatingAdmissionPolicy(validatingAdmissionPolicy, fieldManager, "")
    }
    
    // ExtractValidatingAdmissionPolicyStatus is the same as ExtractValidatingAdmissionPolicy except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 02:44:28 UTC 2023
    - 13.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/apps/v1/deployment.go

    // Experimental!
    func ExtractDeployment(deployment *apiappsv1.Deployment, fieldManager string) (*DeploymentApplyConfiguration, error) {
    	return extractDeployment(deployment, fieldManager, "")
    }
    
    // ExtractDeploymentStatus is the same as ExtractDeployment except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/batch/v1/cronjob.go

    // Experimental!
    func ExtractCronJob(cronJob *apibatchv1.CronJob, fieldManager string) (*CronJobApplyConfiguration, error) {
    	return extractCronJob(cronJob, fieldManager, "")
    }
    
    // ExtractCronJobStatus is the same as ExtractCronJob except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    func ExtractCronJobStatus(cronJob *apibatchv1.CronJob, fieldManager string) (*CronJobApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/certificates/v1/certificatesigningrequest.go

    	return extractCertificateSigningRequest(certificateSigningRequest, fieldManager, "")
    }
    
    // ExtractCertificateSigningRequestStatus is the same as ExtractCertificateSigningRequest except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/componentstatus.go

    	return extractComponentStatus(componentStatus, fieldManager, "")
    }
    
    // ExtractComponentStatusStatus is the same as ExtractComponentStatus except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/endpoints.go

    // Experimental!
    func ExtractEndpoints(endpoints *apicorev1.Endpoints, fieldManager string) (*EndpointsApplyConfiguration, error) {
    	return extractEndpoints(endpoints, fieldManager, "")
    }
    
    // ExtractEndpointsStatus is the same as ExtractEndpoints except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    func ExtractEndpointsStatus(endpoints *apicorev1.Endpoints, fieldManager string) (*EndpointsApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/core/v1/podtemplate.go

    func ExtractPodTemplate(podTemplate *apicorev1.PodTemplate, fieldManager string) (*PodTemplateApplyConfiguration, error) {
    	return extractPodTemplate(podTemplate, fieldManager, "")
    }
    
    // ExtractPodTemplateStatus is the same as ExtractPodTemplate except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.7K bytes
    - Viewed (0)
  9. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolume.go

    	return extractPersistentVolume(persistentVolume, fieldManager, "")
    }
    
    // ExtractPersistentVolumeStatus is the same as ExtractPersistentVolume except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaim.go

    	return extractPersistentVolumeClaim(persistentVolumeClaim, fieldManager, "")
    }
    
    // ExtractPersistentVolumeClaimStatus is the same as ExtractPersistentVolumeClaim except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 13K bytes
    - Viewed (0)
Back to top