v1alpha1

package
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

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

Index

Constants

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

Package type metadata.

Variables

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
)
View Source
var (
	User_Kind             = "User"
	User_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: User_Kind}.String()
	User_KindAPIVersion   = User_Kind + "." + CRDGroupVersion.String()
	User_GroupVersionKind = CRDGroupVersion.WithKind(User_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type DomainGrantInitParameters added in v0.0.16

type DomainGrantInitParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*DomainGrantInitParameters) DeepCopy added in v0.0.16

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

func (*DomainGrantInitParameters) DeepCopyInto added in v0.0.16

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

type DomainGrantObservation

type DomainGrantObservation struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*DomainGrantObservation) DeepCopy

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

func (*DomainGrantObservation) DeepCopyInto

func (in *DomainGrantObservation) DeepCopyInto(out *DomainGrantObservation)

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

type DomainGrantParameters

type DomainGrantParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	// +kubebuilder:validation:Optional
	ID *float64 `json:"id" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	// +kubebuilder:validation:Optional
	Permissions *string `json:"permissions" tf:"permissions,omitempty"`
}

func (*DomainGrantParameters) DeepCopy

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

func (*DomainGrantParameters) DeepCopyInto

func (in *DomainGrantParameters) DeepCopyInto(out *DomainGrantParameters)

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

type FirewallGrantInitParameters added in v0.0.16

type FirewallGrantInitParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*FirewallGrantInitParameters) DeepCopy added in v0.0.16

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

func (*FirewallGrantInitParameters) DeepCopyInto added in v0.0.16

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

type FirewallGrantObservation

type FirewallGrantObservation struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*FirewallGrantObservation) DeepCopy

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

func (*FirewallGrantObservation) DeepCopyInto

func (in *FirewallGrantObservation) DeepCopyInto(out *FirewallGrantObservation)

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

type FirewallGrantParameters

type FirewallGrantParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	// +kubebuilder:validation:Optional
	ID *float64 `json:"id" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	// +kubebuilder:validation:Optional
	Permissions *string `json:"permissions" tf:"permissions,omitempty"`
}

func (*FirewallGrantParameters) DeepCopy

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

func (*FirewallGrantParameters) DeepCopyInto

func (in *FirewallGrantParameters) DeepCopyInto(out *FirewallGrantParameters)

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

type GlobalGrantsInitParameters added in v0.0.16

type GlobalGrantsInitParameters struct {

	// The level of access this User has to Account-level actions, like billing information. (read_only, read_write)
	// The level of access this User has to Account-level actions, like billing information. A restricted User will never be able to manage users.
	AccountAccess *string `json:"accountAccess,omitempty" tf:"account_access,omitempty"`

	// If true, this User may add Databases.
	// If true, this User may add Databases.
	AddDatabases *bool `json:"addDatabases,omitempty" tf:"add_databases,omitempty"`

	// If true, this User may add Domains.
	// If true, this User may add Domains.
	AddDomains *bool `json:"addDomains,omitempty" tf:"add_domains,omitempty"`

	// If true, this User may add Firewalls.
	// If true, this User may add Firewalls.
	AddFirewalls *bool `json:"addFirewalls,omitempty" tf:"add_firewalls,omitempty"`

	// If true, this User may add Images.
	// If true, this User may add Images.
	AddImages *bool `json:"addImages,omitempty" tf:"add_images,omitempty"`

	// If true, this User may create Linodes.
	// If true, this User may create Linodes.
	AddLinodes *bool `json:"addLinodes,omitempty" tf:"add_linodes,omitempty"`

	// If true, this User may create Longview clients and view the current plan.
	// If true, this User may create Longview clients and view the current plan.
	AddLongview *bool `json:"addLongview,omitempty" tf:"add_longview,omitempty"`

	// If true, this User may add NodeBalancers.
	// If true, this User may add NodeBalancers.
	AddNodebalancers *bool `json:"addNodebalancers,omitempty" tf:"add_nodebalancers,omitempty"`

	// If true, this User may add StackScripts.
	// If true, this User may add StackScripts.
	AddStackscripts *bool `json:"addStackscripts,omitempty" tf:"add_stackscripts,omitempty"`

	// If true, this User may add Volumes.
	AddVolumes *bool `json:"addVolumes,omitempty" tf:"add_volumes,omitempty"`

	// If true, this User may cancel the entire Account.
	// If true, this User may cancel the entire Account.
	CancelAccount *bool `json:"cancelAccount,omitempty" tf:"cancel_account,omitempty"`

	// If true, this User may manage the Account’s Longview subscription.
	// If true, this User may manage the Account’s Longview subscription.
	LongviewSubscription *bool `json:"longviewSubscription,omitempty" tf:"longview_subscription,omitempty"`
}

