nodepoolsv1

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_chalk_nodepools_v1_karpenter_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type KarpenterNodeClassRef

type KarpenterNodeClassRef struct {
	Name  string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Kind  *string `protobuf:"bytes,2,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	Group *string `protobuf:"bytes,3,opt,name=group,proto3,oneof" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodeClassRef) Descriptor deprecated

func (*KarpenterNodeClassRef) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodeClassRef.ProtoReflect.Descriptor instead.

func (*KarpenterNodeClassRef) GetGroup

func (x *KarpenterNodeClassRef) GetGroup() string

func (*KarpenterNodeClassRef) GetKind

func (x *KarpenterNodeClassRef) GetKind() string

func (*KarpenterNodeClassRef) GetName

func (x *KarpenterNodeClassRef) GetName() string

func (*KarpenterNodeClassRef) ProtoMessage

func (*KarpenterNodeClassRef) ProtoMessage()

func (*KarpenterNodeClassRef) ProtoReflect

func (x *KarpenterNodeClassRef) ProtoReflect() protoreflect.Message

func (*KarpenterNodeClassRef) Reset

func (x *KarpenterNodeClassRef) Reset()

func (*KarpenterNodeClassRef) String

func (x *KarpenterNodeClassRef) String() string

type KarpenterNodeSelectorRequirement

type KarpenterNodeSelectorRequirement struct {
	Key      string   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Operator string   `protobuf:"bytes,2,opt,name=operator,proto3" json:"operator,omitempty"`
	Values   []string `protobuf:"bytes,3,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodeSelectorRequirement) Descriptor deprecated

func (*KarpenterNodeSelectorRequirement) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodeSelectorRequirement.ProtoReflect.Descriptor instead.

func (*KarpenterNodeSelectorRequirement) GetKey

func (*KarpenterNodeSelectorRequirement) GetOperator

func (x *KarpenterNodeSelectorRequirement) GetOperator() string

func (*KarpenterNodeSelectorRequirement) GetValues

func (x *KarpenterNodeSelectorRequirement) GetValues() []string

func (*KarpenterNodeSelectorRequirement) ProtoMessage

func (*KarpenterNodeSelectorRequirement) ProtoMessage()

func (*KarpenterNodeSelectorRequirement) ProtoReflect

func (*KarpenterNodeSelectorRequirement) Reset

func (*KarpenterNodeSelectorRequirement) String

type KarpenterNodepool

type KarpenterNodepool struct {
	ApiVersion string                     `protobuf:"bytes,1,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	Kind       string                     `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Metadata   *KarpenterNodepoolMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec       *KarpenterNodepoolSpec     `protobuf:"bytes,4,opt,name=spec,proto3" json:"spec,omitempty"`
	Status     *KarpenterNodepoolStatus   `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodepool) Descriptor deprecated

func (*KarpenterNodepool) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepool.ProtoReflect.Descriptor instead.

func (*KarpenterNodepool) GetApiVersion

func (x *KarpenterNodepool) GetApiVersion() string

func (*KarpenterNodepool) GetKind

func (x *KarpenterNodepool) GetKind() string

func (*KarpenterNodepool) GetMetadata

func (x *KarpenterNodepool) GetMetadata() *KarpenterNodepoolMetadata

func (*KarpenterNodepool) GetSpec

func (*KarpenterNodepool) GetStatus

func (*KarpenterNodepool) ProtoMessage

func (*KarpenterNodepool) ProtoMessage()

func (*KarpenterNodepool) ProtoReflect

func (x *KarpenterNodepool) ProtoReflect() protoreflect.Message

func (*KarpenterNodepool) Reset

func (x *KarpenterNodepool) Reset()

func (*KarpenterNodepool) String

func (x *KarpenterNodepool) String() string

type KarpenterNodepoolCondition added in v1.0.7

type KarpenterNodepoolCondition struct {
	Type               string  `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Status             string  `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	LastTransitionTime int64   `protobuf:"varint,4,opt,name=last_transition_time,json=lastTransitionTime,proto3" json:"last_transition_time,omitempty"`
	Reason             *string `protobuf:"bytes,5,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	Message            *string `protobuf:"bytes,6,opt,name=message,proto3,oneof" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolCondition) Descriptor deprecated added in v1.0.7

func (*KarpenterNodepoolCondition) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolCondition.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolCondition) GetLastTransitionTime added in v1.0.7

