Documentation ¶
Overview ¶
Generate deepcopy object for serviceusage/v1beta1 API group
Package v1beta1 contains API Schema definitions for the serviceusage v1beta1 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/serviceusage +k8s:defaulter-gen=TypeMeta +groupName=serviceusage.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: "serviceusage.cnrm.cloud.google.com", Version: "v1beta1"} // 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 ServiceGVK = schema.GroupVersionKind{ Group: SchemeGroupVersion.Group, Version: SchemeGroupVersion.Version, Kind: reflect.TypeOf(Service{}).Name(), } ServiceIdentityGVK = schema.GroupVersionKind{ Group: SchemeGroupVersion.Group, Version: SchemeGroupVersion.Version, Kind: reflect.TypeOf(ServiceIdentity{}).Name(), } )
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ServiceSpec `json:"spec,omitempty"` Status ServiceStatus `json:"status,omitempty"` }
Service is the Schema for the serviceusage API +k8s:openapi-gen=true
func (*Service) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Service.
func (*Service) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Service) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ServiceIdentity ¶ added in v1.100.0
type ServiceIdentity struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ServiceIdentitySpec `json:"spec,omitempty"` Status ServiceIdentityStatus `json:"status,omitempty"` }
ServiceIdentity is the Schema for the serviceusage API +k8s:openapi-gen=true
func (*ServiceIdentity) DeepCopy ¶ added in v1.100.0
func (in *ServiceIdentity) DeepCopy() *ServiceIdentity
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceIdentity.
func (*ServiceIdentity) DeepCopyInto ¶ added in v1.100.0
func (in *ServiceIdentity) DeepCopyInto(out *ServiceIdentity)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceIdentity) DeepCopyObject ¶ added in v1.100.0
func (in *ServiceIdentity) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ServiceIdentityList ¶ added in v1.100.0
type ServiceIdentityList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ServiceIdentity `json:"items"` }
ServiceIdentityList contains a list of ServiceIdentity
func (*ServiceIdentityList) DeepCopy ¶ added in v1.100.0
func (in *ServiceIdentityList) DeepCopy() *ServiceIdentityList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceIdentityList.
func (*ServiceIdentityList) DeepCopyInto ¶ added in v1.100.0
func (in *ServiceIdentityList) DeepCopyInto(out *ServiceIdentityList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceIdentityList) DeepCopyObject ¶ added in v1.100.0
func (in *ServiceIdentityList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ServiceIdentitySpec ¶ added in v1.100.0
type ServiceIdentitySpec struct { /* The project that this resource belongs to. */ ProjectRef v1alpha1.ResourceRef `json:"projectRef"` /* Immutable. Optional. The service 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 (*ServiceIdentitySpec) DeepCopy ¶ added in v1.100.0
func (in *ServiceIdentitySpec) DeepCopy() *ServiceIdentitySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceIdentitySpec.
func (*ServiceIdentitySpec) DeepCopyInto ¶ added in v1.100.0
func (in *ServiceIdentitySpec) DeepCopyInto(out *ServiceIdentitySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceIdentityStatus ¶ added in v1.100.0
type ServiceIdentityStatus struct { /* Conditions represent the latest available observations of the ServiceIdentity's current state. */ Conditions []v1alpha1.Condition `json:"conditions,omitempty"` // +optional Email *string `json:"email,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 *int `json:"observedGeneration,omitempty"` }
func (*ServiceIdentityStatus) DeepCopy ¶ added in v1.100.0
func (in *ServiceIdentityStatus) DeepCopy() *ServiceIdentityStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceIdentityStatus.
func (*ServiceIdentityStatus) DeepCopyInto ¶ added in v1.100.0
func (in *ServiceIdentityStatus) DeepCopyInto(out *ServiceIdentityStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceList ¶
type ServiceList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Service `json:"items"` }
ServiceList contains a list of Service
func (*ServiceList) DeepCopy ¶
func (in *ServiceList) DeepCopy() *ServiceList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceList.
func (*ServiceList) DeepCopyInto ¶
func (in *ServiceList) DeepCopyInto(out *ServiceList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ServiceList) DeepCopyObject ¶
func (in *ServiceList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ServiceSpec ¶
type ServiceSpec struct { /* The project that this resource belongs to. */ // +optional ProjectRef *v1alpha1.ResourceRef `json:"projectRef,omitempty"` /* Immutable. Optional. The service 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 (*ServiceSpec) DeepCopy ¶
func (in *ServiceSpec) DeepCopy() *ServiceSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceSpec.
func (*ServiceSpec) DeepCopyInto ¶
func (in *ServiceSpec) DeepCopyInto(out *ServiceSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ServiceStatus ¶
type ServiceStatus struct { /* Conditions represent the latest available observations of the Service's current state. */ Conditions []v1alpha1.Condition `json:"conditions,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 *int `json:"observedGeneration,omitempty"` }
func (*ServiceStatus) DeepCopy ¶
func (in *ServiceStatus) DeepCopy() *ServiceStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceStatus.
func (*ServiceStatus) DeepCopyInto ¶
func (in *ServiceStatus) DeepCopyInto(out *ServiceStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.