Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 432 for 18beta2 (0.11 sec)

  1. staging/src/k8s.io/api/apps/v1beta2/register.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.
    */
    
    package v1beta2
    
    import (
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupName is the group name use in this package
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 18:54:02 UTC 2017
    - 1.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/flowcontrol/v1beta2/register.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.
    */
    
    package v1beta2
    
    import (
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/apimachinery/pkg/runtime/schema"
    )
    
    // GroupName is the name of api group
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 07 13:42:13 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  3. pkg/apis/flowcontrol/v1beta2/defaults_test.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package v1beta2
    
    import (
    	"reflect"
    	"testing"
    
    	"github.com/google/go-cmp/cmp"
    
    	flowcontrolv1beta2 "k8s.io/api/flowcontrol/v1beta2"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/utils/pointer"
    )
    
    func TestDefaultWithPriorityLevelConfiguration(t *testing.T) {
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 14 00:47:58 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. pkg/kubelet/pluginmanager/pluginwatcher/example_handler.go

    	registerapi "k8s.io/kubelet/pkg/apis/pluginregistration/v1"
    	"k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta1"
    	"k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta2"
    )
    
    type exampleHandler struct {
    	SupportedVersions []string
    	ExpectedNames     map[string]int
    
    	eventChans map[string]chan examplePluginEvent // map[pluginName]eventChan
    
    	m sync.Mutex
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 16 12:00:49 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  5. releasenotes/notes/install-autoscalingv2.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: installation
    issue:
    - 32005
    
    releaseNotes:
    - |
      **Deprecated** Kubernetes Autoscaling v2beta1 API support for installation.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 06 21:00:21 UTC 2022
    - 249 bytes
    - Viewed (0)
  6. cmd/kubeadm/app/apis/kubeadm/v1beta3/doc.go

    //
    // Migration from old kubeadm config versions
    //
    //   - kubeadm v1.15.x and newer can be used to migrate from v1beta1 to v1beta2.
    //   - kubeadm v1.22.x and newer no longer support v1beta1 and older APIs, but can be used to migrate v1beta2 to v1beta3.
    //   - kubeadm v1.27.x and newer no longer support v1beta2 and older APIs.
    //
    // # Basics
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 05 13:30:26 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/deployment.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v1beta2
    
    import (
    	appsv1beta2 "k8s.io/api/apps/v1beta2"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	types "k8s.io/apimachinery/pkg/types"
    	managedfields "k8s.io/apimachinery/pkg/util/managedfields"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.2K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/version/helpers_test.go

    		{"v10", "v2", true},
    		{"v1", "v2alpha1", true},
    		{"v1", "v2beta1", true},
    		{"v1alpha2", "v1alpha1", true},
    		{"v1beta1", "v2alpha3", true},
    		{"v1alpha10", "v1alpha2", true},
    		{"v1beta10", "v1beta2", true},
    		{"foo", "v1beta2", false},
    		{"bar", "foo", true},
    		{"version1", "version2", true},  // Non kube-like versions are sorted alphabetically
    		{"version1", "version10", true}, // Non kube-like versions are sorted alphabetically
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 19 02:46:55 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  9. pkg/apis/autoscaling/v2beta2/defaults.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.
    */
    
    package v2beta2
    
    import (
    	autoscalingv2beta2 "k8s.io/api/autoscaling/v2beta2"
    	v1 "k8s.io/api/core/v1"
    	"k8s.io/apimachinery/pkg/runtime"
    	"k8s.io/kubernetes/pkg/apis/autoscaling"
    	"k8s.io/utils/pointer"
    )
    
    var (
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 15 06:03:59 UTC 2022
    - 4.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/replicaset.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    // Code generated by applyconfiguration-gen. DO NOT EDIT.
    
    package v1beta2
    
    import (
    	appsv1beta2 "k8s.io/api/apps/v1beta2"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	types "k8s.io/apimachinery/pkg/types"
    	managedfields "k8s.io/apimachinery/pkg/util/managedfields"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 12.2K bytes
    - Viewed (0)
Back to top