Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for apicorev1 (0.38 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/limitrange.go

    // Experimental!
    func ExtractLimitRange(limitRange *apicorev1.LimitRange, fieldManager string) (*LimitRangeApplyConfiguration, error) {
    	return extractLimitRange(limitRange, fieldManager, "")
    }
    
    // ExtractLimitRangeStatus is the same as ExtractLimitRange 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.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/pod.go

    // Experimental!
    func ExtractPod(pod *apicorev1.Pod, fieldManager string) (*PodApplyConfiguration, error) {
    	return extractPod(pod, fieldManager, "")
    }
    
    // ExtractPodStatus is the same as ExtractPod except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    func ExtractPodStatus(pod *apicorev1.Pod, fieldManager string) (*PodApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/resourcequota.go

    func ExtractResourceQuota(resourceQuota *apicorev1.ResourceQuota, fieldManager string) (*ResourceQuotaApplyConfiguration, error) {
    	return extractResourceQuota(resourceQuota, fieldManager, "")
    }
    
    // ExtractResourceQuotaStatus is the same as ExtractResourceQuota 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.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/client-go/applyconfigurations/core/v1/namespace.go

    // Experimental!
    func ExtractNamespace(namespace *apicorev1.Namespace, fieldManager string) (*NamespaceApplyConfiguration, error) {
    	return extractNamespace(namespace, fieldManager, "")
    }
    
    // ExtractNamespaceStatus is the same as ExtractNamespace 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
    - 12K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/core/v1/node.go

    // Experimental!
    func ExtractNode(node *apicorev1.Node, fieldManager string) (*NodeApplyConfiguration, error) {
    	return extractNode(node, fieldManager, "")
    }
    
    // ExtractNodeStatus is the same as ExtractNode except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    func ExtractNodeStatus(node *apicorev1.Node, fieldManager string) (*NodeApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 11.6K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/replicationcontroller.go

    // Experimental!
    func ExtractReplicationControllerStatus(replicationController *apicorev1.ReplicationController, fieldManager string) (*ReplicationControllerApplyConfiguration, error) {
    	return extractReplicationController(replicationController, fieldManager, "status")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 13K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/componentstatus.go

    // Experimental!
    func ExtractComponentStatusStatus(componentStatus *apicorev1.ComponentStatus, fieldManager string) (*ComponentStatusApplyConfiguration, error) {
    	return extractComponentStatus(componentStatus, fieldManager, "status")
    }
    
    func extractComponentStatus(componentStatus *apicorev1.ComponentStatus, fieldManager string, subresource string) (*ComponentStatusApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.1K bytes
    - Viewed (0)
  8. 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!
    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/podtemplate.go

    // Experimental!
    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)
  10. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolume.go

    // Experimental!
    func ExtractPersistentVolumeStatus(persistentVolume *apicorev1.PersistentVolume, fieldManager string) (*PersistentVolumeApplyConfiguration, error) {
    	return extractPersistentVolume(persistentVolume, fieldManager, "status")
    }
    
    func extractPersistentVolume(persistentVolume *apicorev1.PersistentVolume, fieldManager string, subresource string) (*PersistentVolumeApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.5K bytes
    - Viewed (0)
Back to top