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 ¶
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 ¶
func (in *DummyBootstrapConfig) DeepCopy() *DummyBootstrapConfig
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 ¶
func (in *DummyBootstrapConfigList) DeepCopy() *DummyBootstrapConfigList
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 ¶
func (in *DummyBootstrapConfigStatus) DeepCopy() *DummyBootstrapConfigStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyBootstrapConfigStatus.
func (*DummyBootstrapConfigStatus) DeepCopyInto ¶
func (in *DummyBootstrapConfigStatus) DeepCopyInto(out *DummyBootstrapConfigStatus)
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 ¶
func (in *DummyBootstrapConfigTemplate) DeepCopy() *DummyBootstrapConfigTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyBootstrapConfigTemplate.
func (*DummyBootstrapConfigTemplate) DeepCopyInto ¶
func (in *DummyBootstrapConfigTemplate) DeepCopyInto(out *DummyBootstrapConfigTemplate)
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 ¶
func (in *DummyBootstrapConfigTemplateList) DeepCopy() *DummyBootstrapConfigTemplateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DummyBootstrapConfigTemplateList.
func (*DummyBootstrapConfigTemplateList) DeepCopyInto ¶
func (in *DummyBootstrapConfigTemplateList) DeepCopyInto(out *DummyBootstrapConfigTemplateList)
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.