v1alpha1

package
v0.0.0-...-b330ef7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// SchemeBuilder initializes a scheme builder
	SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes)
	// AddToScheme is a global function that registers this API group & version to a scheme
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var SchemeGroupVersion = schema.GroupVersion{Group: crdstart.GroupName, Version: crdstart.Version}

SchemeGroupVersion is group version used to register these objects

Functions

func Kind

func Kind(kind string) schema.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) schema.GroupResource

Resource takes an unqualified resource and returns a Group qualified GroupResource

Types

type Dcreater

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

	Spec DcreaterSpec `json:"spec"`
}

+genclient +genclient:noStatus +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*Dcreater) DeepCopy

func (in *Dcreater) DeepCopy() *Dcreater

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

func (*Dcreater) DeepCopyInto

func (in *Dcreater) DeepCopyInto(out *Dcreater)

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

func (*Dcreater) DeepCopyObject

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

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

type DcreaterList

type DcreaterList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata"`

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

+k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object

func (*DcreaterList) DeepCopy

func (in *DcreaterList) DeepCopy() *DcreaterList

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

func (*DcreaterList) DeepCopyInto

func (in *DcreaterList) DeepCopyInto(out *DcreaterList)

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

func (*DcreaterList) DeepCopyObject

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

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

type DcreaterSpec

type DcreaterSpec struct {
	DeploymentName string `json:"deploymentName" yaml:"deploymentName"`
	Replicas       *int32 `json:"replicas" yaml:"replicas"`
}

func (*DcreaterSpec) DeepCopy

func (in *DcreaterSpec) DeepCopy() *DcreaterSpec

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

func (*DcreaterSpec) DeepCopyInto

func (in *DcreaterSpec) DeepCopyInto(out *DcreaterSpec)

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