Documentation ¶
Index ¶
Constants ¶
View Source
const GroupName = "memoryone-chost.os.extensions.gardener.cloud"
GroupName is the group name use in this package
Variables ¶
View Source
var (
// AddToScheme is a pointer to SchemeBuilder.AddToScheme.
AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}
SchemeGroupVersion is group version used to register these objects
Functions ¶
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type OperatingSystemConfiguration ¶
type OperatingSystemConfiguration struct { metav1.TypeMeta // MemoryTopology allows to configure the `mem_topology` parameter. If not present, it will default to `2`. MemoryTopology *string // SystemMemory allows to configure the `system_memory` parameter. If not present, it will default to `6x`. SystemMemory *string }
OperatingSystemConfiguration infrastructure configuration resource
func (*OperatingSystemConfiguration) DeepCopy ¶
func (in *OperatingSystemConfiguration) DeepCopy() *OperatingSystemConfiguration
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new OperatingSystemConfiguration.
func (*OperatingSystemConfiguration) DeepCopyInto ¶
func (in *OperatingSystemConfiguration) DeepCopyInto(out *OperatingSystemConfiguration)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*OperatingSystemConfiguration) DeepCopyObject ¶
func (in *OperatingSystemConfiguration) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
Click to show internal directories.
Click to hide internal directories.