Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the certmerge v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=certmerge.lecentre.net
Package v1alpha1 contains API Schema definitions for the certmerge v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=certmerge.lecentre.net
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "certmerge.lecentre.net", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
This section is empty.
Types ¶
type CertMerge ¶
type CertMerge struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec CertMergeSpec `json:"spec,omitempty"`
Status CertMergeStatus `json:"status,omitempty"`
}
CertMerge is the Schema for the certmerges API +k8s:openapi-gen=true
func (*CertMerge) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertMerge.
func (*CertMerge) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CertMerge) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CertMergeList ¶
type CertMergeList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
Items []CertMerge `json:"items"`
}
CertMergeList contains a list of CertMerge
func (*CertMergeList) DeepCopy ¶
func (in *CertMergeList) DeepCopy() *CertMergeList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertMergeList.
func (*CertMergeList) DeepCopyInto ¶
func (in *CertMergeList) DeepCopyInto(out *CertMergeList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CertMergeList) DeepCopyObject ¶
func (in *CertMergeList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CertMergeSpec ¶
type CertMergeSpec struct {
SecretName string `json:"name"`
Selector []SecretSelector `json:"selector"`
SecretNamespace string `json:"namespace"`
SecretList []SecretDefinition `json:"secretlist"`
}
CertMergeSpec defines the desired state of CertMerge
func (*CertMergeSpec) DeepCopy ¶
func (in *CertMergeSpec) DeepCopy() *CertMergeSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertMergeSpec.
func (*CertMergeSpec) DeepCopyInto ¶
func (in *CertMergeSpec) DeepCopyInto(out *CertMergeSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CertMergeStatus ¶
type CertMergeStatus struct {
UpToDate bool `json:"uptodate"`
Version string `json:"version,omitempty"`
Items []string `json:"items,omitempty"`
UpdatedTimestamp metav1.Time `json:"updatedTimestamp,omitempty"`
}
CertMergeStatus defines the observed state of CertMerge
func (*CertMergeStatus) DeepCopy ¶
func (in *CertMergeStatus) DeepCopy() *CertMergeStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CertMergeStatus.
func (*CertMergeStatus) DeepCopyInto ¶
func (in *CertMergeStatus) DeepCopyInto(out *CertMergeStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretDefinition ¶
SecretDefinition defines the parameters to search for secrets by name
func (*SecretDefinition) DeepCopy ¶
func (in *SecretDefinition) DeepCopy() *SecretDefinition
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretDefinition.
func (*SecretDefinition) DeepCopyInto ¶
func (in *SecretDefinition) DeepCopyInto(out *SecretDefinition)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretSelector ¶
type SecretSelector struct {
LabelSelector metav1.LabelSelector `json:"labelselector"`
Namespace string `json:"namespace"`
}
SecretSelector defines the needed parameters to search for secrets by Label
func (*SecretSelector) DeepCopy ¶
func (in *SecretSelector) DeepCopy() *SecretSelector
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretSelector.
func (*SecretSelector) DeepCopyInto ¶
func (in *SecretSelector) DeepCopyInto(out *SecretSelector)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.