func (x *KarpenterNodepoolCondition) GetLastTransitionTime() int64

func (*KarpenterNodepoolCondition) GetMessage added in v1.0.7

func (x *KarpenterNodepoolCondition) GetMessage() string

func (*KarpenterNodepoolCondition) GetReason added in v1.0.7

func (x *KarpenterNodepoolCondition) GetReason() string

func (*KarpenterNodepoolCondition) GetStatus added in v1.0.7

func (x *KarpenterNodepoolCondition) GetStatus() string

func (*KarpenterNodepoolCondition) GetType added in v1.0.7

func (x *KarpenterNodepoolCondition) GetType() string

func (*KarpenterNodepoolCondition) ProtoMessage added in v1.0.7

func (*KarpenterNodepoolCondition) ProtoMessage()

func (*KarpenterNodepoolCondition) ProtoReflect added in v1.0.7

func (*KarpenterNodepoolCondition) Reset added in v1.0.7

func (x *KarpenterNodepoolCondition) Reset()

func (*KarpenterNodepoolCondition) String added in v1.0.7

func (x *KarpenterNodepoolCondition) String() string

type KarpenterNodepoolDisruption

type KarpenterNodepoolDisruption struct {
	ConsolidateAfter    *durationpb.Duration                 `protobuf:"bytes,1,opt,name=consolidate_after,json=consolidateAfter,proto3,oneof" json:"consolidate_after,omitempty"`
	ConsolidationPolicy *string                              `protobuf:"bytes,2,opt,name=consolidation_policy,json=consolidationPolicy,proto3,oneof" json:"consolidation_policy,omitempty"`
	Budgets             []*KarpenterNodepoolDisruptionBudget `protobuf:"bytes,3,rep,name=budgets,proto3" json:"budgets,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolDisruption) Descriptor deprecated

func (*KarpenterNodepoolDisruption) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolDisruption.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolDisruption) GetBudgets

func (*KarpenterNodepoolDisruption) GetConsolidateAfter

func (x *KarpenterNodepoolDisruption) GetConsolidateAfter() *durationpb.Duration

func (*KarpenterNodepoolDisruption) GetConsolidationPolicy

func (x *KarpenterNodepoolDisruption) GetConsolidationPolicy() string

func (*KarpenterNodepoolDisruption) ProtoMessage

func (*KarpenterNodepoolDisruption) ProtoMessage()

func (*KarpenterNodepoolDisruption) ProtoReflect

func (*KarpenterNodepoolDisruption) Reset

func (x *KarpenterNodepoolDisruption) Reset()

func (*KarpenterNodepoolDisruption) String

func (x *KarpenterNodepoolDisruption) String() string

type KarpenterNodepoolDisruptionBudget

type KarpenterNodepoolDisruptionBudget struct {
	Nodes    string               `protobuf:"bytes,1,opt,name=nodes,proto3" json:"nodes,omitempty"`
	Schedule *string              `protobuf:"bytes,2,opt,name=schedule,proto3,oneof" json:"schedule,omitempty"`
	Duration *durationpb.Duration `protobuf:"bytes,3,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolDisruptionBudget) Descriptor deprecated

func (*KarpenterNodepoolDisruptionBudget) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolDisruptionBudget.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolDisruptionBudget) GetDuration

func (*KarpenterNodepoolDisruptionBudget) GetNodes

func (*KarpenterNodepoolDisruptionBudget) GetSchedule

func (x *KarpenterNodepoolDisruptionBudget) GetSchedule() string

func (*KarpenterNodepoolDisruptionBudget) ProtoMessage

func (*KarpenterNodepoolDisruptionBudget) ProtoMessage()

func (*KarpenterNodepoolDisruptionBudget) ProtoReflect

func (*KarpenterNodepoolDisruptionBudget) Reset

func (*KarpenterNodepoolDisruptionBudget) String

type KarpenterNodepoolMetadata

