v1beta1

package
v0.17.6 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SchemeBuilder runtime.SchemeBuilder

	AddToScheme = localSchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: "topo.vitess.io", Version: "v1beta1"}

Functions

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type VitessTopoNode

type VitessTopoNode struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Data              VitessTopoNodeData `json:"data"`
}

VitessTopoNode is a container for Vitess topology data

func (*VitessTopoNode) DeepCopy

func (in *VitessTopoNode) DeepCopy() *VitessTopoNode

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

func (*VitessTopoNode) DeepCopyInto

func (in *VitessTopoNode) DeepCopyInto(out *VitessTopoNode)

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

func (*VitessTopoNode) DeepCopyObject

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

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

type VitessTopoNodeData

type VitessTopoNodeData struct {
	Key       string `json:"key"`
	Value     string `json:"value"`
	Ephemeral bool   `json:"ephemeral"`
}

VitessTopoNodeData contains the basic data for the node

func (*VitessTopoNodeData) DeepCopy

func (in *VitessTopoNodeData) DeepCopy() *VitessTopoNodeData

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

func (*VitessTopoNodeData) DeepCopyInto

func (in *VitessTopoNodeData) DeepCopyInto(out *VitessTopoNodeData)

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

type VitessTopoNodeList

type VitessTopoNodeList struct {
	metav1.TypeMeta `json:",inline"`
	// +optional
	metav1.ListMeta `json:"metadata,omitempty"`

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

VitessTopoNodeList is a top-level list type. The client methods for lists are automatically created.

func (*VitessTopoNodeList) DeepCopy

func (in *VitessTopoNodeList) DeepCopy() *VitessTopoNodeList

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

func (*VitessTopoNodeList) DeepCopyInto

func (in *VitessTopoNodeList) DeepCopyInto(out *VitessTopoNodeList)

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

func (*VitessTopoNodeList) DeepCopyObject

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

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

Jump to

Keyboard shortcuts

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