Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for AllowVolumeExpansion (0.49 sec)

  1. staging/src/k8s.io/api/storage/v1/generated.pb.go

    		i -= len(*m.VolumeBindingMode)
    		copy(dAtA[i:], *m.VolumeBindingMode)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.VolumeBindingMode)))
    		i--
    		dAtA[i] = 0x3a
    	}
    	if m.AllowVolumeExpansion != nil {
    		i--
    		if *m.AllowVolumeExpansion {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    		i--
    		dAtA[i] = 0x30
    	}
    	if len(m.MountOptions) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/storage/v1beta1/generated.pb.go

    		i -= len(*m.VolumeBindingMode)
    		copy(dAtA[i:], *m.VolumeBindingMode)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.VolumeBindingMode)))
    		i--
    		dAtA[i] = 0x3a
    	}
    	if m.AllowVolumeExpansion != nil {
    		i--
    		if *m.AllowVolumeExpansion {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    		i--
    		dAtA[i] = 0x30
    	}
    	if len(m.MountOptions) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 133.9K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers_test.go

    					Name:              "sc6",
    					CreationTimestamp: metav1.Time{Time: time.Now().Add(-3e11)},
    				},
    				Provisioner:          "kubernetes.io/nfs",
    				ReclaimPolicy:        &policyRetain,
    				AllowVolumeExpansion: boolP(true),
    				VolumeBindingMode:    &bindModeWait,
    			},
    			expected: []metav1.TableRow{{Cells: []interface{}{"sc6", "kubernetes.io/nfs", "Retain",
    				"WaitForFirstConsumer", true, "5m"}}},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

            "properties": {
              "allowVolumeExpansion": {
                "description": "allowVolumeExpansion shows whether the storage class allow volume expand.",
                "type": "boolean"
              },
              "allowedTopologies": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  5. pkg/generated/openapi/zz_generated.openapi.go

    										Type:    []string{"string"},
    										Format:  "",
    									},
    								},
    							},
    						},
    					},
    					"allowVolumeExpansion": {
    						SchemaProps: spec.SchemaProps{
    							Description: "allowVolumeExpansion shows whether the storage class allow volume expand.",
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "properties": {
            "allowVolumeExpansion": {
              "description": "allowVolumeExpansion shows whether the storage class allow volume expand.",
              "type": "boolean"
            },
            "allowedTopologies": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

          "properties": {
            "allowVolumeExpansion": {
              "description": "allowVolumeExpansion shows whether the storage class allow volume expand.",
              "type": "boolean"
            },
            "allowedTopologies": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "properties": {
            "allowVolumeExpansion": {
              "description": "AllowVolumeExpansion shows whether the storage class allow volume expand",
              "type": "boolean"
            },
            "allowedTopologies": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top