v1alpha1

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 is the v1alpha1 version of the API.

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: nodepoollabelsets.GroupName, Version: "v1alpha1"}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type NodePoolLabelSet

type NodePoolLabelSet struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata"`

	Spec   NodePoolLabelSetSpec   `json:"spec"`
	Status NodePoolLabelSetStatus `json:"status,omitempty"`
}

NodePoolLabelSet is a specification for a NodePoolLabelSet resource

func (*NodePoolLabelSet) DeepCopy

func (in *NodePoolLabelSet) DeepCopy() *NodePoolLabelSet

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolLabelSet.

func (*NodePoolLabelSet) DeepCopyInto

func (in *NodePoolLabelSet) DeepCopyInto(out *NodePoolLabelSet)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NodePoolLabelSet) DeepCopyObject

func (in *NodePoolLabelSet) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NodePoolLabelSetList

type NodePoolLabelSetList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

	Items []NodePoolLabelSet `json:"items"`
}

NodePoolLabelSetList is a list of NodePoolLabelSet resources

func (*NodePoolLabelSetList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolLabelSetList.

func (*NodePoolLabelSetList) DeepCopyInto

func (in *NodePoolLabelSetList) DeepCopyInto(out *NodePoolLabelSetList)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*NodePoolLabelSetList) DeepCopyObject

func (in *NodePoolLabelSetList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type NodePoolLabelSetSpec

type NodePoolLabelSetSpec struct {
	Labels map[string]string `json:"labels"`
}

NodePoolLabelSetSpec is the spec for an NodePoolLabelSet resource

func (*NodePoolLabelSetSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolLabelSetSpec.

func (*NodePoolLabelSetSpec) DeepCopyInto

func (in *NodePoolLabelSetSpec) DeepCopyInto(out *NodePoolLabelSetSpec)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type NodePoolLabelSetState

type NodePoolLabelSetState string
const (
	NodePoolLabelSetStateCreated NodePoolLabelSetState = "Created"
	NodePoolLabelSetStateSyncing NodePoolLabelSetState = "Syncing"
	NodePoolLabelSetStateSynced  NodePoolLabelSetState = "Synced"
)

type NodePoolLabelSetStatus

type NodePoolLabelSetStatus struct {
	State   NodePoolLabelSetState `json:"state,omitempty"`
	Message string                `json:"message,omitempty"`
}

NodePoolLabelSetStatus is the status for an NodePoolLabelSet resource

func (*NodePoolLabelSetStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NodePoolLabelSetStatus.

func (*NodePoolLabelSetStatus) DeepCopyInto

func (in *NodePoolLabelSetStatus) DeepCopyInto(out *NodePoolLabelSetStatus)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

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