Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Radosz (0.18 sec)

  1. istioctl/pkg/internaldebug/internal-debug_test.go

    			wantException:  true,
    		},
    		{ // case 1, no istiod
    			args:           []string{"adsz"},
    			noIstiod:       true,
    			expectedOutput: "Error: no running Istio pods in \"istio-system\"\n",
    			wantException:  true,
    		},
    		{ // case 2, with Istiod instance
    			args:           []string{"adsz"},
    			expectedString: "",
    		},
    	}
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Fri Mar 15 08:28:50 GMT 2024
    - 4.5K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

    }
    
    // Represents a Rados Block Device mount that lasts the lifetime of a pod.
    // RBD volumes support ownership management and SELinux relabeling.
    message RBDPersistentVolumeSource {
      // monitors is a collection of Ceph monitors.
      // More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it
      repeated string monitors = 1;
    
      // image is the rados image name.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top