Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 79 for Prerelease (0.14 sec)

  1. staging/src/k8s.io/api/authorization/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: Tue Aug 24 19:47:49 UTC 2021
    - 7.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/networking/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: Tue Aug 24 19:47:49 UTC 2021
    - 6.9K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/flowcontrol/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 Oct 03 18:04:51 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/flowcontrol/v1beta2/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 v1beta2
    
    import (
    	schema "k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 03 18:04:51 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. pkg/features/client_adapter.go

    			LockToDefault: spec.LockToDefault,
    		}
    		switch spec.PreRelease {
    		case clientfeatures.Alpha:
    			converted.PreRelease = featuregate.Alpha
    		case clientfeatures.Beta:
    			converted.PreRelease = featuregate.Beta
    		case clientfeatures.GA:
    			converted.PreRelease = featuregate.GA
    		case clientfeatures.Deprecated:
    			converted.PreRelease = featuregate.Deprecated
    		default:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 16 17:51:00 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/features/features_test.go

    		"feature2": {FeatureSpec: featuregate.FeatureSpec{Default: true, PreRelease: featuregate.Alpha}},
    		"feature1": {FeatureSpec: featuregate.FeatureSpec{Default: false, PreRelease: featuregate.Beta}},
    		"feature3": {FeatureSpec: featuregate.FeatureSpec{Default: false, PreRelease: featuregate.GA}},
    		"hidden":   {FeatureSpec: featuregate.FeatureSpec{Default: false, PreRelease: featuregate.GA}, HiddenInHelpText: true},
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 04:57:22 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  9. pkg/features/client_adapter_test.go

    	if err := a.Add(map[clientfeatures.Feature]clientfeatures.FeatureSpec{
    		"FeatureAlpha":      {PreRelease: clientfeatures.Alpha, Default: true},
    		"FeatureBeta":       {PreRelease: clientfeatures.Beta, Default: false},
    		"FeatureGA":         {PreRelease: clientfeatures.GA, Default: true, LockToDefault: true},
    		"FeatureDeprecated": {PreRelease: clientfeatures.Deprecated, Default: false, LockToDefault: true},
    	}); err != nil {
    		t.Fatal(err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 16 17:51:00 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/example.com_retract_self_prerelease_v1.9.0.txt

    Module example.com/retract/self/prerelease is a module that retracts its own
    latest version and all other release version.
    
    A pre-release version higher than the highest release version is still
    available, and that should be matched by @latest.
    
    -- .mod --
    module example.com/retract/self/prerelease
    
    go 1.15
    
    retract v1.0.0 // bad
    retract v1.9.0 // self
    
    -- .info --
    {"Version":"v1.9.0"}
    
    -- p.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 26 21:17:01 UTC 2020
    - 411 bytes
    - Viewed (0)
Back to top