Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for extractNamespace (0.16 sec)

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

    	return extractNamespace(namespace, fieldManager, "")
    }
    
    // ExtractNamespaceStatus is the same as ExtractNamespace except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    func ExtractNamespaceStatus(namespace *apicorev1.Namespace, fieldManager string) (*NamespaceApplyConfiguration, error) {
    	return extractNamespace(namespace, fieldManager, "status")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12K bytes
    - Viewed (0)
Back to top