type KarpenterNodepoolMetadata struct {
	Annotations       map[string]string      `` /* 163-byte string literal not displayed */
	CreationTimestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=creation_timestamp,json=creationTimestamp,proto3" json:"creation_timestamp,omitempty"`
	Generation        int64                  `protobuf:"varint,3,opt,name=generation,proto3" json:"generation,omitempty"`
	Name              string                 `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	ResourceVersion   string                 `protobuf:"bytes,5,opt,name=resource_version,json=resourceVersion,proto3" json:"resource_version,omitempty"`
	Uid               string                 `protobuf:"bytes,6,opt,name=uid,proto3" json:"uid,omitempty"`
	Labels            map[string]string      `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolMetadata) Descriptor deprecated

func (*KarpenterNodepoolMetadata) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolMetadata.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolMetadata) GetAnnotations

func (x *KarpenterNodepoolMetadata) GetAnnotations() map[string]string

func (*KarpenterNodepoolMetadata) GetCreationTimestamp

func (x *KarpenterNodepoolMetadata) GetCreationTimestamp() *timestamppb.Timestamp

func (*KarpenterNodepoolMetadata) GetGeneration

func (x *KarpenterNodepoolMetadata) GetGeneration() int64

func (*KarpenterNodepoolMetadata) GetLabels

func (x *KarpenterNodepoolMetadata) GetLabels() map[string]string

func (*KarpenterNodepoolMetadata) GetName

func (x *KarpenterNodepoolMetadata) GetName() string

func (*KarpenterNodepoolMetadata) GetResourceVersion

func (x *KarpenterNodepoolMetadata) GetResourceVersion() string

func (*KarpenterNodepoolMetadata) GetUid

func (x *KarpenterNodepoolMetadata) GetUid() string

func (*KarpenterNodepoolMetadata) ProtoMessage

func (*KarpenterNodepoolMetadata) ProtoMessage()

func (*KarpenterNodepoolMetadata) ProtoReflect

func (*KarpenterNodepoolMetadata) Reset

func (x *KarpenterNodepoolMetadata) Reset()

func (*KarpenterNodepoolMetadata) String

func (x *KarpenterNodepoolMetadata) String() string

type KarpenterNodepoolSpec

type KarpenterNodepoolSpec struct {
	Disruption *KarpenterNodepoolDisruption `protobuf:"bytes,1,opt,name=disruption,proto3" json:"disruption,omitempty"`
	Template   *KarpenterNodepoolTemplate   `protobuf:"bytes,2,opt,name=template,proto3" json:"template,omitempty"`
	Limits     map[string]string            `` /* 153-byte string literal not displayed */
	Weight     *int32                       `protobuf:"varint,4,opt,name=weight,proto3,oneof" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolSpec) Descriptor deprecated

func (*KarpenterNodepoolSpec) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolSpec.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolSpec) GetDisruption

func (*KarpenterNodepoolSpec) GetLimits

func (x *KarpenterNodepoolSpec) GetLimits() map[string]string

func (*KarpenterNodepoolSpec) GetTemplate

func (*KarpenterNodepoolSpec) GetWeight

func (x *KarpenterNodepoolSpec) GetWeight() int32

func (*KarpenterNodepoolSpec) ProtoMessage

func (*KarpenterNodepoolSpec) ProtoMessage()

func (*KarpenterNodepoolSpec) ProtoReflect

func (x *KarpenterNodepoolSpec) ProtoReflect() protoreflect.Message

func (*KarpenterNodepoolSpec) Reset

func (x *KarpenterNodepoolSpec) Reset()

func (*KarpenterNodepoolSpec) String

func (x *KarpenterNodepoolSpec) String() string

type KarpenterNodepoolStatus

type KarpenterNodepoolStatus struct {
	Resources  map[string]string             `` /* 159-byte string literal not displayed */
	Conditions []*KarpenterNodepoolCondition `protobuf:"bytes,2,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolStatus) Descriptor deprecated

func (*KarpenterNodepoolStatus) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolStatus.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolStatus) GetConditions added in v1.0.7

func (*KarpenterNodepoolStatus) GetResources

func (x *KarpenterNodepoolStatus) GetResources() map[string]string

func (*KarpenterNodepoolStatus) ProtoMessage

func (*KarpenterNodepoolStatus) ProtoMessage()

func (*KarpenterNodepoolStatus) ProtoReflect

func (x *KarpenterNodepoolStatus) ProtoReflect() protoreflect.Message

func (*KarpenterNodepoolStatus) Reset

