v1

package
v0.0.0-...-4c854f3 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2022 License: MulanPSL-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the batch v1 API group +kubebuilder:object:generate=true +groupName=batch.gitee.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "batch.gitee.com", Version: "v1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type Kubehosts

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

	Spec   KubehostsSpec   `json:"spec,omitempty"`
	Status KubehostsStatus `json:"status,omitempty"`
}

Kubehosts is the Schema for the kubehosts API

func (*Kubehosts) DeepCopy

func (in *Kubehosts) DeepCopy() *Kubehosts

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

func (*Kubehosts) DeepCopyInto

func (in *Kubehosts) DeepCopyInto(out *Kubehosts)

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

func (*Kubehosts) DeepCopyObject

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

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

type KubehostsList

type KubehostsList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Kubehosts `json:"items"`
}

KubehostsList contains a list of Kubehosts

func (*KubehostsList) DeepCopy

func (in *KubehostsList) DeepCopy() *KubehostsList

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

func (*KubehostsList) DeepCopyInto

func (in *KubehostsList) DeepCopyInto(out *KubehostsList)

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

func (*KubehostsList) DeepCopyObject

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

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

func (*KubehostsList) Extend

func (r *KubehostsList) Extend(kl *KubehostsList) *KubehostsList

type KubehostsSpec

type KubehostsSpec struct {

	// Foo is an example field of Kubehosts. Edit kubehosts_types.go to remove/update
	HostsConfigMap string            `json:"hostsConfigMap,omitempty"`
	Lables         map[string]string `json:"lables,omitempty"`
}

KubehostsSpec defines the desired state of Kubehosts

func (*KubehostsSpec) DeepCopy

func (in *KubehostsSpec) DeepCopy() *KubehostsSpec

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

func (*KubehostsSpec) DeepCopyInto

func (in *KubehostsSpec) DeepCopyInto(out *KubehostsSpec)

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

type KubehostsStatus

type KubehostsStatus struct {
}

KubehostsStatus defines the observed state of Kubehosts

func (*KubehostsStatus) DeepCopy

func (in *KubehostsStatus) DeepCopy() *KubehostsStatus

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

func (*KubehostsStatus) DeepCopyInto

func (in *KubehostsStatus) DeepCopyInto(out *KubehostsStatus)

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