Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for operatingSystems (0.41 sec)

  1. pkg/apis/core/v1/zz_generated.conversion.go

    	out.OSImage = in.OSImage
    	out.ContainerRuntimeVersion = in.ContainerRuntimeVersion
    	out.KubeletVersion = in.KubeletVersion
    	out.KubeProxyVersion = in.KubeProxyVersion
    	out.OperatingSystem = in.OperatingSystem
    	out.Architecture = in.Architecture
    	return nil
    }
    
    // Convert_v1_NodeSystemInfo_To_core_NodeSystemInfo is an autogenerated conversion function.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 472.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/core/v1/types.go

    	KubeProxyVersion string `json:"kubeProxyVersion" protobuf:"bytes,8,opt,name=kubeProxyVersion"`
    	// The Operating System reported by the node
    	OperatingSystem string `json:"operatingSystem" protobuf:"bytes,9,opt,name=operatingSystem"`
    	// The Architecture reported by the node
    	Architecture string `json:"architecture" protobuf:"bytes,10,opt,name=architecture"`
    }
    
    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. common-protos/k8s.io/api/core/v1/generated.proto

      optional string kubeletVersion = 7;
    
      // KubeProxy Version reported by the node.
      optional string kubeProxyVersion = 8;
    
      // The Operating System reported by the node
      optional string operatingSystem = 9;
    
      // The Architecture reported by the node
      optional string architecture = 10;
    }
    
    // ObjectFieldSelector selects an APIVersioned field of an object.
    // +structType=atomic
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    	// Kubelet Version reported by the node.
    	KubeletVersion string
    	// Deprecated: KubeProxy Version reported by the node.
    	KubeProxyVersion string
    	// The Operating System reported by the node
    	OperatingSystem string
    	// The Architecture reported by the node
    	Architecture string
    }
    
    // NodeConfigStatus describes the status of the config assigned by Node.Spec.ConfigSource.
    type NodeConfigStatus struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"kubeletVersion":          "Kubelet Version reported by the node.",
    	"kubeProxyVersion":        "Deprecated: KubeProxy Version reported by the node.",
    	"operatingSystem":         "The Operating System reported by the node",
    	"architecture":            "The Architecture reported by the node",
    }
    
    func (NodeSystemInfo) SwaggerDoc() map[string]string {
    	return map_NodeSystemInfo
    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. staging/src/k8s.io/api/core/v1/generated.proto

      optional string kubeletVersion = 7;
    
      // Deprecated: KubeProxy Version reported by the node.
      optional string kubeProxyVersion = 8;
    
      // The Operating System reported by the node
      optional string operatingSystem = 9;
    
      // The Architecture reported by the node
      optional string architecture = 10;
    }
    
    // ObjectFieldSelector selects an APIVersioned field of an object.
    // +structType=atomic
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top