Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 60 for PreRelease (0.25 sec)

  1. staging/src/k8s.io/api/storagemigration/v1alpha1/zz_generated.prerelease-lifecycle.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
    
    package v1alpha1
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/admissionregistration/v1/zz_generated.prerelease-lifecycle.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
    
    package v1
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/rbac/v1/zz_generated.prerelease-lifecycle.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
    
    package v1
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1beta1/zz_generated.prerelease-lifecycle.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
    
    package v1beta1
    
    import (
    	schema "k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 20:56:23 UTC 2023
    - 12K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/policy/v1beta1/zz_generated.prerelease-lifecycle.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
    
    package v1beta1
    
    import (
    	schema "k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 07 20:44:13 UTC 2023
    - 5K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/networking/v1alpha1/zz_generated.prerelease-lifecycle.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
    
    package v1alpha1
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 21:05:05 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/flowcontrol/v1beta3/zz_generated.prerelease-lifecycle.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
    
    package v1beta3
    
    import (
    	schema "k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 7.1K bytes
    - Viewed (0)
  8. hack/verify-prerelease-lifecycle-tags.sh

    # This script verifies whether codes follow golang convention.
    # Usage: `hack/verify-prerelease-lifecycle-tags.sh`.
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    
    # Tags must be put on all non-alpha API types
    # prerelease-lifecycle-gen itself makes sure every type with TypeMeta in the 
    # package contains atleast an introduced tag
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 20:27:01 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/zz_generated.prerelease-lifecycle.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by prerelease-lifecycle-gen. DO NOT EDIT.
    
    package v1
    
    // APILifecycleIntroduced is an autogenerated function, returning the release in which the API struct was introduced as int versions of major and minor for comparison.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 15K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/features/kube_features.go

    	APIResponseCompression: {Default: true, PreRelease: featuregate.Beta},
    
    	APIServerIdentity: {Default: true, PreRelease: featuregate.Beta},
    
    	APIServerTracing: {Default: true, PreRelease: featuregate.Beta},
    
    	APIServingWithRoutine: {Default: true, PreRelease: featuregate.Beta},
    
    	ValidatingAdmissionPolicy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.32
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:36:46 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top