Documentation ¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the vpc-network v1alpha1 API group +kubebuilder:object:generate=true +groupName=vpc-network.gcp.k8c-labs.io
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "vpc-network.gcp.k8c-labs.io", 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 VPCNetwork ¶
type VPCNetwork struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VPCNetworkSpec `json:"spec,omitempty"` Status VPCNetworkStatus `json:"status,omitempty"` }
VPCNetwork is the Schema for the vpcnetworks API
func (*VPCNetwork) DeepCopy ¶
func (in *VPCNetwork) DeepCopy() *VPCNetwork
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCNetwork.
func (*VPCNetwork) DeepCopyInto ¶
func (in *VPCNetwork) DeepCopyInto(out *VPCNetwork)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VPCNetwork) DeepCopyObject ¶
func (in *VPCNetwork) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VPCNetworkList ¶
type VPCNetworkList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []VPCNetwork `json:"items"` }
VPCNetworkList contains a list of VPCNetwork
func (*VPCNetworkList) DeepCopy ¶
func (in *VPCNetworkList) DeepCopy() *VPCNetworkList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCNetworkList.
func (*VPCNetworkList) DeepCopyInto ¶
func (in *VPCNetworkList) DeepCopyInto(out *VPCNetworkList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VPCNetworkList) DeepCopyObject ¶
func (in *VPCNetworkList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type VPCNetworkSpec ¶
type VPCNetworkSpec struct { // Foo is an example field of VPCNetwork. Edit vpcnetwork_types.go to remove/update Foo string `json:"foo,omitempty"` }
VPCNetworkSpec defines the desired state of VPCNetwork
func (*VPCNetworkSpec) DeepCopy ¶
func (in *VPCNetworkSpec) DeepCopy() *VPCNetworkSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCNetworkSpec.
func (*VPCNetworkSpec) DeepCopyInto ¶
func (in *VPCNetworkSpec) DeepCopyInto(out *VPCNetworkSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VPCNetworkStatus ¶
type VPCNetworkStatus struct { }
VPCNetworkStatus defines the observed state of VPCNetwork
func (*VPCNetworkStatus) DeepCopy ¶
func (in *VPCNetworkStatus) DeepCopy() *VPCNetworkStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VPCNetworkStatus.
func (*VPCNetworkStatus) DeepCopyInto ¶
func (in *VPCNetworkStatus) DeepCopyInto(out *VPCNetworkStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.