Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the firebasestorage v1alpha1 API group. +k8s:openapi-gen=true +k8s:deepcopy-gen=package,register +k8s:conversion-gen=github.com/GoogleCloudPlatform/k8s-config-connector/pkg/clients/generated/pkg/apis/firebasestorage +k8s:defaulter-gen=TypeMeta +groupName=firebasestorage.cnrm.cloud.google.com
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // SchemeGroupVersion is the group version used to register these objects. SchemeGroupVersion = schema.GroupVersion{Group: "firebasestorage.cnrm.cloud.google.com", Version: "v1alpha1"} // SchemeBuilder is used to add go types to the GroupVersionKind scheme. SchemeBuilder = &scheme.Builder{GroupVersion: SchemeGroupVersion} // AddToScheme is a global function that registers this API group & version to a scheme AddToScheme = SchemeBuilder.AddToScheme FirebaseStorageBucketGVK = schema.GroupVersionKind{ Group: SchemeGroupVersion.Group, Version: SchemeGroupVersion.Version, Kind: reflect.TypeOf(FirebaseStorageBucket{}).Name(), } )
Functions ¶
This section is empty.
Types ¶
type FirebaseStorageBucket ¶
type FirebaseStorageBucket struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec FirebaseStorageBucketSpec `json:"spec,omitempty"` Status FirebaseStorageBucketStatus `json:"status,omitempty"` }
FirebaseStorageBucket is the Schema for the firebasestorage API +k8s:openapi-gen=true
func (*FirebaseStorageBucket) DeepCopy ¶
func (in *FirebaseStorageBucket) DeepCopy() *FirebaseStorageBucket
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirebaseStorageBucket.
func (*FirebaseStorageBucket) DeepCopyInto ¶
func (in *FirebaseStorageBucket) DeepCopyInto(out *FirebaseStorageBucket)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FirebaseStorageBucket) DeepCopyObject ¶
func (in *FirebaseStorageBucket) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FirebaseStorageBucketList ¶
type FirebaseStorageBucketList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []FirebaseStorageBucket `json:"items"` }
FirebaseStorageBucketList contains a list of FirebaseStorageBucket
func (*FirebaseStorageBucketList) DeepCopy ¶
func (in *FirebaseStorageBucketList) DeepCopy() *FirebaseStorageBucketList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirebaseStorageBucketList.
func (*FirebaseStorageBucketList) DeepCopyInto ¶
func (in *FirebaseStorageBucketList) DeepCopyInto(out *FirebaseStorageBucketList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*FirebaseStorageBucketList) DeepCopyObject ¶
func (in *FirebaseStorageBucketList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type FirebaseStorageBucketSpec ¶
type FirebaseStorageBucketSpec struct { /* The project that this resource belongs to. */ ProjectRef v1alpha1.ResourceRef `json:"projectRef"` /* Immutable. Optional. The bucketId of the resource. Used for creation and acquisition. When unset, the value of `metadata.name` is used as the default. */ // +optional ResourceID *string `json:"resourceID,omitempty"` }
func (*FirebaseStorageBucketSpec) DeepCopy ¶
func (in *FirebaseStorageBucketSpec) DeepCopy() *FirebaseStorageBucketSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirebaseStorageBucketSpec.
func (*FirebaseStorageBucketSpec) DeepCopyInto ¶
func (in *FirebaseStorageBucketSpec) DeepCopyInto(out *FirebaseStorageBucketSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type FirebaseStorageBucketStatus ¶
type FirebaseStorageBucketStatus struct { /* Conditions represent the latest available observations of the FirebaseStorageBucket's current state. */ Conditions []v1alpha1.Condition `json:"conditions,omitempty"` /* Resource name of the bucket in the format projects/PROJECT_IDENTIFIER/buckets/BUCKET_ID. */ // +optional Name *string `json:"name,omitempty"` /* ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. */ // +optional ObservedGeneration *int64 `json:"observedGeneration,omitempty"` }
func (*FirebaseStorageBucketStatus) DeepCopy ¶
func (in *FirebaseStorageBucketStatus) DeepCopy() *FirebaseStorageBucketStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FirebaseStorageBucketStatus.
func (*FirebaseStorageBucketStatus) DeepCopyInto ¶
func (in *FirebaseStorageBucketStatus) DeepCopyInto(out *FirebaseStorageBucketStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.