Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for DaemonEndpoint (0.65 sec)

  1. pkg/apis/core/types.go

    	// This field is required in all cases.
    	KubeletConfigKey string
    }
    
    // DaemonEndpoint contains information about a single Daemon endpoint.
    type DaemonEndpoint struct {
    	/*
    		The port tag was not properly in quotes in earlier releases, so it must be
    		uppercase for backwards compatibility (since it was falling back to var name of
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/generated.proto

      // Note that the actual running identity can be changed if the process has enough privilege to do so.
      // +optional
      optional LinuxContainerUser linux = 1;
    }
    
    // DaemonEndpoint contains information about a single Daemon endpoint.
    message DaemonEndpoint {
      // Port number of the given endpoint.
      optional int32 Port = 1;
    }
    
    // Represents downward API info for projecting into a projected volume.
    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. pkg/kubelet/kubelet.go

    		MaxPerPodContainer: int(maxPerPodContainerCount),
    		MaxContainers:      int(maxContainerCount),
    	}
    
    	daemonEndpoints := &v1.NodeDaemonEndpoints{
    		KubeletEndpoint: v1.DaemonEndpoint{Port: kubeCfg.Port},
    	}
    
    	imageGCPolicy := images.ImageGCPolicy{
    		MinAge:               kubeCfg.ImageMinimumGCAge.Duration,
    		HighThresholdPercent: int(kubeCfg.ImageGCHighThresholdPercent),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/types.go

    	// This field is required in all cases.
    	KubeletConfigKey string `json:"kubeletConfigKey" protobuf:"bytes,5,opt,name=kubeletConfigKey"`
    }
    
    // DaemonEndpoint contains information about a single Daemon endpoint.
    type DaemonEndpoint struct {
    	/*
    		The port tag was not properly in quotes in earlier releases, so it must be
    		uppercased for backwards compat (since it was falling back to var name of
    		'Port').
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    func (ContainerUser) SwaggerDoc() map[string]string {
    	return map_ContainerUser
    }
    
    var map_DaemonEndpoint = map[string]string{
    	"":     "DaemonEndpoint contains information about a single Daemon endpoint.",
    	"Port": "Port number of the given endpoint.",
    }
    
    func (DaemonEndpoint) SwaggerDoc() map[string]string {
    	return map_DaemonEndpoint
    }
    
    var map_DownwardAPIProjection = map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/api__v1_openapi.json

              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.DaemonEndpoint": {
            "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
            "properties": {
              "Port": {
                "default": 0,
                "description": "Port number of the given endpoint.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            "name",
            "ready",
            "restartCount",
            "image",
            "imageID"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.DaemonEndpoint": {
          "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
          "properties": {
            "Port": {
              "description": "Port number of the given endpoint.",
              "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  8. pkg/generated/openapi/zz_generated.openapi.go

    							Description: "Endpoint on which Kubelet is listening.",
    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/core/v1.DaemonEndpoint"),
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/core/v1.DaemonEndpoint"},
    	}
    }
    
    func schema_k8sio_api_core_v1_NodeList(ref common.ReferenceCallback) common.OpenAPIDefinition {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  9. api/openapi-spec/swagger.json

            }
          },
          "type": "object"
        },
        "io.k8s.api.core.v1.DaemonEndpoint": {
          "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
          "properties": {
            "Port": {
              "description": "Port number of the given endpoint.",
              "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  10. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            "name",
            "ready",
            "restartCount",
            "image",
            "imageID"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.DaemonEndpoint": {
          "description": "DaemonEndpoint contains information about a single Daemon endpoint.",
          "properties": {
            "Port": {
              "description": "Port number of the given endpoint.",
              "format": "int32",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top