v2

package
v0.0.0-...-aaf83bc Latest Latest
Warning

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

Go to latest
Published: Oct 4, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the nmstate.io v1 API group +kubebuilder:object:generate=true +groupName=nmstate.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "nmstate.io", Version: "v2"}

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

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

	Spec ClusterNetworkStateSpec `json:"spec,omitempty"`
}

ClusterNetworkState is the Schema for the nodenetworkconfigurationpolicies API

func (*ClusterNetworkState) DeepCopy

func (in *ClusterNetworkState) DeepCopy() *ClusterNetworkState

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

func (*ClusterNetworkState) DeepCopyInto

func (in *ClusterNetworkState) DeepCopyInto(out *ClusterNetworkState)

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

func (*ClusterNetworkState) DeepCopyObject

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

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

type ClusterNetworkStateList

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

func (*ClusterNetworkStateList) DeepCopy

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

func (*ClusterNetworkStateList) DeepCopyInto

func (in *ClusterNetworkStateList) DeepCopyInto(out *ClusterNetworkStateList)

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

func (*ClusterNetworkStateList) DeepCopyObject

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

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

type ClusterNetworkStateSpec

type ClusterNetworkStateSpec struct {
	State nmstatev2.NetworkState `json:"state,omitempty"`
}

+k8s:deepcopy-gen=true

func (*ClusterNetworkStateSpec) DeepCopy

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

func (*ClusterNetworkStateSpec) DeepCopyInto

func (in *ClusterNetworkStateSpec) DeepCopyInto(out *ClusterNetworkStateSpec)

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