func (x *KarpenterNodepoolStatus) Reset()

func (*KarpenterNodepoolStatus) String

func (x *KarpenterNodepoolStatus) String() string

type KarpenterNodepoolTemplate

type KarpenterNodepoolTemplate struct {
	Metadata *KarpenterNodepoolTemplateMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Spec     *KarpenterNodepoolTemplateSpec     `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolTemplate) Descriptor deprecated

func (*KarpenterNodepoolTemplate) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolTemplate.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolTemplate) GetMetadata

func (*KarpenterNodepoolTemplate) GetSpec

func (*KarpenterNodepoolTemplate) ProtoMessage

func (*KarpenterNodepoolTemplate) ProtoMessage()

func (*KarpenterNodepoolTemplate) ProtoReflect

func (*KarpenterNodepoolTemplate) Reset

func (x *KarpenterNodepoolTemplate) Reset()

func (*KarpenterNodepoolTemplate) String

func (x *KarpenterNodepoolTemplate) String() string

type KarpenterNodepoolTemplateMetadata

type KarpenterNodepoolTemplateMetadata struct {
	Labels      map[string]string `` /* 153-byte string literal not displayed */
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolTemplateMetadata) Descriptor deprecated

func (*KarpenterNodepoolTemplateMetadata) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolTemplateMetadata.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolTemplateMetadata) GetAnnotations

func (x *KarpenterNodepoolTemplateMetadata) GetAnnotations() map[string]string

func (*KarpenterNodepoolTemplateMetadata) GetLabels

func (x *KarpenterNodepoolTemplateMetadata) GetLabels() map[string]string

func (*KarpenterNodepoolTemplateMetadata) ProtoMessage

func (*KarpenterNodepoolTemplateMetadata) ProtoMessage()

func (*KarpenterNodepoolTemplateMetadata) ProtoReflect

func (*KarpenterNodepoolTemplateMetadata) Reset

func (*KarpenterNodepoolTemplateMetadata) String

type KarpenterNodepoolTemplateSpec

type KarpenterNodepoolTemplateSpec struct {
	Taints        []*v1.KubernetesNodeTaint           `protobuf:"bytes,1,rep,name=taints,proto3" json:"taints,omitempty"`
	StartupTaints []*v1.KubernetesNodeTaint           `protobuf:"bytes,2,rep,name=startup_taints,json=startupTaints,proto3" json:"startup_taints,omitempty"`
	Requirements  []*KarpenterNodeSelectorRequirement `protobuf:"bytes,3,rep,name=requirements,proto3" json:"requirements,omitempty"`
	NodeClassRef  *KarpenterNodeClassRef              `protobuf:"bytes,4,opt,name=node_class_ref,json=nodeClassRef,proto3" json:"node_class_ref,omitempty"`
	ExpireAfter   *durationpb.Duration                `protobuf:"bytes,5,opt,name=expire_after,json=expireAfter,proto3,oneof" json:"expire_after,omitempty"`
	// contains filtered or unexported fields
}

func (*KarpenterNodepoolTemplateSpec) Descriptor deprecated

func (*KarpenterNodepoolTemplateSpec) Descriptor() ([]byte, []int)

Deprecated: Use KarpenterNodepoolTemplateSpec.ProtoReflect.Descriptor instead.

func (*KarpenterNodepoolTemplateSpec) GetExpireAfter

func (x *KarpenterNodepoolTemplateSpec) GetExpireAfter() *durationpb.Duration

func (*KarpenterNodepoolTemplateSpec) GetNodeClassRef

func (*KarpenterNodepoolTemplateSpec) GetRequirements

func (*KarpenterNodepoolTemplateSpec) GetStartupTaints

func (x *KarpenterNodepoolTemplateSpec) GetStartupTaints() []*v1.KubernetesNodeTaint

func (*KarpenterNodepoolTemplateSpec) GetTaints

func (*KarpenterNodepoolTemplateSpec) ProtoMessage

func (*KarpenterNodepoolTemplateSpec) ProtoMessage()

func (*KarpenterNodepoolTemplateSpec) ProtoReflect

func (*KarpenterNodepoolTemplateSpec) Reset

func (x *KarpenterNodepoolTemplateSpec) Reset()

func (*KarpenterNodepoolTemplateSpec) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL