bootstrap

package
v1.6.3 Latest Latest
Warning

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

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

Documentation

Overview

Package bootstrap defines the types for a generic bootstrap provider used for tests. +kubebuilder:object:generate=true +groupName=bootstrap.cluster.x-k8s.io

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects.
	GroupVersion = schema.GroupVersion{Group: "bootstrap.cluster.x-k8s.io", Version: "v1beta1"}

	// 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 GenericBootstrapConfig added in v0.3.7

type GenericBootstrapConfig struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Status            GenericBootstrapConfigStatus `json:"status,omitempty"`
}

func (*GenericBootstrapConfig) DeepCopy added in v0.3.7

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

func (*GenericBootstrapConfig) DeepCopyInto added in v0.3.7

func (in *GenericBootstrapConfig) DeepCopyInto(out *GenericBootstrapConfig)

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

func (*GenericBootstrapConfig) DeepCopyObject added in v0.3.7

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

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

type GenericBootstrapConfigList added in v0.3.7

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

func (*GenericBootstrapConfigList) DeepCopy added in v0.3.7

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

func (*GenericBootstrapConfigList) DeepCopyInto added in v0.3.7

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

func (*GenericBootstrapConfigList) DeepCopyObject added in v0.3.7

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

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

type GenericBootstrapConfigStatus added in v0.3.7

type GenericBootstrapConfigStatus struct {
	// +optional
	DataSecretName *string `json:"dataSecretName,omitempty"`
}

func (*GenericBootstrapConfigStatus) DeepCopy added in v0.3.7

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

func (*GenericBootstrapConfigStatus) DeepCopyInto added in v0.3.7

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

type GenericBootstrapConfigTemplate added in v0.3.7

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

func (*GenericBootstrapConfigTemplate) DeepCopy added in v0.3.7

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

func (*GenericBootstrapConfigTemplate) DeepCopyInto added in v0.3.7

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

func (*GenericBootstrapConfigTemplate) DeepCopyObject added in v0.3.7

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

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

type GenericBootstrapConfigTemplateList added in v0.3.7

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

func (*GenericBootstrapConfigTemplateList) DeepCopy added in v0.3.7

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

func (*GenericBootstrapConfigTemplateList) DeepCopyInto added in v0.3.7

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

func (*GenericBootstrapConfigTemplateList) DeepCopyObject added in v0.3.7

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