Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=network.infoblox.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type View
- func (in *View) DeepCopy() *View
- func (in *View) DeepCopyInto(out *View)
- func (in *View) DeepCopyObject() runtime.Object
- func (mg *View) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *View) GetConnectionDetailsMapping() map[string]string
- func (mg *View) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *View) GetID() string
- func (tr *View) GetInitParameters() (map[string]any, error)
- func (mg *View) GetManagementPolicies() xpv1.ManagementPolicies
- func (tr *View) GetObservation() (map[string]any, error)
- func (tr *View) GetParameters() (map[string]any, error)
- func (mg *View) GetProviderConfigReference() *xpv1.Reference
- func (mg *View) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *View) GetTerraformResourceType() string
- func (tr *View) GetTerraformSchemaVersion() int
- func (mg *View) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *View) LateInitialize(attrs []byte) (bool, error)
- func (mg *View) SetConditions(c ...xpv1.Condition)
- func (mg *View) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *View) SetManagementPolicies(r xpv1.ManagementPolicies)
- func (tr *View) SetObservation(obs map[string]any) error
- func (tr *View) SetParameters(params map[string]any) error
- func (mg *View) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *View) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *View) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ViewInitParameters
- type ViewList
- type ViewObservation
- type ViewParameters
- type ViewSpec
- type ViewStatus
Constants ¶
const ( CRDGroup = "network.infoblox.upbound.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 ( View_Kind = "View" View_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: View_Kind}.String() View_KindAPIVersion = View_Kind + "." + CRDGroupVersion.String() View_GroupVersionKind = CRDGroupVersion.WithKind(View_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type View ¶
type View 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.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter" Spec ViewSpec `json:"spec"` Status ViewStatus `json:"status,omitempty"` }
View is the Schema for the Views 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,infoblox}
func (*View) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new View.
func (*View) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*View) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*View) GetCondition ¶
func (mg *View) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this View.
func (*View) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this View
func (*View) GetDeletionPolicy ¶
func (mg *View) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this View.
func (*View) GetInitParameters ¶
GetInitParameters of this View
func (*View) GetManagementPolicies ¶
func (mg *View) GetManagementPolicies() xpv1.ManagementPolicies
GetManagementPolicies of this View.
func (*View) GetObservation ¶
GetObservation of this View
func (*View) GetParameters ¶
GetParameters of this View
func (*View) GetProviderConfigReference ¶
GetProviderConfigReference of this View.
func (*View) GetPublishConnectionDetailsTo ¶
func (mg *View) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this View.
func (*View) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this View
func (*View) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*View) GetWriteConnectionSecretToReference ¶
func (mg *View) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this View.
func (*View) LateInitialize ¶
LateInitialize this View using its observed tfState. returns True if there are any spec changes for the resource.
func (*View) SetConditions ¶
SetConditions of this View.
func (*View) SetDeletionPolicy ¶
func (mg *View) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this View.
func (*View) SetManagementPolicies ¶
func (mg *View) SetManagementPolicies(r xpv1.ManagementPolicies)
SetManagementPolicies of this View.
func (*View) SetObservation ¶
SetObservation for this View
func (*View) SetParameters ¶
SetParameters for this View
func (*View) SetProviderConfigReference ¶
SetProviderConfigReference of this View.
func (*View) SetPublishConnectionDetailsTo ¶
func (mg *View) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this View.
func (*View) SetWriteConnectionSecretToReference ¶
func (mg *View) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this View.
type ViewInitParameters ¶
type ViewInitParameters struct { // A description of the network view. Comment *string `json:"comment,omitempty" tf:"comment,omitempty"` // The Extensible attributes of the network container to be added/updated, as a map in JSON format ExtAttrs *string `json:"extAttrs,omitempty" tf:"ext_attrs,omitempty"` // Specifies the desired name of the network view as shown in the NIOS appliance. The name has the same requirements as the corresponding parameter in WAPI. Name *string `json:"name,omitempty" tf:"name,omitempty"` }
func (*ViewInitParameters) DeepCopy ¶
func (in *ViewInitParameters) DeepCopy() *ViewInitParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ViewInitParameters.
func (*ViewInitParameters) DeepCopyInto ¶
func (in *ViewInitParameters) DeepCopyInto(out *ViewInitParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ViewList ¶
type ViewList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []View `json:"items"` }
ViewList contains a list of Views
func (*ViewList) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ViewList.
func (*ViewList) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ViewList) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ViewObservation ¶
type ViewObservation struct { // A description of the network view. Comment *string `json:"comment,omitempty" tf:"comment,omitempty"` // The Extensible attributes of the network container to be added/updated, as a map in JSON format ExtAttrs *string `json:"extAttrs,omitempty" tf:"ext_attrs,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Specifies the desired name of the network view as shown in the NIOS appliance. The name has the same requirements as the corresponding parameter in WAPI. Name *string `json:"name,omitempty" tf:"name,omitempty"` }
func (*ViewObservation) DeepCopy ¶
func (in *ViewObservation) DeepCopy() *ViewObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ViewObservation.
func (*ViewObservation) DeepCopyInto ¶
func (in *ViewObservation) DeepCopyInto(out *ViewObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ViewParameters ¶
type ViewParameters struct { // A description of the network view. // +kubebuilder:validation:Optional Comment *string `json:"comment,omitempty" tf:"comment,omitempty"` // The Extensible attributes of the network container to be added/updated, as a map in JSON format // +kubebuilder:validation:Optional ExtAttrs *string `json:"extAttrs,omitempty" tf:"ext_attrs,omitempty"` // Specifies the desired name of the network view as shown in the NIOS appliance. The name has the same requirements as the corresponding parameter in WAPI. // +kubebuilder:validation:Optional Name *string `json:"name,omitempty" tf:"name,omitempty"` }
func (*ViewParameters) DeepCopy ¶
func (in *ViewParameters) DeepCopy() *ViewParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ViewParameters.
func (*ViewParameters) DeepCopyInto ¶
func (in *ViewParameters) DeepCopyInto(out *ViewParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ViewSpec ¶
type ViewSpec struct { v1.ResourceSpec `json:",inline"` ForProvider ViewParameters `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 ViewInitParameters `json:"initProvider,omitempty"` }
ViewSpec defines the desired state of View
func (*ViewSpec) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ViewSpec.
func (*ViewSpec) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ViewStatus ¶
type ViewStatus struct { v1.ResourceStatus `json:",inline"` AtProvider ViewObservation `json:"atProvider,omitempty"` }
ViewStatus defines the observed state of View.
func (*ViewStatus) DeepCopy ¶
func (in *ViewStatus) DeepCopy() *ViewStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ViewStatus.
func (*ViewStatus) DeepCopyInto ¶
func (in *ViewStatus) DeepCopyInto(out *ViewStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.