Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for volumeLifecycleModes (0.4 sec)

  1. samples/security/spire/spire-quickstart.yaml

      # Don't change ownership on the contents of the mount since the Workload API
      # Unix Domain Socket is typically open to all (i.e. 0777).
      fsGroupPolicy: None
    
      # Declare support for ephemeral volumes only.
      volumeLifecycleModes:
        - Ephemeral
    
    ---
    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: spire-server
      namespace: spire
    
    ---
    # ConfigMap for spire-agent bootstrapping.
    apiVersion: v1
    kind: ConfigMap
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    	}...)
    
    	csiDriverColumnDefinitions = append(csiDriverColumnDefinitions, []metav1.TableColumnDefinition{
    		{Name: "Modes", Type: "string", Description: storagev1.CSIDriverSpec{}.SwaggerDoc()["volumeLifecycleModes"]},
    		{Name: "Age", Type: "string", Description: metav1.ObjectMeta{}.SwaggerDoc()["creationTimestamp"]},
    	}...)
    	_ = h.TableHandler(csiDriverColumnDefinitions, printCSIDriver)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storage.k8s.io__v1_openapi.json

                  ],
                  "default": {}
                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "volumeLifecycleModes": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 481.9K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    						},
    					},
    					"volumeLifecycleModes": {
    						VendorExtensible: spec.VendorExtensible{
    							Extensions: spec.Extensions{
    								"x-kubernetes-list-type": "set",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

                "$ref": "#/definitions/io.k8s.api.storage.v1.TokenRequest"
              },
              "type": "array",
              "x-kubernetes-list-type": "atomic"
            },
            "volumeLifecycleModes": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

                "$ref": "#/definitions/io.k8s.api.storage.v1.TokenRequest"
              },
              "type": "array",
              "x-kubernetes-list-type": "atomic"
            },
            "volumeLifecycleModes": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

                "$ref": "#/definitions/io.k8s.api.storage.v1.TokenRequest"
              },
              "type": "array",
              "x-kubernetes-list-type": "atomic"
            },
            "volumeLifecycleModes": {
    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