v1alpha1

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=okta.okta.upbound.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "okta.okta.upbound.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
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.

View Source
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

func (in *Behavior) DeepCopy() *Behavior

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Behavior.

func (*Behavior) DeepCopyInto

func (in *Behavior) DeepCopyInto(out *Behavior)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*Behavior) DeepCopyObject

func (in *Behavior) DeepCopyObject() runtime.Object

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

func (tr *Behavior) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Behavior

func (*Behavior) GetDeletionPolicy

func (mg *Behavior) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Behavior.

func (*Behavior) GetID

func (tr *Behavior) GetID() string

GetID returns ID of underlying Terraform resource of this Behavior

func (*Behavior) GetManagementPolicy

func (mg *Behavior) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this Behavior.

func (*Behavior) GetObservation

func (tr *Behavior) GetObservation() (map[string]any, error)

GetObservation of this Behavior

func (*Behavior) GetParameters

func (tr *Behavior) GetParameters() (map[string]any, error)

GetParameters of this Behavior

func (*Behavior) GetProviderConfigReference

func (mg *Behavior) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Behavior.

func (*Behavior) GetProviderReference

func (mg *Behavior) GetProviderReference() *xpv1.Reference

GetProviderReference of this Behavior. Deprecated: Use GetProviderConfigReference.

func (*Behavior) GetPublishConnectionDetailsTo

func (mg *Behavior) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Behavior.

func (*Behavior) GetTerraformResourceType

func (mg *Behavior) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Behavior

func (*Behavior) GetTerraformSchemaVersion

func (tr *Behavior) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Behavior) GetWriteConnectionSecretToReference

func (mg *Behavior) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Behavior.

func (*Behavior) LateInitialize

func (tr *Behavior) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Behavior using its observed tfState. returns True if there are any spec changes for the resource.

func (*Behavior) SetConditions

func (mg *Behavior) SetConditions(c ...xpv1.Condition)

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

func (tr *Behavior) SetObservation(obs map[string]any) error

SetObservation for this Behavior

func (*Behavior) SetParameters

func (tr *Behavior) SetParameters(params map[string]any) error

SetParameters for this Behavior

func (*Behavior) SetProviderConfigReference

func (mg *Behavior) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Behavior.

func (*Behavior) SetProviderReference

func (mg *Behavior) SetProviderReference(r *xpv1.Reference)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL