Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for APILifecycleIntroduced (0.26 sec)

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

    package v1beta1
    
    import (
    	schema "k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *CronJob) APILifecycleIntroduced() (major, minor int) {
    	return 1, 8
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 01 20:39:47 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/autoscaling/v2beta1/zz_generated.prerelease-lifecycle.go

    import (
    	schema "k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *HorizontalPodAutoscaler) APILifecycleIntroduced() (major, minor int) {
    	return 1, 8
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 08 15:55:31 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/admission/v1beta1/zz_generated.prerelease-lifecycle.go

    import (
    	schema "k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    // It is controlled by "k8s:prerelease-lifecycle-gen:introduced" tags in types.go.
    func (in *AdmissionReview) APILifecycleIntroduced() (major, minor int) {
    	return 1, 9
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 2.3K bytes
    - Viewed (0)
Back to top