Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 89 for apps_v1 (0.42 sec)

  1. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                },
                "description": "OK"
              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "tags": [
              "apps_v1"
            ]
          }
        },
        "/apis/apps/v1/controllerrevisions": {
          "get": {
            "description": "list or watch objects of kind ControllerRevision",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "schemes": [
              "https"
            ],
            "tags": [
              "apps_v1"
            ]
          }
        },
        "/apis/apps/v1/controllerrevisions": {
          "get": {
            "consumes": [
              "*/*"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "schemes": [
              "https"
            ],
            "tags": [
              "apps_v1"
            ]
          }
        },
        "/apis/apps/v1/controllerrevisions": {
          "get": {
            "consumes": [
              "*/*"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              },
              "401": {
                "description": "Unauthorized"
              }
            },
            "schemes": [
              "https"
            ],
            "tags": [
              "apps_v1"
            ]
          }
        },
        "/apis/apps/v1/controllerrevisions": {
          "get": {
            "consumes": [
              "*/*"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  5. tests/test_filter_pydantic_sub_model/app_pv1.py

    Sebastián Ramírez <******@****.***> 1688749933 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jul 07 17:12:13 UTC 2023
    - 784 bytes
    - Viewed (0)
  6. api/discovery/api__v1.json

    Jordan Liggitt <******@****.***> 1683993112 -0400
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  7. tests/test_validate_response_recursive/app_pv1.py

    Sebastián Ramírez <******@****.***> 1688749933 +0200
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jul 07 17:12:13 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/resourceconfig/helpers_test.go

    				return newFakeAPIResourceConfigSource()
    			},
    			expectedAPIConfig: func() *serverstore.ResourceConfig {
    				config := newFakeAPIResourceConfigSource()
    				config.DisableVersions(appsv1.SchemeGroupVersion)
    				config.EnableResources(appsv1.SchemeGroupVersion.WithResource("deployments"))
    				return config
    			},
    			expectedEnabledAPIs: map[schema.GroupVersionResource]bool{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 23 18:36:33 UTC 2022
    - 25.2K bytes
    - Viewed (0)
  9. pkg/apis/apps/v1/defaults_test.go

    		},
    	}
    	tests := []struct {
    		original *appsv1.Deployment
    		expected *appsv1.Deployment
    	}{
    		{
    			original: &appsv1.Deployment{},
    			expected: &appsv1.Deployment{
    				Spec: appsv1.DeploymentSpec{
    					Replicas: ptr.To[int32](1),
    					Strategy: appsv1.DeploymentStrategy{
    						Type: appsv1.RollingUpdateDeploymentStrategyType,
    						RollingUpdate: &appsv1.RollingUpdateDeployment{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  10. pkg/apis/apps/v1/conversion_test.go

    		// apps -> appsv1
    		internal1 := &appsv1.DeploymentStrategy{}
    		if err := legacyscheme.Scheme.Convert(tc.deploymentStrategy1, internal1, nil); err != nil {
    			t.Errorf("%q - %q: unexpected error: %v", k, "apps -> appsv1", err)
    		}
    		if !apiequality.Semantic.DeepEqual(internal1, tc.deploymentStrategy2) {
    			t.Errorf("%q - %q: expected\n\t%#v, got \n\t%#v", k, "apps -> appsv1", tc.deploymentStrategy2, internal1)
    		}
    
    		// appsv1 -> apps
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:15 UTC 2023
    - 20.1K bytes
    - Viewed (0)
Back to top