func (*GlobalGrantsInitParameters) DeepCopy added in v0.0.16

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

func (*GlobalGrantsInitParameters) DeepCopyInto added in v0.0.16

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

type GlobalGrantsObservation

type GlobalGrantsObservation struct {

	// The level of access this User has to Account-level actions, like billing information. (read_only, read_write)
	// The level of access this User has to Account-level actions, like billing information. A restricted User will never be able to manage users.
	AccountAccess *string `json:"accountAccess,omitempty" tf:"account_access,omitempty"`

	// If true, this User may add Databases.
	// If true, this User may add Databases.
	AddDatabases *bool `json:"addDatabases,omitempty" tf:"add_databases,omitempty"`

	// If true, this User may add Domains.
	// If true, this User may add Domains.
	AddDomains *bool `json:"addDomains,omitempty" tf:"add_domains,omitempty"`

	// If true, this User may add Firewalls.
	// If true, this User may add Firewalls.
	AddFirewalls *bool `json:"addFirewalls,omitempty" tf:"add_firewalls,omitempty"`

	// If true, this User may add Images.
	// If true, this User may add Images.
	AddImages *bool `json:"addImages,omitempty" tf:"add_images,omitempty"`

	// If true, this User may create Linodes.
	// If true, this User may create Linodes.
	AddLinodes *bool `json:"addLinodes,omitempty" tf:"add_linodes,omitempty"`

	// If true, this User may create Longview clients and view the current plan.
	// If true, this User may create Longview clients and view the current plan.
	AddLongview *bool `json:"addLongview,omitempty" tf:"add_longview,omitempty"`

	// If true, this User may add NodeBalancers.
	// If true, this User may add NodeBalancers.
	AddNodebalancers *bool `json:"addNodebalancers,omitempty" tf:"add_nodebalancers,omitempty"`

	// If true, this User may add StackScripts.
	// If true, this User may add StackScripts.
	AddStackscripts *bool `json:"addStackscripts,omitempty" tf:"add_stackscripts,omitempty"`

	// If true, this User may add Volumes.
	AddVolumes *bool `json:"addVolumes,omitempty" tf:"add_volumes,omitempty"`

	// If true, this User may cancel the entire Account.
	// If true, this User may cancel the entire Account.
	CancelAccount *bool `json:"cancelAccount,omitempty" tf:"cancel_account,omitempty"`

	// If true, this User may manage the Account’s Longview subscription.
	// If true, this User may manage the Account’s Longview subscription.
	LongviewSubscription *bool `json:"longviewSubscription,omitempty" tf:"longview_subscription,omitempty"`
}

func (*GlobalGrantsObservation) DeepCopy

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

func (*GlobalGrantsObservation) DeepCopyInto

func (in *GlobalGrantsObservation) DeepCopyInto(out *GlobalGrantsObservation)

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

type GlobalGrantsParameters

