Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the cfn v1alpha1 API group +kubebuilder:object:generate=true +groupName=cfn.jerry153fish.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "cfn.jerry153fish.com", Version: "v1alpha1"} // 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 CloudformationOutput ¶
type CloudformationOutput struct { //+kubebuilder:validation:MinLength=1 StackName string `json:"stackName"` //+kubebuilder:validation:MinLength=1 KeyName string `json:"key"` //+kubebuilder:validation:MinLength=1 OutputKey string `json:"outputKey"` Type string `json:"type,omitempty"` }
func (*CloudformationOutput) DeepCopy ¶
func (in *CloudformationOutput) DeepCopy() *CloudformationOutput
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CloudformationOutput.
func (*CloudformationOutput) DeepCopyInto ¶
func (in *CloudformationOutput) DeepCopyInto(out *CloudformationOutput)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PlainCred ¶
type PlainCred struct { //+kubebuilder:validation:MinLength=1 KeyName string `json:"key"` //+kubebuilder:validation:MinLength=1 Value string `json:"value"` Type string `json:"type,omitempty"` }
func (*PlainCred) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PlainCred.
func (*PlainCred) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Secrets ¶
type Secrets struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SecretsSpec `json:"spec,omitempty"` Status SecretsStatus `json:"status,omitempty"` }
Secrets is the Schema for the secrets API
func (*Secrets) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Secrets.
func (*Secrets) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Secrets) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SecretsList ¶
type SecretsList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Secrets `json:"items"` }
SecretsList contains a list of Secrets
func (*SecretsList) DeepCopy ¶
func (in *SecretsList) DeepCopy() *SecretsList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretsList.
func (*SecretsList) DeepCopyInto ¶
func (in *SecretsList) DeepCopyInto(out *SecretsList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecretsList) DeepCopyObject ¶
func (in *SecretsList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SecretsSpec ¶
type SecretsSpec struct { // Foo is an example field of Secrets. Edit secrets_types.go to remove/update SecretName string `json:"secretName,omitempty"` Cfn []CloudformationOutput `json:"cfn,omitempty"` PlainCreds []PlainCred `json:"plainCreds,omitempty"` }
SecretsSpec defines the desired state of Secrets
func (*SecretsSpec) DeepCopy ¶
func (in *SecretsSpec) DeepCopy() *SecretsSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretsSpec.
func (*SecretsSpec) DeepCopyInto ¶
func (in *SecretsSpec) DeepCopyInto(out *SecretsSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretsStatus ¶
type SecretsStatus struct { }
SecretsStatus defines the observed state of Secrets
func (*SecretsStatus) DeepCopy ¶
func (in *SecretsStatus) DeepCopy() *SecretsStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretsStatus.
func (*SecretsStatus) DeepCopyInto ¶
func (in *SecretsStatus) DeepCopyInto(out *SecretsStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.