Versions in this module Expand all Collapse all v0 v0.5.0 May 8, 2022 v0.4.0 Oct 20, 2021 Changes in this version type PoolSpec + BackendRef *core.LocalObjectReference v0.3.0 Jul 29, 2021 Changes in this version + var AddToScheme = localSchemeBuilder.AddToScheme + var SchemeBuilder runtime.SchemeBuilder + var SchemeGroupVersion = schema.GroupVersion + func GetDecoder() map[string]jsoniter.ValDecoder + func GetEncoder() map[string]jsoniter.ValEncoder + func Kind(kind string) schema.GroupKind + func Resource(resource string) schema.GroupResource + type Pool struct + Spec PoolSpec + Status PoolStatus + func (in *Pool) DeepCopy() *Pool + func (in *Pool) DeepCopyInto(out *Pool) + func (in *Pool) DeepCopyObject() runtime.Object + func (r *Pool) SetupWebhookWithManager(mgr ctrl.Manager) error + func (r *Pool) ValidateCreate() error + func (r *Pool) ValidateDelete() error + func (r *Pool) ValidateUpdate(old runtime.Object) error + type PoolList struct + Items []Pool + func (in *PoolList) DeepCopy() *PoolList + func (in *PoolList) DeepCopyInto(out *PoolList) + func (in *PoolList) DeepCopyObject() runtime.Object + type PoolSpec struct + ProviderRef core.LocalObjectReference + Resource PoolSpecResource + State *PoolSpecResource + TerminationPolicy base.TerminationPolicy + UpdatePolicy base.UpdatePolicy + func (in *PoolSpec) DeepCopy() *PoolSpec + func (in *PoolSpec) DeepCopyInto(out *PoolSpec) + type PoolSpecResource struct + CpuExpandable *bool + CpuLimit *int64 + CpuReservation *int64 + CpuShareLevel *string + CpuShares *int64 + CustomAttributes *map[string]string + ID string + MemoryExpandable *bool + MemoryLimit *int64 + MemoryReservation *int64 + MemoryShareLevel *string + MemoryShares *int64 + Name *string + ParentResourcePoolID *string + Tags []string + func (in *PoolSpecResource) DeepCopy() *PoolSpecResource + func (in *PoolSpecResource) DeepCopyInto(out *PoolSpecResource) + type PoolStatus struct + Conditions []kmapi.Condition + ObservedGeneration int64 + Phase status.Status + func (in *PoolStatus) DeepCopy() *PoolStatus + func (in *PoolStatus) DeepCopyInto(out *PoolStatus)