Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for monitors (0.25 sec)

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

    	copy(dAtA[i:], m.Path)
    	i = encodeVarintGenerated(dAtA, i, uint64(len(m.Path)))
    	i--
    	dAtA[i] = 0x12
    	if len(m.Monitors) > 0 {
    		for iNdEx := len(m.Monitors) - 1; iNdEx >= 0; iNdEx-- {
    			i -= len(m.Monitors[iNdEx])
    			copy(dAtA[i:], m.Monitors[iNdEx])
    			i = encodeVarintGenerated(dAtA, i, uint64(len(m.Monitors[iNdEx])))
    			i--
    			dAtA[i] = 0xa
    		}
    	}
    	return len(dAtA) - i, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. api/openapi-spec/v3/api__v1_openapi.json

            "properties": {
              "monitors": {
                "description": "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it",
                "items": {
                  "default": "",
                  "type": "string"
                },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    				Properties: map[string]spec.Schema{
    					"monitors": {
    						VendorExtensible: spec.VendorExtensible{
    							Extensions: spec.Extensions{
    								"x-kubernetes-list-type": "atomic",
    							},
    						},
    						SchemaProps: spec.SchemaProps{
    							Description: "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

          "properties": {
            "monitors": {
              "description": "monitors is Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it",
              "items": {
                "type": "string"
              },
              "type": "array",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top