Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 34 for APILifecycleRemoved (0.2 sec)

  1. staging/src/k8s.io/api/apps/v1beta1/zz_generated.prerelease-lifecycle.go

    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *ControllerRevision) APILifecycleRemoved() (major, minor int) {
    	return 1, 16
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 13K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/certificates/v1alpha1/zz_generated.prerelease-lifecycle.go

    	return 1, 29
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *ClusterTrustBundle) APILifecycleRemoved() (major, minor int) {
    	return 1, 32
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 16 03:10:59 UTC 2023
    - 3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/scheduling/v1beta1/zz_generated.prerelease-lifecycle.go

    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *PriorityClass) APILifecycleRemoved() (major, minor int) {
    	return 1, 22
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/extensions/v1beta1/zz_generated.prerelease-lifecycle.go

    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *DaemonSet) APILifecycleRemoved() (major, minor int) {
    	return 1, 16
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 06 09:29:23 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/deprecation/deprecation.go

    // if the object implements APILifecycleRemoved() to indicate a non-zero removal version, and returns an empty string otherwise.
    func RemovedRelease(obj runtime.Object) string {
    	if removed, hasRemovalInfo := obj.(apiLifecycleRemoved); hasRemovalInfo {
    		removedMajor, removedMinor := removed.APILifecycleRemoved()
    		if removedMajor != 0 || removedMinor != 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/storage/v1alpha1/zz_generated.prerelease-lifecycle.go

    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *CSIStorageCapacity) APILifecycleRemoved() (major, minor int) {
    	return 1, 24
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 03:26:35 UTC 2023
    - 9.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/admissionregistration/v1beta1/zz_generated.prerelease-lifecycle.go

    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *MutatingWebhookConfiguration) APILifecycleRemoved() (major, minor int) {
    	return 1, 22
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 12K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/apps/v1beta2/zz_generated.prerelease-lifecycle.go

    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *ControllerRevision) APILifecycleRemoved() (major, minor int) {
    	return 1, 16
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 17.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/networking/v1alpha1/zz_generated.prerelease-lifecycle.go

    	return 1, 30
    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *IPAddress) APILifecycleRemoved() (major, minor int) {
    	return 1, 33
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:05 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/storage/v1beta1/zz_generated.prerelease-lifecycle.go

    }
    
    // APILifecycleRemoved is an autogenerated function, returning the release in which the API is no longer served as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:removed" tags in types.go or  "k8s:prerelease-lifecycle-gen:deprecated" plus three minor.
    func (in *CSIDriver) APILifecycleRemoved() (major, minor int) {
    	return 1, 22
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 14 19:05:45 UTC 2022
    - 16.2K bytes
    - Viewed (0)
Back to top