Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 27 of 27 for endpointsList (0.51 sec)

  1. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	return map_Endpoints
    }
    
    var map_EndpointsList = map[string]string{
    	"":         "EndpointsList is a list of endpoints.",
    	"metadata": "Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
    	"items":    "List of endpoints.",
    }
    
    func (EndpointsList) SwaggerDoc() map[string]string {
    	return map_EndpointsList
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.proto

      // Sets of addresses and ports that comprise a service.
      // +optional
      // +listType=atomic
      repeated EndpointSubset subsets = 2;
    }
    
    // EndpointsList is a list of endpoints.
    message EndpointsList {
      // Standard list metadata.
      // More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
      // +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/core/v1/types.go

    }
    
    // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
    // +k8s:prerelease-lifecycle-gen:introduced=1.0
    
    // EndpointsList is a list of endpoints.
    type EndpointsList struct {
    	metav1.TypeMeta `json:",inline"`
    	// Standard list metadata.
    	// More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            {
              "group": "",
              "kind": "Endpoints",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.core.v1.EndpointsList": {
          "description": "EndpointsList is a list of endpoints.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

            {
              "group": "",
              "kind": "Endpoints",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.core.v1.EndpointsList": {
          "description": "EndpointsList is a list of endpoints.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            {
              "group": "",
              "kind": "Endpoints",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.core.v1.EndpointsList": {
          "description": "EndpointsList is a list of endpoints.",
          "properties": {
            "apiVersion": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  7. pkg/generated/openapi/zz_generated.openapi.go

    		"k8s.io/api/core/v1.Endpoints":                                                                          schema_k8sio_api_core_v1_Endpoints(ref),
    		"k8s.io/api/core/v1.EndpointsList":                                                                      schema_k8sio_api_core_v1_EndpointsList(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