bootstrap

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: May 15, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

package bootstrap defines the types for dummy 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: "v1alpha3"}

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

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

func (*DummyBootstrapConfig) DeepCopy

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

func (*DummyBootstrapConfig) DeepCopyInto

func (in *DummyBootstrapConfig) DeepCopyInto(out *DummyBootstrapConfig)

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

func (*DummyBootstrapConfig) DeepCopyObject

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

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

type DummyBootstrapConfigList

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

func (*DummyBootstrapConfigList) DeepCopy

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

func (*DummyBootstrapConfigList) DeepCopyInto

func (in *DummyBootstrapConfigList) DeepCopyInto(out *DummyBootstrapConfigList)

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

func (*DummyBootstrapConfigList) DeepCopyObject

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

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

type DummyBootstrapConfigStatus

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

func (*DummyBootstrapConfigStatus) DeepCopy

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

func (*DummyBootstrapConfigStatus) DeepCopyInto

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

type DummyBootstrapConfigTemplate

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

func (*DummyBootstrapConfigTemplate) DeepCopy

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

func (*DummyBootstrapConfigTemplate) DeepCopyInto

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

func (*DummyBootstrapConfigTemplate) DeepCopyObject

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

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

type DummyBootstrapConfigTemplateList

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

func (*DummyBootstrapConfigTemplateList) DeepCopy

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

func (*DummyBootstrapConfigTemplateList) DeepCopyInto

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

func (*DummyBootstrapConfigTemplateList) DeepCopyObject

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