Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the credstash v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=credstash.ouzi.tech
Package v1alpha1 contains API Schema definitions for the credstash v1alpha1 API group +k8s:deepcopy-gen=package,register +groupName=credstash.ouzi.tech
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: "credstash.ouzi.tech", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} )
Functions ¶
func GetOpenAPIDefinitions ¶
func GetOpenAPIDefinitions(ref common.ReferenceCallback) map[string]common.OpenAPIDefinition
Types ¶
type CredstashSecret ¶
type CredstashSecret struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec CredstashSecretSpec `json:"spec,omitempty"` Status CredstashSecretStatus `json:"status,omitempty"` }
CredstashSecret is the Schema for the credstashsecrets API +kubebuilder:subresource:status +kubebuilder:resource:path=credstashsecrets,scope=Namespaced +kubebuilder:printcolumn:name="Secret",type="string",JSONPath=".status.name",description="The managed secret"
func (*CredstashSecret) DeepCopy ¶
func (in *CredstashSecret) DeepCopy() *CredstashSecret
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredstashSecret.
func (*CredstashSecret) DeepCopyInto ¶
func (in *CredstashSecret) DeepCopyInto(out *CredstashSecret)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CredstashSecret) DeepCopyObject ¶
func (in *CredstashSecret) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CredstashSecretDef ¶
type CredstashSecretDef struct { Name string `json:"name,omitempty"` Key string `json:"key,omitempty"` Table string `json:"table,omitempty"` Version string `json:"version,omitempty"` }
func (*CredstashSecretDef) DeepCopy ¶
func (in *CredstashSecretDef) DeepCopy() *CredstashSecretDef
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredstashSecretDef.
func (*CredstashSecretDef) DeepCopyInto ¶
func (in *CredstashSecretDef) DeepCopyInto(out *CredstashSecretDef)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CredstashSecretList ¶
type CredstashSecretList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []CredstashSecret `json:"items"` }
CredstashSecretList contains a list of CredstashSecret
func (*CredstashSecretList) DeepCopy ¶
func (in *CredstashSecretList) DeepCopy() *CredstashSecretList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredstashSecretList.
func (*CredstashSecretList) DeepCopyInto ¶
func (in *CredstashSecretList) DeepCopyInto(out *CredstashSecretList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*CredstashSecretList) DeepCopyObject ¶
func (in *CredstashSecretList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type CredstashSecretSpec ¶
type CredstashSecretSpec struct { SecretName string `json:"name,omitempty"` Secrets []CredstashSecretDef `json:"secrets,omitempty"` }
CredstashSecretSpec defines the desired state of CredstashSecret
func (*CredstashSecretSpec) DeepCopy ¶
func (in *CredstashSecretSpec) DeepCopy() *CredstashSecretSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredstashSecretSpec.
func (*CredstashSecretSpec) DeepCopyInto ¶
func (in *CredstashSecretSpec) DeepCopyInto(out *CredstashSecretSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type CredstashSecretStatus ¶
type CredstashSecretStatus struct {
SecretName string `json:"name,omitempty"`
}
CredstashSecretStatus defines the observed state of CredstashSecret
func (*CredstashSecretStatus) DeepCopy ¶
func (in *CredstashSecretStatus) DeepCopy() *CredstashSecretStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CredstashSecretStatus.
func (*CredstashSecretStatus) DeepCopyInto ¶
func (in *CredstashSecretStatus) DeepCopyInto(out *CredstashSecretStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.