Documentation ¶
Overview ¶
+k8s:deepcopy-gen=package +groupName=konfigurator.stakater.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( SchemeBuilder = runtime.NewSchemeBuilder(addKnownTypes) AddToScheme = SchemeBuilder.AddToScheme // SchemeGroupVersion is the group version used to register these objects. SchemeGroupVersion = schema.GroupVersion{Group: groupName, Version: version} )
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { Name string `json:"name"` Kind AppKind `json:"kind"` VolumeMounts []VolumeMount `json:"volumeMounts"` }
func (*App) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new App.
func (*App) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KonfiguratorTemplate ¶
type KonfiguratorTemplate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata"` Spec KonfiguratorTemplateSpec `json:"spec"` Status KonfiguratorTemplateStatus `json:"status,omitempty"` }
func (*KonfiguratorTemplate) DeepCopy ¶
func (in *KonfiguratorTemplate) DeepCopy() *KonfiguratorTemplate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KonfiguratorTemplate.
func (*KonfiguratorTemplate) DeepCopyInto ¶
func (in *KonfiguratorTemplate) DeepCopyInto(out *KonfiguratorTemplate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KonfiguratorTemplate) DeepCopyObject ¶
func (in *KonfiguratorTemplate) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KonfiguratorTemplateList ¶
type KonfiguratorTemplateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata"` Items []KonfiguratorTemplate `json:"items"` }
func (*KonfiguratorTemplateList) DeepCopy ¶
func (in *KonfiguratorTemplateList) DeepCopy() *KonfiguratorTemplateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KonfiguratorTemplateList.
func (*KonfiguratorTemplateList) DeepCopyInto ¶
func (in *KonfiguratorTemplateList) DeepCopyInto(out *KonfiguratorTemplateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*KonfiguratorTemplateList) DeepCopyObject ¶
func (in *KonfiguratorTemplateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type KonfiguratorTemplateSpec ¶
type KonfiguratorTemplateSpec struct { RenderTarget RenderTarget `json:"renderTarget"` Templates map[string]string `json:"templates"` App App `json:"app"` }
func (*KonfiguratorTemplateSpec) DeepCopy ¶
func (in *KonfiguratorTemplateSpec) DeepCopy() *KonfiguratorTemplateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KonfiguratorTemplateSpec.
func (*KonfiguratorTemplateSpec) DeepCopyInto ¶
func (in *KonfiguratorTemplateSpec) DeepCopyInto(out *KonfiguratorTemplateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type KonfiguratorTemplateStatus ¶
type KonfiguratorTemplateStatus struct {
CurrentPhase Phase `json:"currentPhase"`
}
func (*KonfiguratorTemplateStatus) DeepCopy ¶
func (in *KonfiguratorTemplateStatus) DeepCopy() *KonfiguratorTemplateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KonfiguratorTemplateStatus.
func (*KonfiguratorTemplateStatus) DeepCopyInto ¶
func (in *KonfiguratorTemplateStatus) DeepCopyInto(out *KonfiguratorTemplateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type RenderTarget ¶
type RenderTarget string
const ( RenderTargetConfigMap RenderTarget = "ConfigMap" RenderTargetSecret RenderTarget = "Secret" )
type VolumeMount ¶
func (*VolumeMount) DeepCopy ¶
func (in *VolumeMount) DeepCopy() *VolumeMount
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VolumeMount.
func (*VolumeMount) DeepCopyInto ¶
func (in *VolumeMount) DeepCopyInto(out *VolumeMount)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.