Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=network.infoblox-nios.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 (mg *View) GetManagementPolicy() xpv1.ManagementPolicy
- 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) GetProviderReference() *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) SetManagementPolicy(r xpv1.ManagementPolicy)
- 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) SetProviderReference(r *xpv1.Reference)
- func (mg *View) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *View) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type ViewList
- type ViewObservation
- type ViewParameters
- type ViewSpec
- type ViewStatus
Constants ¶
const ( CRDGroup = "network.infoblox-nios.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"` 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-nios}
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) GetManagementPolicy ¶
func (mg *View) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy 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) GetProviderReference ¶
GetProviderReference of this View. Deprecated: Use GetProviderConfigReference.
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) SetManagementPolicy ¶
func (mg *View) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy 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) SetProviderReference ¶
SetProviderReference of this View. Deprecated: Use SetProviderConfigReference.
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 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"` }
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"` }
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"` }
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.