type GlobalGrantsParameters struct {

	// The level of access this User has to Account-level actions, like billing information. (read_only, read_write)
	// The level of access this User has to Account-level actions, like billing information. A restricted User will never be able to manage users.
	// +kubebuilder:validation:Optional
	AccountAccess *string `json:"accountAccess,omitempty" tf:"account_access,omitempty"`

	// If true, this User may add Databases.
	// If true, this User may add Databases.
	// +kubebuilder:validation:Optional
	AddDatabases *bool `json:"addDatabases,omitempty" tf:"add_databases,omitempty"`

	// If true, this User may add Domains.
	// If true, this User may add Domains.
	// +kubebuilder:validation:Optional
	AddDomains *bool `json:"addDomains,omitempty" tf:"add_domains,omitempty"`

	// If true, this User may add Firewalls.
	// If true, this User may add Firewalls.
	// +kubebuilder:validation:Optional
	AddFirewalls *bool `json:"addFirewalls,omitempty" tf:"add_firewalls,omitempty"`

	// If true, this User may add Images.
	// If true, this User may add Images.
	// +kubebuilder:validation:Optional
	AddImages *bool `json:"addImages,omitempty" tf:"add_images,omitempty"`

	// If true, this User may create Linodes.
	// If true, this User may create Linodes.
	// +kubebuilder:validation:Optional
	AddLinodes *bool `json:"addLinodes,omitempty" tf:"add_linodes,omitempty"`

	// If true, this User may create Longview clients and view the current plan.
	// If true, this User may create Longview clients and view the current plan.
	// +kubebuilder:validation:Optional
	AddLongview *bool `json:"addLongview,omitempty" tf:"add_longview,omitempty"`

	// If true, this User may add NodeBalancers.
	// If true, this User may add NodeBalancers.
	// +kubebuilder:validation:Optional
	AddNodebalancers *bool `json:"addNodebalancers,omitempty" tf:"add_nodebalancers,omitempty"`

	// If true, this User may add StackScripts.
	// If true, this User may add StackScripts.
	// +kubebuilder:validation:Optional
	AddStackscripts *bool `json:"addStackscripts,omitempty" tf:"add_stackscripts,omitempty"`

	// If true, this User may add Volumes.
	// +kubebuilder:validation:Optional
	AddVolumes *bool `json:"addVolumes,omitempty" tf:"add_volumes,omitempty"`

	// If true, this User may cancel the entire Account.
	// If true, this User may cancel the entire Account.
	// +kubebuilder:validation:Optional
	CancelAccount *bool `json:"cancelAccount,omitempty" tf:"cancel_account,omitempty"`

	// If true, this User may manage the Account’s Longview subscription.
	// If true, this User may manage the Account’s Longview subscription.
	// +kubebuilder:validation:Optional
	LongviewSubscription *bool `json:"longviewSubscription,omitempty" tf:"longview_subscription,omitempty"`
}

func (*GlobalGrantsParameters) DeepCopy

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

func (*GlobalGrantsParameters) DeepCopyInto

func (in *GlobalGrantsParameters) DeepCopyInto(out *GlobalGrantsParameters)

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

type ImageGrantInitParameters added in v0.0.16

type ImageGrantInitParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*ImageGrantInitParameters) DeepCopy added in v0.0.16

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

func (*ImageGrantInitParameters) DeepCopyInto added in v0.0.16

func (in *ImageGrantInitParameters) DeepCopyInto(out *ImageGrantInitParameters)

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

type ImageGrantObservation

type ImageGrantObservation struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*ImageGrantObservation) DeepCopy

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

func (*ImageGrantObservation) DeepCopyInto

func (in *ImageGrantObservation) DeepCopyInto(out *ImageGrantObservation)

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

type ImageGrantParameters

type ImageGrantParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	// +kubebuilder:validation:Optional
	ID *float64 `json:"id" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	// +kubebuilder:validation:Optional
	Permissions *string `json:"permissions" tf:"permissions,omitempty"`
}

func (*ImageGrantParameters) DeepCopy

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

func (*ImageGrantParameters) DeepCopyInto

func (in *ImageGrantParameters) DeepCopyInto(out *ImageGrantParameters)

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

type LinodeGrantInitParameters added in v0.0.16

type LinodeGrantInitParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*LinodeGrantInitParameters) DeepCopy added in v0.0.16

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

func (*LinodeGrantInitParameters) DeepCopyInto added in v0.0.16

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

type LinodeGrantObservation

type LinodeGrantObservation struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*LinodeGrantObservation) DeepCopy

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

func (*LinodeGrantObservation) DeepCopyInto

func (in *LinodeGrantObservation) DeepCopyInto(out *LinodeGrantObservation)

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

type LinodeGrantParameters

type LinodeGrantParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	// +kubebuilder:validation:Optional
	ID *float64 `json:"id" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	// +kubebuilder:validation:Optional
	Permissions *string `json:"permissions" tf:"permissions,omitempty"`
}

func (*LinodeGrantParameters) DeepCopy

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

func (*LinodeGrantParameters) DeepCopyInto

func (in *LinodeGrantParameters) DeepCopyInto(out *LinodeGrantParameters)

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

type LongviewGrantInitParameters added in v0.0.16

type LongviewGrantInitParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*LongviewGrantInitParameters) DeepCopy added in v0.0.16

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

func (*LongviewGrantInitParameters) DeepCopyInto added in v0.0.16

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

type LongviewGrantObservation

type LongviewGrantObservation struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*LongviewGrantObservation) DeepCopy

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

func (*LongviewGrantObservation) DeepCopyInto

func (in *LongviewGrantObservation) DeepCopyInto(out *LongviewGrantObservation)

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

type LongviewGrantParameters

type LongviewGrantParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	// +kubebuilder:validation:Optional
	ID *float64 `json:"id" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	// +kubebuilder:validation:Optional
	Permissions *string `json:"permissions" tf:"permissions,omitempty"`
}

func (*LongviewGrantParameters) DeepCopy

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

func (*LongviewGrantParameters) DeepCopyInto

func (in *LongviewGrantParameters) DeepCopyInto(out *LongviewGrantParameters)

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

type NodebalancerGrantInitParameters added in v0.0.16

type NodebalancerGrantInitParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*NodebalancerGrantInitParameters) DeepCopy added in v0.0.16

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

func (*NodebalancerGrantInitParameters) DeepCopyInto added in v0.0.16

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

type NodebalancerGrantObservation

type NodebalancerGrantObservation struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*NodebalancerGrantObservation) DeepCopy

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

func (*NodebalancerGrantObservation) DeepCopyInto

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

type NodebalancerGrantParameters

type NodebalancerGrantParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	// +kubebuilder:validation:Optional
	ID *float64 `json:"id" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	// +kubebuilder:validation:Optional
	Permissions *string `json:"permissions" tf:"permissions,omitempty"`
}

func (*NodebalancerGrantParameters) DeepCopy

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

func (*NodebalancerGrantParameters) DeepCopyInto

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

type StackscriptGrantInitParameters added in v0.0.16

type StackscriptGrantInitParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*StackscriptGrantInitParameters) DeepCopy added in v0.0.16

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

func (*StackscriptGrantInitParameters) DeepCopyInto added in v0.0.16

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

type StackscriptGrantObservation

type StackscriptGrantObservation struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*StackscriptGrantObservation) DeepCopy

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

func (*StackscriptGrantObservation) DeepCopyInto

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

type StackscriptGrantParameters

type StackscriptGrantParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	// +kubebuilder:validation:Optional
	ID *float64 `json:"id" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	// +kubebuilder:validation:Optional
	Permissions *string `json:"permissions" tf:"permissions,omitempty"`
}

func (*StackscriptGrantParameters) DeepCopy

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

func (*StackscriptGrantParameters) DeepCopyInto

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

type User

type User 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.email) || (has(self.initProvider) && has(self.initProvider.email))",message="spec.forProvider.email is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.username) || (has(self.initProvider) && has(self.initProvider.username))",message="spec.forProvider.username is a required parameter"
	Spec   UserSpec   `json:"spec"`
	Status UserStatus `json:"status,omitempty"`
}

User is the Schema for the Users API. Manages a Linode User. +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:resource:scope=Cluster,categories={crossplane,managed,linode}

func (*User) DeepCopy

func (in *User) DeepCopy() *User

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

func (*User) DeepCopyInto

func (in *User) DeepCopyInto(out *User)

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

func (*User) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*User) GetCondition

func (mg *User) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this User.

func (*User) GetConnectionDetailsMapping

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

GetConnectionDetailsMapping for this User

func (*User) GetDeletionPolicy

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

GetDeletionPolicy of this User.

func (*User) GetID

func (tr *User) GetID() string

GetID returns ID of underlying Terraform resource of this User

func (*User) GetInitParameters added in v0.0.16

func (tr *User) GetInitParameters() (map[string]any, error)

GetInitParameters of this User

func (*User) GetManagementPolicies added in v0.0.16

func (mg *User) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this User.

func (*User) GetMergedParameters added in v0.0.16

func (tr *User) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this User

func (*User) GetObservation

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

GetObservation of this User

func (*User) GetParameters

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

GetParameters of this User

func (*User) GetProviderConfigReference

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

GetProviderConfigReference of this User.

func (*User) GetPublishConnectionDetailsTo

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

GetPublishConnectionDetailsTo of this User.

func (*User) GetTerraformResourceType

func (mg *User) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this User

func (*User) GetTerraformSchemaVersion

func (tr *User) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*User) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this User.

func (*User) Hub added in v0.0.16

func (tr *User) Hub()

Hub marks this type as a conversion hub.

func (*User) LateInitialize

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

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

func (*User) SetConditions

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

SetConditions of this User.

func (*User) SetDeletionPolicy

func (mg *User) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this User.

func (*User) SetManagementPolicies added in v0.0.16

func (mg *User) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this User.

func (*User) SetObservation

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

SetObservation for this User

func (*User) SetParameters

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

SetParameters for this User

func (*User) SetProviderConfigReference

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

SetProviderConfigReference of this User.

func (*User) SetPublishConnectionDetailsTo

func (mg *User) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this User.

func (*User) SetWriteConnectionSecretToReference

func (mg *User) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this User.

type UserInitParameters added in v0.0.16

type UserInitParameters struct {

	// The domains the user has permissions access to.
	// A set containing all of the user's active grants.
	DomainGrant []DomainGrantInitParameters `json:"domainGrant,omitempty" tf:"domain_grant,omitempty"`

	// The email address of the user.
	// The email of the user.
	Email *string `json:"email,omitempty" tf:"email,omitempty"`

	// The firewalls the user has permissions access to.
	// A set containing all of the user's active grants.
	FirewallGrant []FirewallGrantInitParameters `json:"firewallGrant,omitempty" tf:"firewall_grant,omitempty"`

	// A structure containing the Account-level grants a User has.
	GlobalGrants []GlobalGrantsInitParameters `json:"globalGrants,omitempty" tf:"global_grants,omitempty"`

	// The images the user has permissions access to.
	// A set containing all of the user's active grants.
	ImageGrant []ImageGrantInitParameters `json:"imageGrant,omitempty" tf:"image_grant,omitempty"`

	// The Linodes the user has permissions access to.
	// A set containing all of the user's active grants.
	LinodeGrant []LinodeGrantInitParameters `json:"linodeGrant,omitempty" tf:"linode_grant,omitempty"`

	// The longview the user has permissions access to.
	// A set containing all of the user's active grants.
	LongviewGrant []LongviewGrantInitParameters `json:"longviewGrant,omitempty" tf:"longview_grant,omitempty"`

	// The NodeBalancers the user has permissions access to.
	// A set containing all of the user's active grants.
	NodebalancerGrant []NodebalancerGrantInitParameters `json:"nodebalancerGrant,omitempty" tf:"nodebalancer_grant,omitempty"`

	// If true, this user will only have explicit permissions granted.
	// If true, the user must be explicitly granted access to platform actions and entities.
	Restricted *bool `json:"restricted,omitempty" tf:"restricted,omitempty"`

	// The StackScripts the user has permissions access to.
	// A set containing all of the user's active grants.
	StackscriptGrant []StackscriptGrantInitParameters `json:"stackscriptGrant,omitempty" tf:"stackscript_grant,omitempty"`

	// The username of the user.
	// The username of the user.
	Username *string `json:"username,omitempty" tf:"username,omitempty"`

	// The volumes the user has permissions access to.
	// A set containing all of the user's active grants.
	VolumeGrant []VolumeGrantInitParameters `json:"volumeGrant,omitempty" tf:"volume_grant,omitempty"`
}

func (*UserInitParameters) DeepCopy added in v0.0.16

func (in *UserInitParameters) DeepCopy() *UserInitParameters

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

func (*UserInitParameters) DeepCopyInto added in v0.0.16

func (in *UserInitParameters) DeepCopyInto(out *UserInitParameters)

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

type UserList

type UserList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []User `json:"items"`
}

UserList contains a list of Users

func (*UserList) DeepCopy

func (in *UserList) DeepCopy() *UserList

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

func (*UserList) DeepCopyInto

func (in *UserList) DeepCopyInto(out *UserList)

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

func (*UserList) DeepCopyObject

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

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*UserList) GetItems

func (l *UserList) GetItems() []resource.Managed

GetItems of this UserList.

type UserObservation

type UserObservation struct {

	// The domains the user has permissions access to.
	// A set containing all of the user's active grants.
	DomainGrant []DomainGrantObservation `json:"domainGrant,omitempty" tf:"domain_grant,omitempty"`

	// The email address of the user.
	// The email of the user.
	Email *string `json:"email,omitempty" tf:"email,omitempty"`

	// The firewalls the user has permissions access to.
	// A set containing all of the user's active grants.
	FirewallGrant []FirewallGrantObservation `json:"firewallGrant,omitempty" tf:"firewall_grant,omitempty"`

	// A structure containing the Account-level grants a User has.
	GlobalGrants []GlobalGrantsObservation `json:"globalGrants,omitempty" tf:"global_grants,omitempty"`

	// The ID of the entity this grant applies to.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The images the user has permissions access to.
	// A set containing all of the user's active grants.
	ImageGrant []ImageGrantObservation `json:"imageGrant,omitempty" tf:"image_grant,omitempty"`

	// The Linodes the user has permissions access to.
	// A set containing all of the user's active grants.
	LinodeGrant []LinodeGrantObservation `json:"linodeGrant,omitempty" tf:"linode_grant,omitempty"`

	// The longview the user has permissions access to.
	// A set containing all of the user's active grants.
	LongviewGrant []LongviewGrantObservation `json:"longviewGrant,omitempty" tf:"longview_grant,omitempty"`

	// The NodeBalancers the user has permissions access to.
	// A set containing all of the user's active grants.
	NodebalancerGrant []NodebalancerGrantObservation `json:"nodebalancerGrant,omitempty" tf:"nodebalancer_grant,omitempty"`

	// If true, this user will only have explicit permissions granted.
	// If true, the user must be explicitly granted access to platform actions and entities.
	Restricted *bool `json:"restricted,omitempty" tf:"restricted,omitempty"`

	// A list of the User's SSH keys.
	// SSH keys to add to the user profile.
	SSHKeys []*string `json:"sshKeys,omitempty" tf:"ssh_keys,omitempty"`

	// The StackScripts the user has permissions access to.
	// A set containing all of the user's active grants.
	StackscriptGrant []StackscriptGrantObservation `json:"stackscriptGrant,omitempty" tf:"stackscript_grant,omitempty"`

	// Whether the user has two-factor-authentication enabled.
	// If the User has Two Factor Authentication (TFA) enabled.
	TfaEnabled *bool `json:"tfaEnabled,omitempty" tf:"tfa_enabled,omitempty"`

	// The username of the user.
	// The username of the user.
	Username *string `json:"username,omitempty" tf:"username,omitempty"`

	// The volumes the user has permissions access to.
	// A set containing all of the user's active grants.
	VolumeGrant []VolumeGrantObservation `json:"volumeGrant,omitempty" tf:"volume_grant,omitempty"`
}

func (*UserObservation) DeepCopy

func (in *UserObservation) DeepCopy() *UserObservation

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

func (*UserObservation) DeepCopyInto

func (in *UserObservation) DeepCopyInto(out *UserObservation)

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

type UserParameters

type UserParameters struct {

	// The domains the user has permissions access to.
	// A set containing all of the user's active grants.
	// +kubebuilder:validation:Optional
	DomainGrant []DomainGrantParameters `json:"domainGrant,omitempty" tf:"domain_grant,omitempty"`

	// The email address of the user.
	// The email of the user.
	// +kubebuilder:validation:Optional
	Email *string `json:"email,omitempty" tf:"email,omitempty"`

	// The firewalls the user has permissions access to.
	// A set containing all of the user's active grants.
	// +kubebuilder:validation:Optional
	FirewallGrant []FirewallGrantParameters `json:"firewallGrant,omitempty" tf:"firewall_grant,omitempty"`

	// A structure containing the Account-level grants a User has.
	// +kubebuilder:validation:Optional
	GlobalGrants []GlobalGrantsParameters `json:"globalGrants,omitempty" tf:"global_grants,omitempty"`

	// The images the user has permissions access to.
	// A set containing all of the user's active grants.
	// +kubebuilder:validation:Optional
	ImageGrant []ImageGrantParameters `json:"imageGrant,omitempty" tf:"image_grant,omitempty"`

	// The Linodes the user has permissions access to.
	// A set containing all of the user's active grants.
	// +kubebuilder:validation:Optional
	LinodeGrant []LinodeGrantParameters `json:"linodeGrant,omitempty" tf:"linode_grant,omitempty"`

	// The longview the user has permissions access to.
	// A set containing all of the user's active grants.
	// +kubebuilder:validation:Optional
	LongviewGrant []LongviewGrantParameters `json:"longviewGrant,omitempty" tf:"longview_grant,omitempty"`

	// The NodeBalancers the user has permissions access to.
	// A set containing all of the user's active grants.
	// +kubebuilder:validation:Optional
	NodebalancerGrant []NodebalancerGrantParameters `json:"nodebalancerGrant,omitempty" tf:"nodebalancer_grant,omitempty"`

	// If true, this user will only have explicit permissions granted.
	// If true, the user must be explicitly granted access to platform actions and entities.
	// +kubebuilder:validation:Optional
	Restricted *bool `json:"restricted,omitempty" tf:"restricted,omitempty"`

	// The StackScripts the user has permissions access to.
	// A set containing all of the user's active grants.
	// +kubebuilder:validation:Optional
	StackscriptGrant []StackscriptGrantParameters `json:"stackscriptGrant,omitempty" tf:"stackscript_grant,omitempty"`

	// The username of the user.
	// The username of the user.
	// +kubebuilder:validation:Optional
	Username *string `json:"username,omitempty" tf:"username,omitempty"`

	// The volumes the user has permissions access to.
	// A set containing all of the user's active grants.
	// +kubebuilder:validation:Optional
	VolumeGrant []VolumeGrantParameters `json:"volumeGrant,omitempty" tf:"volume_grant,omitempty"`
}

func (*UserParameters) DeepCopy

func (in *UserParameters) DeepCopy() *UserParameters

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

func (*UserParameters) DeepCopyInto

func (in *UserParameters) DeepCopyInto(out *UserParameters)

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

type UserSpec

type UserSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     UserParameters `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 UserInitParameters `json:"initProvider,omitempty"`
}

