Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 432 for 18beta2 (0.12 sec)

  1. pkg/apis/apps/install/install.go

    	"k8s.io/kubernetes/pkg/apis/apps/v1beta1"
    	"k8s.io/kubernetes/pkg/apis/apps/v1beta2"
    )
    
    func init() {
    	Install(legacyscheme.Scheme)
    }
    
    // Install registers the API group and adds types to a scheme
    func Install(scheme *runtime.Scheme) {
    	utilruntime.Must(apps.AddToScheme(scheme))
    	utilruntime.Must(v1beta1.AddToScheme(scheme))
    	utilruntime.Must(v1beta2.AddToScheme(scheme))
    	utilruntime.Must(v1.AddToScheme(scheme))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 08 22:33:50 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  2. pkg/apis/autoscaling/install/install.go

    	"k8s.io/kubernetes/pkg/apis/autoscaling/v2beta1"
    	"k8s.io/kubernetes/pkg/apis/autoscaling/v2beta2"
    )
    
    func init() {
    	Install(legacyscheme.Scheme)
    }
    
    // Install registers the API group and adds types to a scheme
    func Install(scheme *runtime.Scheme) {
    	utilruntime.Must(autoscaling.AddToScheme(scheme))
    	utilruntime.Must(v2beta2.AddToScheme(scheme))
    	utilruntime.Must(v2.AddToScheme(scheme))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 11 05:09:39 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/controllerrevision.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 (
    	v1beta2 "k8s.io/api/apps/v1beta2"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	runtime "k8s.io/apimachinery/pkg/runtime"
    	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.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apps/v1beta2/doc.go

    limitations under the License.
    */
    
    // +k8s:deepcopy-gen=package
    // +k8s:protobuf-gen=package
    // +k8s:openapi-gen=true
    // +k8s:prerelease-lifecycle-gen=true
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 24 17:02:56 UTC 2020
    - 745 bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.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 (
    	v1beta2 "k8s.io/api/apps/v1beta2"
    	corev1 "k8s.io/client-go/applyconfigurations/core/v1"
    	v1 "k8s.io/client-go/applyconfigurations/meta/v1"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 08 15:48:00 UTC 2022
    - 8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/apps/v1beta2/scale.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 (
    	v1beta2 "k8s.io/api/apps/v1beta2"
    	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
    	types "k8s.io/apimachinery/pkg/types"
    	v1 "k8s.io/client-go/applyconfigurations/meta/v1"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 23 17:59:55 UTC 2022
    - 9.8K bytes
    - Viewed (0)
  7. pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta2/api.proto

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    syntax = "proto3";
    
    package v1beta2;
    option go_package = "k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta2";
    
    import "github.com/gogo/protobuf/gogoproto/gogo.proto";
    
    option (gogoproto.goproto_stringer_all) = false;
    option (gogoproto.stringer_all) =  true;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 23 17:31:18 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  8. pkg/kubelet/pluginmanager/pluginwatcher/plugin_watcher_test.go

    	"k8s.io/klog/v2"
    	registerapi "k8s.io/kubelet/pkg/apis/pluginregistration/v1"
    	"k8s.io/kubernetes/pkg/kubelet/pluginmanager/cache"
    )
    
    var (
    	supportedVersions = []string{"v1beta1", "v1beta2"}
    )
    
    func init() {
    	var logLevel string
    
    	klog.InitFlags(flag.CommandLine)
    	flag.Set("alsologtostderr", fmt.Sprintf("%t", true))
    	flag.StringVar(&logLevel, "logLevel", "6", "test")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 04 06:56:50 UTC 2023
    - 8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/defaulting_test.go

            type: string
            default: "A"
          b:
            type: string
            default: "B"
          c:
            type: string
          v1beta1:
            type: string
          v1beta2:
            type: string
            default: "v1beta2"
          replicas:
            default: 1
            format: int32
            minimum: 0
            type: integer
      status:
        type: object
        properties:
          a:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 05:32:34 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/autoscaling/v2beta2/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 v2beta2
    
    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 Aug 27 15:07:52 UTC 2018
    - 1.6K bytes
    - Viewed (0)
Back to top