Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 29 of 29 for APIGroupDiscoveryList (0.62 sec)

  1. staging/src/k8s.io/api/apidiscovery/v2/generated.proto

      repeated APIVersionDiscovery versions = 2;
    }
    
    // APIGroupDiscoveryList is a resource containing a list of APIGroupDiscovery.
    // This is one of the types able to be returned from the /api and /apis endpoint and contains an aggregated
    // list of API resources (built-ins, Custom Resource Definitions, resources from aggregated servers)
    // that a cluster supports.
    message APIGroupDiscoveryList {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/apidiscovery/v2beta1/generated.proto

      repeated APIVersionDiscovery versions = 2;
    }
    
    // APIGroupDiscoveryList is a resource containing a list of APIGroupDiscovery.
    // This is one of the types able to be returned from the /api and /apis endpoint and contains an aggregated
    // list of API resources (built-ins, Custom Resource Definitions, resources from aggregated servers)
    // that a cluster supports.
    message APIGroupDiscoveryList {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. pkg/apis/apidiscovery/types.go

    // APIGroupDiscoveryList is a resource containing a list of APIGroupDiscovery.
    // This is one of the types able to be returned from the /api and /apis endpoint and contains an aggregated
    // list of API resources (built-ins, Custom Resource Definitions, resources from aggregated servers)
    // that a cluster supports.
    type APIGroupDiscoveryList struct {
    	v1.TypeMeta
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 09 18:45:33 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/apidiscovery/v2beta1/types.go

    // APIGroupDiscoveryList is a resource containing a list of APIGroupDiscovery.
    // This is one of the types able to be returned from the /api and /apis endpoint and contains an aggregated
    // list of API resources (built-ins, Custom Resource Definitions, resources from aggregated servers)
    // that a cluster supports.
    type APIGroupDiscoveryList struct {
    	v1.TypeMeta `json:",inline"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 09 18:45:33 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/apidiscovery/v2/types.go

    // +k8s:prerelease-lifecycle-gen:introduced=1.30
    
    // APIGroupDiscoveryList is a resource containing a list of APIGroupDiscovery.
    // This is one of the types able to be returned from the /api and /apis endpoint and contains an aggregated
    // list of API resources (built-ins, Custom Resource Definitions, resources from aggregated servers)
    // that a cluster supports.
    type APIGroupDiscoveryList struct {
    	v1.TypeMeta `json:",inline"`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler.go

    	rdm.lock.RLock()
    	defer rdm.lock.RUnlock()
    
    	cacheLoad := rdm.cache.Load()
    	if cacheLoad != nil {
    		return cacheLoad
    	}
    	response := apidiscoveryv2.APIGroupDiscoveryList{
    		Items: rdm.calculateAPIGroupsLocked(),
    	}
    	etag, err := calculateETag(response)
    	if err != nil {
    		klog.Errorf("failed to calculate etag for discovery document: %s", etag)
    		etag = ""
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  7. api/discovery/aggregated_v2.json

                    "update",
                    "watch"
                  ]
                }
              ],
              "version": "v1alpha1"
            }
          ]
        }
      ],
      "kind": "APIGroupDiscoveryList",
      "metadata": {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:29:14 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. api/discovery/aggregated_v2beta1.json

                    "update",
                    "watch"
                  ]
                }
              ],
              "version": "v1alpha1"
            }
          ]
        }
      ],
      "kind": "APIGroupDiscoveryList",
      "metadata": {}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  9. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/apidiscovery/v2.APIGroupDiscovery":                                                          schema_k8sio_api_apidiscovery_v2_APIGroupDiscovery(ref),
    		"k8s.io/api/apidiscovery/v2.APIGroupDiscoveryList":                                                      schema_k8sio_api_apidiscovery_v2_APIGroupDiscoveryList(ref),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top