UserSpec defines the desired state of User

func (*UserSpec) DeepCopy

func (in *UserSpec) DeepCopy() *UserSpec

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

func (*UserSpec) DeepCopyInto

func (in *UserSpec) DeepCopyInto(out *UserSpec)

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

type UserStatus

type UserStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        UserObservation `json:"atProvider,omitempty"`
}

UserStatus defines the observed state of User.

func (*UserStatus) DeepCopy

func (in *UserStatus) DeepCopy() *UserStatus

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

func (*UserStatus) DeepCopyInto

func (in *UserStatus) DeepCopyInto(out *UserStatus)

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

type VolumeGrantInitParameters added in v0.0.16

type VolumeGrantInitParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*VolumeGrantInitParameters) DeepCopy added in v0.0.16

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

func (*VolumeGrantInitParameters) DeepCopyInto added in v0.0.16

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

type VolumeGrantObservation

type VolumeGrantObservation struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	ID *float64 `json:"id,omitempty" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	Permissions *string `json:"permissions,omitempty" tf:"permissions,omitempty"`
}

func (*VolumeGrantObservation) DeepCopy

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

func (*VolumeGrantObservation) DeepCopyInto

func (in *VolumeGrantObservation) DeepCopyInto(out *VolumeGrantObservation)

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

type VolumeGrantParameters

type VolumeGrantParameters struct {

	// The ID of the entity this grant applies to.
	// The ID of the entity this grant applies to.
	// +kubebuilder:validation:Optional
	ID *float64 `json:"id" tf:"id,omitempty"`

	// The level of access this User has to this entity. (read_only, read_write)
	// The level of access this User has to this entity. If null, this User has no access.
	// +kubebuilder:validation:Optional
	Permissions *string `json:"permissions" tf:"permissions,omitempty"`
}

func (*VolumeGrantParameters) DeepCopy

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

func (*VolumeGrantParameters) DeepCopyInto

func (in *VolumeGrantParameters) DeepCopyInto(out *VolumeGrantParameters)

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