mirror of
https://github.com/openshift/source-to-image.git
synced 2026-02-05 12:44:54 +01:00
Changes: - Update go version to 1.25.3 - Update dependencies to mitigate CVEs - Fix tests to work with broken APIs after update - Remove/Replace deprecated methods - Update Git command to ignore pre-commit hooks - Update Go builder image to 1.25 in docker files and Openshift CI - Update tekton pipeline task bundles to have updated golang image Signed-off-by: Sayan Biswas <sayan-biswas@live.com>
20 lines
613 B
Go
20 lines
613 B
Go
// Autogenerated code; DO NOT EDIT.
|
|
|
|
/*
|
|
* Schema Open API
|
|
*
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
*
|
|
* API version: 2.4
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package hcsschema
|
|
|
|
type Numa struct {
|
|
VirtualNodeCount uint8 `json:"VirtualNodeCount,omitempty"`
|
|
PreferredPhysicalNodes []int64 `json:"PreferredPhysicalNodes,omitempty"`
|
|
Settings []NumaSetting `json:"Settings,omitempty"`
|
|
MaxSizePerNode uint64 `json:"MaxSizePerNode,omitempty"`
|
|
}
|