Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 241 for SecretRef (0.25 sec)

  1. staging/src/k8s.io/client-go/applyconfigurations/core/v1/flexpersistentvolumesource.go

    type FlexPersistentVolumeSourceApplyConfiguration struct {
    	Driver    *string                            `json:"driver,omitempty"`
    	FSType    *string                            `json:"fsType,omitempty"`
    	SecretRef *SecretReferenceApplyConfiguration `json:"secretRef,omitempty"`
    	ReadOnly  *bool                              `json:"readOnly,omitempty"`
    	Options   map[string]string                  `json:"options,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/client-go/applyconfigurations/core/v1/flexvolumesource.go

    type FlexVolumeSourceApplyConfiguration struct {
    	Driver    *string                                 `json:"driver,omitempty"`
    	FSType    *string                                 `json:"fsType,omitempty"`
    	SecretRef *LocalObjectReferenceApplyConfiguration `json:"secretRef,omitempty"`
    	ReadOnly  *bool                                   `json:"readOnly,omitempty"`
    	Options   map[string]string                       `json:"options,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3.7K bytes
    - Viewed (0)
  3. staging/src/k8s.io/client-go/applyconfigurations/core/v1/cindervolumesource.go

    	FSType    *string                                 `json:"fsType,omitempty"`
    	ReadOnly  *bool                                   `json:"readOnly,omitempty"`
    	SecretRef *LocalObjectReferenceApplyConfiguration `json:"secretRef,omitempty"`
    }
    
    // CinderVolumeSourceApplyConfiguration constructs an declarative configuration of the CinderVolumeSource type for use with
    // apply.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 3K bytes
    - Viewed (0)
  4. pkg/volume/flexvolume/util.go

    		if spec.Volume.FlexVolume.SecretRef == nil {
    			return "", "", nil
    		}
    		return spec.Volume.FlexVolume.SecretRef.Name, podNamespace, nil
    	}
    	if spec.PersistentVolume != nil && spec.PersistentVolume.Spec.FlexVolume != nil {
    		if spec.PersistentVolume.Spec.FlexVolume.SecretRef == nil {
    			return "", "", nil
    		}
    		secretName := spec.PersistentVolume.Spec.FlexVolume.SecretRef.Name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 14 13:58:56 UTC 2021
    - 4.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/client-go/applyconfigurations/core/v1/cephfspersistentvolumesource.go

    	User       *string                            `json:"user,omitempty"`
    	SecretFile *string                            `json:"secretFile,omitempty"`
    	SecretRef  *SecretReferenceApplyConfiguration `json:"secretRef,omitempty"`
    	ReadOnly   *bool                              `json:"readOnly,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/client-go/applyconfigurations/core/v1/rbdpersistentvolumesource.go

    	RadosUser    *string                            `json:"user,omitempty"`
    	Keyring      *string                            `json:"keyring,omitempty"`
    	SecretRef    *SecretReferenceApplyConfiguration `json:"secretRef,omitempty"`
    	ReadOnly     *bool                              `json:"readOnly,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 5.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/client-go/applyconfigurations/core/v1/cephfsvolumesource.go

    	User       *string                                 `json:"user,omitempty"`
    	SecretFile *string                                 `json:"secretFile,omitempty"`
    	SecretRef  *LocalObjectReferenceApplyConfiguration `json:"secretRef,omitempty"`
    	ReadOnly   *bool                                   `json:"readOnly,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 4.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/client-go/applyconfigurations/core/v1/rbdvolumesource.go

    	RadosUser    *string                                 `json:"user,omitempty"`
    	Keyring      *string                                 `json:"keyring,omitempty"`
    	SecretRef    *LocalObjectReferenceApplyConfiguration `json:"secretRef,omitempty"`
    	ReadOnly     *bool                                   `json:"readOnly,omitempty"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 04 18:31:34 UTC 2021
    - 5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.yaml

              - monitorsValue
              path: pathValue
              readOnly: true
              secretFile: secretFileValue
              secretRef:
                name: nameValue
              user: userValue
            cinder:
              fsType: fsTypeValue
              readOnly: true
              secretRef:
                name: nameValue
              volumeID: volumeIDValue
            configMap:
              defaultMode: 3
              items:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/apps.v1.ReplicaSet.json

                  "user": "userValue",
                  "keyring": "keyringValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "readOnly": true
                },
                "flexVolume": {
                  "driver": "driverValue",
                  "fsType": "fsTypeValue",
                  "secretRef": {
                    "name": "nameValue"
                  },
                  "readOnly": true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.1K bytes
    - Viewed (0)
Back to top