Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=cloudprojectkubeiprestrictions.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type ProjectKubeIprestrictions
- func (in *ProjectKubeIprestrictions) DeepCopy() *ProjectKubeIprestrictions
- func (in *ProjectKubeIprestrictions) DeepCopyInto(out *ProjectKubeIprestrictions)
- func (in *ProjectKubeIprestrictions) DeepCopyObject() runtime.Object
- func (mg *ProjectKubeIprestrictions) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *ProjectKubeIprestrictions) GetConnectionDetailsMapping() map[string]string
- func (mg *ProjectKubeIprestrictions) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *ProjectKubeIprestrictions) GetID() string
- func (tr *ProjectKubeIprestrictions) GetInitParameters() (map[string]any, error)
- func (mg *ProjectKubeIprestrictions) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *ProjectKubeIprestrictions) GetObservation() (map[string]any, error)
- func (tr *ProjectKubeIprestrictions) GetParameters() (map[string]any, error)
- func (mg *ProjectKubeIprestrictions) GetProviderConfigReference() *xpv1.Reference
- func (mg *ProjectKubeIprestrictions) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *ProjectKubeIprestrictions) GetTerraformResourceType() string
- func (tr *ProjectKubeIprestrictions) GetTerraformSchemaVersion() int
- func (mg *ProjectKubeIprestrictions) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *ProjectKubeIprestrictions) LateInitialize(attrs []byte) (bool, error)
- func (mg *ProjectKubeIprestrictions) SetConditions(c ...xpv1.Condition)
- func (mg *ProjectKubeIprestrictions) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *ProjectKubeIprestrictions) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *ProjectKubeIprestrictions) SetObservation(obs map[string]any) error
- func (tr *ProjectKubeIprestrictions) SetParameters(params map[string]any) error
- func (mg *ProjectKubeIprestrictions) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *ProjectKubeIprestrictions) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *ProjectKubeIprestrictions) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ProjectKubeIprestrictionsInitParameters
- type ProjectKubeIprestrictionsList
- func (in *ProjectKubeIprestrictionsList) DeepCopy() *ProjectKubeIprestrictionsList
- func (in *ProjectKubeIprestrictionsList) DeepCopyInto(out *ProjectKubeIprestrictionsList)
- func (in *ProjectKubeIprestrictionsList) DeepCopyObject() runtime.Object
- func (l *ProjectKubeIprestrictionsList) GetItems() []resource.Managed
- type ProjectKubeIprestrictionsObservation
- type ProjectKubeIprestrictionsParameters
- type ProjectKubeIprestrictionsSpec
- type ProjectKubeIprestrictionsStatus
Constants ¶
const ( CRDGroup = "cloudprojectkubeiprestrictions.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( ProjectKubeIprestrictions_Kind = "ProjectKubeIprestrictions" ProjectKubeIprestrictions_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: ProjectKubeIprestrictions_Kind}.String() ProjectKubeIprestrictions_KindAPIVersion = ProjectKubeIprestrictions_Kind + "." + CRDGroupVersion.String() ProjectKubeIprestrictions_GroupVersionKind = CRDGroupVersion.WithKind(ProjectKubeIprestrictions_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type ProjectKubeIprestrictions ¶
type ProjectKubeIprestrictions struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.ips) || (has(self.initProvider) && has(self.initProvider.ips))",message="spec.forProvider.ips is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.kubeId) || (has(self.initProvider) && has(self.initProvider.kubeId))",message="spec.forProvider.kubeId is a required parameter" // +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.serviceName) || (has(self.initProvider) && has(self.initProvider.serviceName))",message="spec.forProvider.serviceName is a required parameter" Spec ProjectKubeIprestrictionsSpec `json:"spec"` Status ProjectKubeIprestrictionsStatus `json:"status,omitempty"` }
ProjectKubeIprestrictions is the Schema for the ProjectKubeIprestrictionss API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,ovh}
func (*ProjectKubeIprestrictions) DeepCopy ¶
func (in *ProjectKubeIprestrictions) DeepCopy() *ProjectKubeIprestrictions
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) DeepCopyInto ¶
func (in *ProjectKubeIprestrictions) DeepCopyInto(out *ProjectKubeIprestrictions)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectKubeIprestrictions) DeepCopyObject ¶
func (in *ProjectKubeIprestrictions) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ProjectKubeIprestrictions) GetCondition ¶
func (mg *ProjectKubeIprestrictions) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) GetConnectionDetailsMapping ¶
func (tr *ProjectKubeIprestrictions) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this ProjectKubeIprestrictions
func (*ProjectKubeIprestrictions) GetDeletionPolicy ¶
func (mg *ProjectKubeIprestrictions) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) GetID ¶
func (tr *ProjectKubeIprestrictions) GetID() string
GetID returns ID of underlying Terraform resource of this ProjectKubeIprestrictions
func (*ProjectKubeIprestrictions) GetInitParameters ¶
func (tr *ProjectKubeIprestrictions) GetInitParameters() (map[string]any, error)
GetInitParameters of this ProjectKubeIprestrictions
func (*ProjectKubeIprestrictions) GetManagementPolicies ¶
func (mg *ProjectKubeIprestrictions) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) GetObservation ¶
func (tr *ProjectKubeIprestrictions) GetObservation() (map[string]any, error)
GetObservation of this ProjectKubeIprestrictions
func (*ProjectKubeIprestrictions) GetParameters ¶
func (tr *ProjectKubeIprestrictions) GetParameters() (map[string]any, error)
GetParameters of this ProjectKubeIprestrictions
func (*ProjectKubeIprestrictions) GetProviderConfigReference ¶
func (mg *ProjectKubeIprestrictions) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) GetPublishConnectionDetailsTo ¶
func (mg *ProjectKubeIprestrictions) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) GetTerraformResourceType ¶
func (mg *ProjectKubeIprestrictions) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this ProjectKubeIprestrictions
func (*ProjectKubeIprestrictions) GetTerraformSchemaVersion ¶
func (tr *ProjectKubeIprestrictions) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*ProjectKubeIprestrictions) GetWriteConnectionSecretToReference ¶
func (mg *ProjectKubeIprestrictions) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) LateInitialize ¶
func (tr *ProjectKubeIprestrictions) LateInitialize(attrs []byte) (bool, error)
LateInitialize this ProjectKubeIprestrictions using its observed tfState. returns True if there are any spec changes for the resource.
func (*ProjectKubeIprestrictions) SetConditions ¶
func (mg *ProjectKubeIprestrictions) SetConditions(c ...xpv1.Condition)
SetConditions of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) SetDeletionPolicy ¶
func (mg *ProjectKubeIprestrictions) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) SetManagementPolicies ¶
func (mg *ProjectKubeIprestrictions) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) SetObservation ¶
func (tr *ProjectKubeIprestrictions) SetObservation(obs map[string]any) error
SetObservation for this ProjectKubeIprestrictions
func (*ProjectKubeIprestrictions) SetParameters ¶
func (tr *ProjectKubeIprestrictions) SetParameters(params map[string]any) error
SetParameters for this ProjectKubeIprestrictions
func (*ProjectKubeIprestrictions) SetProviderConfigReference ¶
func (mg *ProjectKubeIprestrictions) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) SetPublishConnectionDetailsTo ¶
func (mg *ProjectKubeIprestrictions) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictions) SetWriteConnectionSecretToReference ¶
func (mg *ProjectKubeIprestrictions) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this ProjectKubeIprestrictions.
type ProjectKubeIprestrictionsInitParameters ¶
type ProjectKubeIprestrictionsInitParameters struct { // List of IP restrictions for the cluster Ips []*string `json:"ips,omitempty" tf:"ips,omitempty"` // Kube ID KubeID *string `json:"kubeId,omitempty" tf:"kube_id,omitempty"` // Service name ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*ProjectKubeIprestrictionsInitParameters) DeepCopy ¶
func (in *ProjectKubeIprestrictionsInitParameters) DeepCopy() *ProjectKubeIprestrictionsInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectKubeIprestrictionsInitParameters.
func (*ProjectKubeIprestrictionsInitParameters) DeepCopyInto ¶
func (in *ProjectKubeIprestrictionsInitParameters) DeepCopyInto(out *ProjectKubeIprestrictionsInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectKubeIprestrictionsList ¶
type ProjectKubeIprestrictionsList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ProjectKubeIprestrictions `json:"items"` }
ProjectKubeIprestrictionsList contains a list of ProjectKubeIprestrictionss
func (*ProjectKubeIprestrictionsList) DeepCopy ¶
func (in *ProjectKubeIprestrictionsList) DeepCopy() *ProjectKubeIprestrictionsList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectKubeIprestrictionsList.
func (*ProjectKubeIprestrictionsList) DeepCopyInto ¶
func (in *ProjectKubeIprestrictionsList) DeepCopyInto(out *ProjectKubeIprestrictionsList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ProjectKubeIprestrictionsList) DeepCopyObject ¶
func (in *ProjectKubeIprestrictionsList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ProjectKubeIprestrictionsList) GetItems ¶
func (l *ProjectKubeIprestrictionsList) GetItems() []resource.Managed
GetItems of this ProjectKubeIprestrictionsList.
type ProjectKubeIprestrictionsObservation ¶
type ProjectKubeIprestrictionsObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` // List of IP restrictions for the cluster Ips []*string `json:"ips,omitempty" tf:"ips,omitempty"` // Kube ID KubeID *string `json:"kubeId,omitempty" tf:"kube_id,omitempty"` // Service name ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*ProjectKubeIprestrictionsObservation) DeepCopy ¶
func (in *ProjectKubeIprestrictionsObservation) DeepCopy() *ProjectKubeIprestrictionsObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectKubeIprestrictionsObservation.
func (*ProjectKubeIprestrictionsObservation) DeepCopyInto ¶
func (in *ProjectKubeIprestrictionsObservation) DeepCopyInto(out *ProjectKubeIprestrictionsObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectKubeIprestrictionsParameters ¶
type ProjectKubeIprestrictionsParameters struct { // List of IP restrictions for the cluster // +kubebuilder:validation:Optional Ips []*string `json:"ips,omitempty" tf:"ips,omitempty"` // Kube ID // +kubebuilder:validation:Optional KubeID *string `json:"kubeId,omitempty" tf:"kube_id,omitempty"` // Service name // +kubebuilder:validation:Optional ServiceName *string `json:"serviceName,omitempty" tf:"service_name,omitempty"` }
func (*ProjectKubeIprestrictionsParameters) DeepCopy ¶
func (in *ProjectKubeIprestrictionsParameters) DeepCopy() *ProjectKubeIprestrictionsParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectKubeIprestrictionsParameters.
func (*ProjectKubeIprestrictionsParameters) DeepCopyInto ¶
func (in *ProjectKubeIprestrictionsParameters) DeepCopyInto(out *ProjectKubeIprestrictionsParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectKubeIprestrictionsSpec ¶
type ProjectKubeIprestrictionsSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ProjectKubeIprestrictionsParameters `json:"forProvider"` // THIS IS A BETA FIELD. It will be honored // unless the Management Policies feature flag is disabled. // InitProvider holds the same fields as ForProvider, with the exception // of Identifier and other resource reference fields. The fields that are // in InitProvider are merged into ForProvider when the resource is created. // The same fields are also added to the terraform ignore_changes hook, to // avoid updating them after creation. This is useful for fields that are // required on creation, but we do not desire to update them after creation, // for example because of an external controller is managing them, like an // autoscaler. InitProvider ProjectKubeIprestrictionsInitParameters `json:"initProvider,omitempty"` }
ProjectKubeIprestrictionsSpec defines the desired state of ProjectKubeIprestrictions
func (*ProjectKubeIprestrictionsSpec) DeepCopy ¶
func (in *ProjectKubeIprestrictionsSpec) DeepCopy() *ProjectKubeIprestrictionsSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectKubeIprestrictionsSpec.
func (*ProjectKubeIprestrictionsSpec) DeepCopyInto ¶
func (in *ProjectKubeIprestrictionsSpec) DeepCopyInto(out *ProjectKubeIprestrictionsSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ProjectKubeIprestrictionsStatus ¶
type ProjectKubeIprestrictionsStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ProjectKubeIprestrictionsObservation `json:"atProvider,omitempty"` }
ProjectKubeIprestrictionsStatus defines the observed state of ProjectKubeIprestrictions.
func (*ProjectKubeIprestrictionsStatus) DeepCopy ¶
func (in *ProjectKubeIprestrictionsStatus) DeepCopy() *ProjectKubeIprestrictionsStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProjectKubeIprestrictionsStatus.
func (*ProjectKubeIprestrictionsStatus) DeepCopyInto ¶
func (in *ProjectKubeIprestrictionsStatus) DeepCopyInto(out *ProjectKubeIprestrictionsStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.