v1alpha1

package
v0.0.0-...-47b4cc7 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

+k8s:deepcopy-gen=package +groupName=node-problem-detector.operator.k8s.io

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	AddToScheme   = SchemeBuilder.AddToScheme
	// SchemeGroupVersion is the group version used to register these objects.
	SchemeGroupVersion = schema.GroupVersion{Group: groupName, Version: version}
)

Functions

This section is empty.

Types

type NodeProblemDetector

type NodeProblemDetector struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata"`
	Spec              NodeProblemDetectorSpec   `json:"spec"`
	Status            NodeProblemDetectorStatus `json:"status,omitempty"`
}

func (*NodeProblemDetector) DeepCopy

func (in *NodeProblemDetector) DeepCopy() *NodeProblemDetector

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

func (*NodeProblemDetector) DeepCopyInto

func (in *NodeProblemDetector) DeepCopyInto(out *NodeProblemDetector)

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

func (*NodeProblemDetector) DeepCopyObject

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

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

type NodeProblemDetectorList

type NodeProblemDetectorList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`
	Items           []NodeProblemDetector `json:"items"`
}

func (*NodeProblemDetectorList) DeepCopy

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

func (*NodeProblemDetectorList) DeepCopyInto

func (in *NodeProblemDetectorList) DeepCopyInto(out *NodeProblemDetectorList)

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

func (*NodeProblemDetectorList) DeepCopyObject

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

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

type NodeProblemDetectorSpec

type NodeProblemDetectorSpec struct {
	ImagePullPolicy string `json:"imagePullPolicy"`
}

func (*NodeProblemDetectorSpec) DeepCopy

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

func (*NodeProblemDetectorSpec) DeepCopyInto

func (in *NodeProblemDetectorSpec) DeepCopyInto(out *NodeProblemDetectorSpec)

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

type NodeProblemDetectorStatus

type NodeProblemDetectorStatus struct {
}

func (*NodeProblemDetectorStatus) DeepCopy

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

func (*NodeProblemDetectorStatus) DeepCopyInto

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