Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=okta.okta.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type Behavior
- func (in *Behavior) DeepCopy() *Behavior
- func (in *Behavior) DeepCopyInto(out *Behavior)
- func (in *Behavior) DeepCopyObject() runtime.Object
- func (mg *Behavior) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *Behavior) GetConnectionDetailsMapping() map[string]string
- func (mg *Behavior) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *Behavior) GetID() string
- func (mg *Behavior) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *Behavior) GetObservation() (map[string]any, error)
- func (tr *Behavior) GetParameters() (map[string]any, error)
- func (mg *Behavior) GetProviderConfigReference() *xpv1.Reference
- func (mg *Behavior) GetProviderReference() *xpv1.Reference
- func (mg *Behavior) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *Behavior) GetTerraformResourceType() string
- func (tr *Behavior) GetTerraformSchemaVersion() int
- func (mg *Behavior) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *Behavior) LateInitialize(attrs []byte) (bool, error)
- func (mg *Behavior) SetConditions(c ...xpv1.Condition)
- func (mg *Behavior) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *Behavior) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *Behavior) SetObservation(obs map[string]any) error
- func (tr *Behavior) SetParameters(params map[string]any) error
- func (mg *Behavior) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *Behavior) SetProviderReference(r *xpv1.Reference)
- func (mg *Behavior) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *Behavior) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type BehaviorList
- type BehaviorObservation
- type BehaviorParameters
- type BehaviorSpec
- type BehaviorStatus
Constants ¶
const ( CRDGroup = "okta.okta.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Behavior_Kind = "Behavior" Behavior_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: Behavior_Kind}.String() Behavior_KindAPIVersion = Behavior_Kind + "." + CRDGroupVersion.String() Behavior_GroupVersionKind = CRDGroupVersion.WithKind(Behavior_Kind) )
Repository type metadata.
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 )
Functions ¶
This section is empty.
Types ¶
type Behavior ¶
type Behavior struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.name)",message="name is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.type)",message="type is a required parameter" Spec BehaviorSpec `json:"spec"` Status BehaviorStatus `json:"status,omitempty"` }
Behavior is the Schema for the Behaviors 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,okta}
func (*Behavior) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Behavior.
func (*Behavior) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Behavior) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Behavior) GetCondition ¶
func (mg *Behavior) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this Behavior.
func (*Behavior) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this Behavior
func (*Behavior) GetDeletionPolicy ¶
func (mg *Behavior) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this Behavior.
func (*Behavior) GetManagementPolicy ¶
func (mg *Behavior) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this Behavior.
func (*Behavior) GetObservation ¶
GetObservation of this Behavior
func (*Behavior) GetParameters ¶
GetParameters of this Behavior
func (*Behavior) GetProviderConfigReference ¶
GetProviderConfigReference of this Behavior.
func (*Behavior) GetProviderReference ¶
GetProviderReference of this Behavior. Deprecated: Use GetProviderConfigReference.
func (*Behavior) GetPublishConnectionDetailsTo ¶
func (mg *Behavior) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this Behavior.
func (*Behavior) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this Behavior
func (*Behavior) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*Behavior) GetWriteConnectionSecretToReference ¶
func (mg *Behavior) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this Behavior.
func (*Behavior) LateInitialize ¶
LateInitialize this Behavior using its observed tfState. returns True if there are any spec changes for the resource.
func (*Behavior) SetConditions ¶
SetConditions of this Behavior.
func (*Behavior) SetDeletionPolicy ¶
func (mg *Behavior) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this Behavior.
func (*Behavior) SetManagementPolicy ¶
func (mg *Behavior) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this Behavior.
func (*Behavior) SetObservation ¶
SetObservation for this Behavior
func (*Behavior) SetParameters ¶
SetParameters for this Behavior
func (*Behavior) SetProviderConfigReference ¶
SetProviderConfigReference of this Behavior.
func (*Behavior) SetProviderReference ¶
SetProviderReference of this Behavior. Deprecated: Use SetProviderConfigReference.
func (*Behavior) SetPublishConnectionDetailsTo ¶
func (mg *Behavior) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this Behavior.
func (*Behavior) SetWriteConnectionSecretToReference ¶
func (mg *Behavior) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this Behavior.
type BehaviorList ¶
type BehaviorList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Behavior `json:"items"` }
BehaviorList contains a list of Behaviors
func (*BehaviorList) DeepCopy ¶
func (in *BehaviorList) DeepCopy() *BehaviorList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BehaviorList.
func (*BehaviorList) DeepCopyInto ¶
func (in *BehaviorList) DeepCopyInto(out *BehaviorList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*BehaviorList) DeepCopyObject ¶
func (in *BehaviorList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*BehaviorList) GetItems ¶
func (l *BehaviorList) GetItems() []resource.Managed
GetItems of this BehaviorList.
type BehaviorObservation ¶
type BehaviorObservation struct { ID *string `json:"id,omitempty" tf:"id,omitempty"` // Determines the method and level of detail used to evaluate the behavior. LocationGranularityType *string `json:"locationGranularityType,omitempty" tf:"location_granularity_type,omitempty"` // Name of the behavior Name *string `json:"name,omitempty" tf:"name,omitempty"` // The number of recent authentications used to evaluate the behavior. NumberOfAuthentications *float64 `json:"numberOfAuthentications,omitempty" tf:"number_of_authentications,omitempty"` // Radius from location (in kilometers) RadiusFromLocation *float64 `json:"radiusFromLocation,omitempty" tf:"radius_from_location,omitempty"` // Behavior status: ACTIVE or INACTIVE. Status *string `json:"status,omitempty" tf:"status,omitempty"` // Behavior type Type *string `json:"type,omitempty" tf:"type,omitempty"` // Velocity (in kilometers per hour). Velocity *float64 `json:"velocity,omitempty" tf:"velocity,omitempty"` }
func (*BehaviorObservation) DeepCopy ¶
func (in *BehaviorObservation) DeepCopy() *BehaviorObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BehaviorObservation.
func (*BehaviorObservation) DeepCopyInto ¶
func (in *BehaviorObservation) DeepCopyInto(out *BehaviorObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BehaviorParameters ¶
type BehaviorParameters struct { // Determines the method and level of detail used to evaluate the behavior. // +kubebuilder:validation:Optional LocationGranularityType *string `json:"locationGranularityType,omitempty" tf:"location_granularity_type,omitempty"` // Name of the behavior // +kubebuilder:validation:Optional Name *string `json:"name,omitempty" tf:"name,omitempty"` // The number of recent authentications used to evaluate the behavior. // +kubebuilder:validation:Optional NumberOfAuthentications *float64 `json:"numberOfAuthentications,omitempty" tf:"number_of_authentications,omitempty"` // Radius from location (in kilometers) // +kubebuilder:validation:Optional RadiusFromLocation *float64 `json:"radiusFromLocation,omitempty" tf:"radius_from_location,omitempty"` // Behavior status: ACTIVE or INACTIVE. // +kubebuilder:validation:Optional Status *string `json:"status,omitempty" tf:"status,omitempty"` // Behavior type // +kubebuilder:validation:Optional Type *string `json:"type,omitempty" tf:"type,omitempty"` // Velocity (in kilometers per hour). // +kubebuilder:validation:Optional Velocity *float64 `json:"velocity,omitempty" tf:"velocity,omitempty"` }
func (*BehaviorParameters) DeepCopy ¶
func (in *BehaviorParameters) DeepCopy() *BehaviorParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BehaviorParameters.
func (*BehaviorParameters) DeepCopyInto ¶
func (in *BehaviorParameters) DeepCopyInto(out *BehaviorParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BehaviorSpec ¶
type BehaviorSpec struct { v1.ResourceSpec `json:",inline"` ForProvider BehaviorParameters `json:"forProvider"` }
BehaviorSpec defines the desired state of Behavior
func (*BehaviorSpec) DeepCopy ¶
func (in *BehaviorSpec) DeepCopy() *BehaviorSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BehaviorSpec.
func (*BehaviorSpec) DeepCopyInto ¶
func (in *BehaviorSpec) DeepCopyInto(out *BehaviorSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type BehaviorStatus ¶
type BehaviorStatus struct { v1.ResourceStatus `json:",inline"` AtProvider BehaviorObservation `json:"atProvider,omitempty"` }
BehaviorStatus defines the observed state of Behavior.
func (*BehaviorStatus) DeepCopy ¶
func (in *BehaviorStatus) DeepCopy() *BehaviorStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BehaviorStatus.
func (*BehaviorStatus) DeepCopyInto ¶
func (in *BehaviorStatus) DeepCopyInto(out *BehaviorStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.