Documentation ¶
Overview ¶
Package v1 contains API Schema definitions for the expiry v1 API group +kubebuilder:object:generate=true +groupName=expiry.devops-360.online
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "expiry.devops-360.online", Version: "v1"} // 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 SecretWithExpiry ¶
type SecretWithExpiry struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SecretWithExpirySpec `json:"spec,omitempty"` Status SecretWithExpiryStatus `json:"status,omitempty"` }
SecretWithExpiry is the Schema for the secretwithexpiries API
func (*SecretWithExpiry) DeepCopy ¶
func (in *SecretWithExpiry) DeepCopy() *SecretWithExpiry
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretWithExpiry.
func (*SecretWithExpiry) DeepCopyInto ¶
func (in *SecretWithExpiry) DeepCopyInto(out *SecretWithExpiry)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecretWithExpiry) DeepCopyObject ¶
func (in *SecretWithExpiry) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SecretWithExpiryList ¶
type SecretWithExpiryList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SecretWithExpiry `json:"items"` }
SecretWithExpiryList contains a list of SecretWithExpiry
func (*SecretWithExpiryList) DeepCopy ¶
func (in *SecretWithExpiryList) DeepCopy() *SecretWithExpiryList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretWithExpiryList.
func (*SecretWithExpiryList) DeepCopyInto ¶
func (in *SecretWithExpiryList) DeepCopyInto(out *SecretWithExpiryList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecretWithExpiryList) DeepCopyObject ¶
func (in *SecretWithExpiryList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SecretWithExpirySpec ¶
type SecretWithExpirySpec struct { SecretName string `json:"secretName"` ExpiryDate metav1.Time `json:"expiryDate"` }
SecretWithExpirySpec defines the desired state of SecretWithExpiry
func (*SecretWithExpirySpec) DeepCopy ¶
func (in *SecretWithExpirySpec) DeepCopy() *SecretWithExpirySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretWithExpirySpec.
func (*SecretWithExpirySpec) DeepCopyInto ¶
func (in *SecretWithExpirySpec) DeepCopyInto(out *SecretWithExpirySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretWithExpiryStatus ¶
type SecretWithExpiryStatus struct { }
SecretWithExpiryStatus defines the observed state of SecretWithExpiry
func (*SecretWithExpiryStatus) DeepCopy ¶
func (in *SecretWithExpiryStatus) DeepCopy() *SecretWithExpiryStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretWithExpiryStatus.
func (*SecretWithExpiryStatus) DeepCopyInto ¶
func (in *SecretWithExpiryStatus) DeepCopyInto(out *SecretWithExpiryStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.