Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 1dbname (0.24 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

    // PDs support ownership management and SELinux relabeling.
    message GCEPersistentDiskVolumeSource {
      // pdName is unique name of the PD resource in GCE. Used to identify the disk in GCE.
      // More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
      optional string pdName = 1;
    
      // fsType is filesystem type of the volume that you want to mount.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
  2. istioctl/pkg/describe/describe.go

    				matchingSubsets := []string{}
    				nonMatchingSubsets := []string{}
    				drName, drNamespace, err := getIstioDestinationRuleNameForSvc(&cd, svc, port.Port)
    				var dr *clientnetworking.DestinationRule
    				if err == nil && drName != "" && drNamespace != "" {
    					exist := false
    					dr, exist = recordDestinationRules[newResourceID(drNamespace, drName)]
    					if !exist {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 50.4K bytes
    - Viewed (0)
Back to top