Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for apiscorev1 (0.18 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. staging/src/k8s.io/client-go/applyconfigurations/core/v1/persistentvolumeclaim.go

    // Experimental!
    func ExtractPersistentVolumeClaimStatus(persistentVolumeClaim *apicorev1.PersistentVolumeClaim, fieldManager string) (*PersistentVolumeClaimApplyConfiguration, error) {
    	return extractPersistentVolumeClaim(persistentVolumeClaim, 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)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/event.go

    // Experimental!
    func ExtractEvent(event *apicorev1.Event, fieldManager string) (*EventApplyConfiguration, error) {
    	return extractEvent(event, fieldManager, "")
    }
    
    // ExtractEventStatus is the same as ExtractEvent except
    // that it extracts the status subresource applied configuration.
    // Experimental!
    func ExtractEventStatus(event *apicorev1.Event, fieldManager string) (*EventApplyConfiguration, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 17.8K bytes
    - Viewed (0)
  7. pkg/apis/storage/v1alpha1/zz_generated.conversion.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by conversion-gen. DO NOT EDIT.
    
    package v1alpha1
    
    import (
    	unsafe "unsafe"
    
    	apicorev1 "k8s.io/api/core/v1"
    	v1alpha1 "k8s.io/api/storage/v1alpha1"
    	resource "k8s.io/apimachinery/pkg/api/resource"
    	v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	conversion "k8s.io/apimachinery/pkg/conversion"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 23.8K bytes
    - Viewed (0)
Back to top