Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for daemonEndpoints (0.37 sec)

  1. pkg/kubelet/kubelet_test.go

    						},
    					},
    				},
    			},
    		},
    	}
    	kubelet.recorder = fakeRecorder
    	if err := kubelet.setupDataDirs(); err != nil {
    		t.Fatalf("can't initialize kubelet data dirs: %v", err)
    	}
    	kubelet.daemonEndpoints = &v1.NodeDaemonEndpoints{}
    
    	kubelet.cadvisor = &cadvisortest.Fake{}
    	machineInfo, _ := kubelet.cadvisor.MachineInfo()
    	kubelet.setCachedMachineInfo(machineInfo)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	// Endpoints of daemons running on the Node.
    	// +optional
    	DaemonEndpoints NodeDaemonEndpoints `json:"daemonEndpoints,omitempty" protobuf:"bytes,6,opt,name=daemonEndpoints"`
    	// Set of ids/uuids to uniquely identify the node.
    	// More info: https://kubernetes.io/docs/concepts/nodes/node/#info
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  3. pkg/controlplane/import_known_versions_test.go

    // Additions should only be made if a non-standard field name was released and cannot be changed for compatibility reasons.
    var allowedNonstandardJSONNames = map[reflect.Type]string{
    	reflect.TypeOf(v1.DaemonEndpoint{}): "Port",
    }
    
    func TestTypeTags(t *testing.T) {
    	if err := apinamingtest.VerifyTagNaming(legacyscheme.Scheme, typesAllowedTags, allowedNonstandardJSONNames); err != nil {
    		t.Errorf("%v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 22 18:47:31 UTC 2021
    - 3.1K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

      // +featureGate=InPlacePodVerticalScaling
      // +optional
      optional ResourceRequirements resources = 11;
    }
    
    // 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: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. 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)
  6. staging/src/k8s.io/api/core/v1/generated.pb.go

    func (m *DaemonEndpoint) Reset()      { *m = DaemonEndpoint{} }
    func (*DaemonEndpoint) ProtoMessage() {}
    func (*DaemonEndpoint) Descriptor() ([]byte, []int) {
    	return fileDescriptor_6c07b07c062484ab, []int{39}
    }
    func (m *DaemonEndpoint) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *DaemonEndpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    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/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)
  8. 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)
  9. api/api-rules/violation_exceptions.list

    API rule violation: names_match,k8s.io/api/core/v1,AzureDiskVolumeSource,DataDiskURI
    API rule violation: names_match,k8s.io/api/core/v1,ContainerStatus,LastTerminationState
    API rule violation: names_match,k8s.io/api/core/v1,DaemonEndpoint,Port
    API rule violation: names_match,k8s.io/api/core/v1,Event,ReportingController
    API rule violation: names_match,k8s.io/api/core/v1,FCVolumeSource,WWIDs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  10. 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)
Back to top