v1alpha1

package
v0.0.0-...-f9d3faf Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the interference v1alpha1 API group +kubebuilder:object:generate=true +groupName=interference.koordinator.sh

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "interference.koordinator.sh", Version: "v1alpha1"}

	// 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 InterferenceDetectionRule

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

	Spec   InterferenceDetectionRuleSpec   `json:"spec,omitempty"`
	Status InterferenceDetectionRuleStatus `json:"status,omitempty"`
}

InterferenceDetectionRule is the Schema for the interferencedetectionrules API

func (*InterferenceDetectionRule) DeepCopy

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

func (*InterferenceDetectionRule) DeepCopyInto

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

func (*InterferenceDetectionRule) DeepCopyObject

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

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

type InterferenceDetectionRuleList

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

InterferenceDetectionRuleList contains a list of InterferenceDetectionRule

func (*InterferenceDetectionRuleList) DeepCopy

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

func (*InterferenceDetectionRuleList) DeepCopyInto

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

func (*InterferenceDetectionRuleList) DeepCopyObject

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

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

type InterferenceDetectionRuleSpec

type InterferenceDetectionRuleSpec struct {

	// Foo is an example field of InterferenceDetectionRule. Edit interferencedetectionrule_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

InterferenceDetectionRuleSpec defines the desired state of InterferenceDetectionRule

func (*InterferenceDetectionRuleSpec) DeepCopy

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

func (*InterferenceDetectionRuleSpec) DeepCopyInto

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

type InterferenceDetectionRuleStatus

type InterferenceDetectionRuleStatus struct {
}

InterferenceDetectionRuleStatus defines the observed state of InterferenceDetectionRule

func (*InterferenceDetectionRuleStatus) DeepCopy

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

func (*InterferenceDetectionRuleStatus) DeepCopyInto

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

type InterferenceMetricCheckpoint

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

	Spec   InterferenceMetricCheckpointSpec   `json:"spec,omitempty"`
	Status InterferenceMetricCheckpointStatus `json:"status,omitempty"`
}

InterferenceMetricCheckpoint is the Schema for the interferencemetriccheckpoints API

func (*InterferenceMetricCheckpoint) DeepCopy

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

func (*InterferenceMetricCheckpoint) DeepCopyInto

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

func (*InterferenceMetricCheckpoint) DeepCopyObject

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

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

type InterferenceMetricCheckpointList

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

InterferenceMetricCheckpointList contains a list of InterferenceMetricCheckpoint

func (*InterferenceMetricCheckpointList) DeepCopy

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

func (*InterferenceMetricCheckpointList) DeepCopyInto

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

func (*InterferenceMetricCheckpointList) DeepCopyObject

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

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

type InterferenceMetricCheckpointSpec

type InterferenceMetricCheckpointSpec struct {

	// Foo is an example field of InterferenceMetricCheckpoint. Edit interferencemetriccheckpoint_types.go to remove/update
	Foo string `json:"foo,omitempty"`
}

InterferenceMetricCheckpointSpec defines the desired state of InterferenceMetricCheckpoint

func (*InterferenceMetricCheckpointSpec) DeepCopy

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

func (*InterferenceMetricCheckpointSpec) DeepCopyInto

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

type InterferenceMetricCheckpointStatus

type InterferenceMetricCheckpointStatus struct {
}

InterferenceMetricCheckpointStatus defines the observed state of InterferenceMetricCheckpoint

func (*InterferenceMetricCheckpointStatus) DeepCopy

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

func (*InterferenceMetricCheckpointStatus) 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