Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=approleauth.vault.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type AuthBackendRole
- func (in *AuthBackendRole) DeepCopy() *AuthBackendRole
- func (in *AuthBackendRole) DeepCopyInto(out *AuthBackendRole)
- func (in *AuthBackendRole) DeepCopyObject() runtime.Object
- func (mg *AuthBackendRole) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *AuthBackendRole) GetConnectionDetailsMapping() map[string]string
- func (mg *AuthBackendRole) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *AuthBackendRole) GetID() string
- func (tr *AuthBackendRole) GetObservation() (map[string]any, error)
- func (tr *AuthBackendRole) GetParameters() (map[string]any, error)
- func (mg *AuthBackendRole) GetProviderConfigReference() *xpv1.Reference
- func (mg *AuthBackendRole) GetProviderReference() *xpv1.Reference
- func (mg *AuthBackendRole) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *AuthBackendRole) GetTerraformResourceType() string
- func (tr *AuthBackendRole) GetTerraformSchemaVersion() int
- func (mg *AuthBackendRole) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *AuthBackendRole) LateInitialize(attrs []byte) (bool, error)
- func (mg *AuthBackendRole) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *AuthBackendRole) SetConditions(c ...xpv1.Condition)
- func (mg *AuthBackendRole) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *AuthBackendRole) SetObservation(obs map[string]any) error
- func (tr *AuthBackendRole) SetParameters(params map[string]any) error
- func (mg *AuthBackendRole) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *AuthBackendRole) SetProviderReference(r *xpv1.Reference)
- func (mg *AuthBackendRole) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *AuthBackendRole) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type AuthBackendRoleList
- type AuthBackendRoleObservation
- type AuthBackendRoleParameters
- type AuthBackendRoleSecretID
- func (in *AuthBackendRoleSecretID) DeepCopy() *AuthBackendRoleSecretID
- func (in *AuthBackendRoleSecretID) DeepCopyInto(out *AuthBackendRoleSecretID)
- func (in *AuthBackendRoleSecretID) DeepCopyObject() runtime.Object
- func (mg *AuthBackendRoleSecretID) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *AuthBackendRoleSecretID) GetConnectionDetailsMapping() map[string]string
- func (mg *AuthBackendRoleSecretID) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *AuthBackendRoleSecretID) GetID() string
- func (tr *AuthBackendRoleSecretID) GetObservation() (map[string]any, error)
- func (tr *AuthBackendRoleSecretID) GetParameters() (map[string]any, error)
- func (mg *AuthBackendRoleSecretID) GetProviderConfigReference() *xpv1.Reference
- func (mg *AuthBackendRoleSecretID) GetProviderReference() *xpv1.Reference
- func (mg *AuthBackendRoleSecretID) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *AuthBackendRoleSecretID) GetTerraformResourceType() string
- func (tr *AuthBackendRoleSecretID) GetTerraformSchemaVersion() int
- func (mg *AuthBackendRoleSecretID) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *AuthBackendRoleSecretID) LateInitialize(attrs []byte) (bool, error)
- func (mg *AuthBackendRoleSecretID) ResolveReferences(ctx context.Context, c client.Reader) error
- func (mg *AuthBackendRoleSecretID) SetConditions(c ...xpv1.Condition)
- func (mg *AuthBackendRoleSecretID) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (tr *AuthBackendRoleSecretID) SetObservation(obs map[string]any) error
- func (tr *AuthBackendRoleSecretID) SetParameters(params map[string]any) error
- func (mg *AuthBackendRoleSecretID) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *AuthBackendRoleSecretID) SetProviderReference(r *xpv1.Reference)
- func (mg *AuthBackendRoleSecretID) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *AuthBackendRoleSecretID) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type AuthBackendRoleSecretIDList
- func (in *AuthBackendRoleSecretIDList) DeepCopy() *AuthBackendRoleSecretIDList
- func (in *AuthBackendRoleSecretIDList) DeepCopyInto(out *AuthBackendRoleSecretIDList)
- func (in *AuthBackendRoleSecretIDList) DeepCopyObject() runtime.Object
- func (l *AuthBackendRoleSecretIDList) GetItems() []resource.Managed
- type AuthBackendRoleSecretIDObservation
- type AuthBackendRoleSecretIDParameters
- type AuthBackendRoleSecretIDSpec
- type AuthBackendRoleSecretIDStatus
- type AuthBackendRoleSpec
- type AuthBackendRoleStatus
Constants ¶
const ( CRDGroup = "approleauth.vault.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( AuthBackendRole_Kind = "AuthBackendRole" AuthBackendRole_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: AuthBackendRole_Kind}.String() AuthBackendRole_KindAPIVersion = AuthBackendRole_Kind + "." + CRDGroupVersion.String() AuthBackendRole_GroupVersionKind = CRDGroupVersion.WithKind(AuthBackendRole_Kind) )
Repository type metadata.
var ( AuthBackendRoleSecretID_Kind = "AuthBackendRoleSecretID" AuthBackendRoleSecretID_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: AuthBackendRoleSecretID_Kind}.String() AuthBackendRoleSecretID_KindAPIVersion = AuthBackendRoleSecretID_Kind + "." + CRDGroupVersion.String() AuthBackendRoleSecretID_GroupVersionKind = CRDGroupVersion.WithKind(AuthBackendRoleSecretID_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 AuthBackendRole ¶
type AuthBackendRole struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AuthBackendRoleSpec `json:"spec"` Status AuthBackendRoleStatus `json:"status,omitempty"` }
AuthBackendRole is the Schema for the AuthBackendRoles 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,vault}
func (*AuthBackendRole) DeepCopy ¶
func (in *AuthBackendRole) DeepCopy() *AuthBackendRole
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRole.
func (*AuthBackendRole) DeepCopyInto ¶
func (in *AuthBackendRole) DeepCopyInto(out *AuthBackendRole)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AuthBackendRole) DeepCopyObject ¶
func (in *AuthBackendRole) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AuthBackendRole) GetCondition ¶
func (mg *AuthBackendRole) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this AuthBackendRole.
func (*AuthBackendRole) GetConnectionDetailsMapping ¶
func (tr *AuthBackendRole) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this AuthBackendRole
func (*AuthBackendRole) GetDeletionPolicy ¶
func (mg *AuthBackendRole) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this AuthBackendRole.
func (*AuthBackendRole) GetID ¶
func (tr *AuthBackendRole) GetID() string
GetID returns ID of underlying Terraform resource of this AuthBackendRole
func (*AuthBackendRole) GetObservation ¶
func (tr *AuthBackendRole) GetObservation() (map[string]any, error)
GetObservation of this AuthBackendRole
func (*AuthBackendRole) GetParameters ¶
func (tr *AuthBackendRole) GetParameters() (map[string]any, error)
GetParameters of this AuthBackendRole
func (*AuthBackendRole) GetProviderConfigReference ¶
func (mg *AuthBackendRole) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this AuthBackendRole.
func (*AuthBackendRole) GetProviderReference ¶
func (mg *AuthBackendRole) GetProviderReference() *xpv1.Reference
GetProviderReference of this AuthBackendRole. Deprecated: Use GetProviderConfigReference.
func (*AuthBackendRole) GetPublishConnectionDetailsTo ¶
func (mg *AuthBackendRole) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this AuthBackendRole.
func (*AuthBackendRole) GetTerraformResourceType ¶
func (mg *AuthBackendRole) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this AuthBackendRole
func (*AuthBackendRole) GetTerraformSchemaVersion ¶
func (tr *AuthBackendRole) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*AuthBackendRole) GetWriteConnectionSecretToReference ¶
func (mg *AuthBackendRole) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this AuthBackendRole.
func (*AuthBackendRole) LateInitialize ¶
func (tr *AuthBackendRole) LateInitialize(attrs []byte) (bool, error)
LateInitialize this AuthBackendRole using its observed tfState. returns True if there are any spec changes for the resource.
func (*AuthBackendRole) ResolveReferences ¶
ResolveReferences of this AuthBackendRole.
func (*AuthBackendRole) SetConditions ¶
func (mg *AuthBackendRole) SetConditions(c ...xpv1.Condition)
SetConditions of this AuthBackendRole.
func (*AuthBackendRole) SetDeletionPolicy ¶
func (mg *AuthBackendRole) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this AuthBackendRole.
func (*AuthBackendRole) SetObservation ¶
func (tr *AuthBackendRole) SetObservation(obs map[string]any) error
SetObservation for this AuthBackendRole
func (*AuthBackendRole) SetParameters ¶
func (tr *AuthBackendRole) SetParameters(params map[string]any) error
SetParameters for this AuthBackendRole
func (*AuthBackendRole) SetProviderConfigReference ¶
func (mg *AuthBackendRole) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this AuthBackendRole.
func (*AuthBackendRole) SetProviderReference ¶
func (mg *AuthBackendRole) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this AuthBackendRole. Deprecated: Use SetProviderConfigReference.
func (*AuthBackendRole) SetPublishConnectionDetailsTo ¶
func (mg *AuthBackendRole) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this AuthBackendRole.
func (*AuthBackendRole) SetWriteConnectionSecretToReference ¶
func (mg *AuthBackendRole) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this AuthBackendRole.
type AuthBackendRoleList ¶
type AuthBackendRoleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AuthBackendRole `json:"items"` }
AuthBackendRoleList contains a list of AuthBackendRoles
func (*AuthBackendRoleList) DeepCopy ¶
func (in *AuthBackendRoleList) DeepCopy() *AuthBackendRoleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleList.
func (*AuthBackendRoleList) DeepCopyInto ¶
func (in *AuthBackendRoleList) DeepCopyInto(out *AuthBackendRoleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AuthBackendRoleList) DeepCopyObject ¶
func (in *AuthBackendRoleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AuthBackendRoleList) GetItems ¶
func (l *AuthBackendRoleList) GetItems() []resource.Managed
GetItems of this AuthBackendRoleList.
type AuthBackendRoleObservation ¶
type AuthBackendRoleObservation struct {
ID *string `json:"id,omitempty" tf:"id,omitempty"`
}
func (*AuthBackendRoleObservation) DeepCopy ¶
func (in *AuthBackendRoleObservation) DeepCopy() *AuthBackendRoleObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleObservation.
func (*AuthBackendRoleObservation) DeepCopyInto ¶
func (in *AuthBackendRoleObservation) DeepCopyInto(out *AuthBackendRoleObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthBackendRoleParameters ¶
type AuthBackendRoleParameters struct { // Unique name of the auth backend to configure. // +crossplane:generate:reference:type=github.com/AdrianFarmadin/provider-vault/apis/auth/v1alpha1.Backend // +kubebuilder:validation:Optional Backend *string `json:"backend,omitempty" tf:"backend,omitempty"` // Reference to a Backend in auth to populate backend. // +kubebuilder:validation:Optional BackendRef *v1.Reference `json:"backendRef,omitempty" tf:"-"` // Selector for a Backend in auth to populate backend. // +kubebuilder:validation:Optional BackendSelector *v1.Selector `json:"backendSelector,omitempty" tf:"-"` // Whether or not to require secret_id to be present when logging in using this AppRole. // +kubebuilder:validation:Optional BindSecretID *bool `json:"bindSecretId,omitempty" tf:"bind_secret_id,omitempty"` // Target namespace. (requires Enterprise) // +kubebuilder:validation:Optional Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // The RoleID of the role. Autogenerated if not set. // +kubebuilder:validation:Optional RoleID *string `json:"roleId,omitempty" tf:"role_id,omitempty"` // Name of the role. // +kubebuilder:validation:Required RoleName *string `json:"roleName" tf:"role_name,omitempty"` // List of CIDR blocks that can log in using the AppRole. // +kubebuilder:validation:Optional SecretIDBoundCidrs []*string `json:"secretIdBoundCidrs,omitempty" tf:"secret_id_bound_cidrs,omitempty"` // Number of times which a particular SecretID can be used to fetch a token from this AppRole, after which the SecretID will expire. Leaving this unset or setting it to 0 will allow unlimited uses. // +kubebuilder:validation:Optional SecretIDNumUses *float64 `json:"secretIdNumUses,omitempty" tf:"secret_id_num_uses,omitempty"` // Number of seconds a SecretID remains valid for. // +kubebuilder:validation:Optional SecretIDTTL *float64 `json:"secretIdTtl,omitempty" tf:"secret_id_ttl,omitempty"` // Specifies the blocks of IP addresses which are allowed to use the generated token // +kubebuilder:validation:Optional TokenBoundCidrs []*string `json:"tokenBoundCidrs,omitempty" tf:"token_bound_cidrs,omitempty"` // Generated Token's Explicit Maximum TTL in seconds // +kubebuilder:validation:Optional TokenExplicitMaxTTL *float64 `json:"tokenExplicitMaxTtl,omitempty" tf:"token_explicit_max_ttl,omitempty"` // The maximum lifetime of the generated token // +kubebuilder:validation:Optional TokenMaxTTL *float64 `json:"tokenMaxTtl,omitempty" tf:"token_max_ttl,omitempty"` // If true, the 'default' policy will not automatically be added to generated tokens // +kubebuilder:validation:Optional TokenNoDefaultPolicy *bool `json:"tokenNoDefaultPolicy,omitempty" tf:"token_no_default_policy,omitempty"` // The maximum number of times a token may be used, a value of zero means unlimited // +kubebuilder:validation:Optional TokenNumUses *float64 `json:"tokenNumUses,omitempty" tf:"token_num_uses,omitempty"` // Generated Token's Period // +kubebuilder:validation:Optional TokenPeriod *float64 `json:"tokenPeriod,omitempty" tf:"token_period,omitempty"` // Generated Token's Policies // +kubebuilder:validation:Optional TokenPolicies []*string `json:"tokenPolicies,omitempty" tf:"token_policies,omitempty"` // The initial ttl of the token to generate in seconds // +kubebuilder:validation:Optional TokenTTL *float64 `json:"tokenTtl,omitempty" tf:"token_ttl,omitempty"` // The type of token to generate, service or batch // +kubebuilder:validation:Optional TokenType *string `json:"tokenType,omitempty" tf:"token_type,omitempty"` }
func (*AuthBackendRoleParameters) DeepCopy ¶
func (in *AuthBackendRoleParameters) DeepCopy() *AuthBackendRoleParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleParameters.
func (*AuthBackendRoleParameters) DeepCopyInto ¶
func (in *AuthBackendRoleParameters) DeepCopyInto(out *AuthBackendRoleParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthBackendRoleSecretID ¶
type AuthBackendRoleSecretID struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec AuthBackendRoleSecretIDSpec `json:"spec"` Status AuthBackendRoleSecretIDStatus `json:"status,omitempty"` }
AuthBackendRoleSecretID is the Schema for the AuthBackendRoleSecretIDs 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,vault}
func (*AuthBackendRoleSecretID) DeepCopy ¶
func (in *AuthBackendRoleSecretID) DeepCopy() *AuthBackendRoleSecretID
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) DeepCopyInto ¶
func (in *AuthBackendRoleSecretID) DeepCopyInto(out *AuthBackendRoleSecretID)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AuthBackendRoleSecretID) DeepCopyObject ¶
func (in *AuthBackendRoleSecretID) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AuthBackendRoleSecretID) GetCondition ¶
func (mg *AuthBackendRoleSecretID) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) GetConnectionDetailsMapping ¶
func (tr *AuthBackendRoleSecretID) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this AuthBackendRoleSecretID
func (*AuthBackendRoleSecretID) GetDeletionPolicy ¶
func (mg *AuthBackendRoleSecretID) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) GetID ¶
func (tr *AuthBackendRoleSecretID) GetID() string
GetID returns ID of underlying Terraform resource of this AuthBackendRoleSecretID
func (*AuthBackendRoleSecretID) GetObservation ¶
func (tr *AuthBackendRoleSecretID) GetObservation() (map[string]any, error)
GetObservation of this AuthBackendRoleSecretID
func (*AuthBackendRoleSecretID) GetParameters ¶
func (tr *AuthBackendRoleSecretID) GetParameters() (map[string]any, error)
GetParameters of this AuthBackendRoleSecretID
func (*AuthBackendRoleSecretID) GetProviderConfigReference ¶
func (mg *AuthBackendRoleSecretID) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) GetProviderReference ¶
func (mg *AuthBackendRoleSecretID) GetProviderReference() *xpv1.Reference
GetProviderReference of this AuthBackendRoleSecretID. Deprecated: Use GetProviderConfigReference.
func (*AuthBackendRoleSecretID) GetPublishConnectionDetailsTo ¶
func (mg *AuthBackendRoleSecretID) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) GetTerraformResourceType ¶
func (mg *AuthBackendRoleSecretID) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this AuthBackendRoleSecretID
func (*AuthBackendRoleSecretID) GetTerraformSchemaVersion ¶
func (tr *AuthBackendRoleSecretID) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*AuthBackendRoleSecretID) GetWriteConnectionSecretToReference ¶
func (mg *AuthBackendRoleSecretID) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) LateInitialize ¶
func (tr *AuthBackendRoleSecretID) LateInitialize(attrs []byte) (bool, error)
LateInitialize this AuthBackendRoleSecretID using its observed tfState. returns True if there are any spec changes for the resource.
func (*AuthBackendRoleSecretID) ResolveReferences ¶
ResolveReferences of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) SetConditions ¶
func (mg *AuthBackendRoleSecretID) SetConditions(c ...xpv1.Condition)
SetConditions of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) SetDeletionPolicy ¶
func (mg *AuthBackendRoleSecretID) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) SetObservation ¶
func (tr *AuthBackendRoleSecretID) SetObservation(obs map[string]any) error
SetObservation for this AuthBackendRoleSecretID
func (*AuthBackendRoleSecretID) SetParameters ¶
func (tr *AuthBackendRoleSecretID) SetParameters(params map[string]any) error
SetParameters for this AuthBackendRoleSecretID
func (*AuthBackendRoleSecretID) SetProviderConfigReference ¶
func (mg *AuthBackendRoleSecretID) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) SetProviderReference ¶
func (mg *AuthBackendRoleSecretID) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this AuthBackendRoleSecretID. Deprecated: Use SetProviderConfigReference.
func (*AuthBackendRoleSecretID) SetPublishConnectionDetailsTo ¶
func (mg *AuthBackendRoleSecretID) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretID) SetWriteConnectionSecretToReference ¶
func (mg *AuthBackendRoleSecretID) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this AuthBackendRoleSecretID.
type AuthBackendRoleSecretIDList ¶
type AuthBackendRoleSecretIDList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []AuthBackendRoleSecretID `json:"items"` }
AuthBackendRoleSecretIDList contains a list of AuthBackendRoleSecretIDs
func (*AuthBackendRoleSecretIDList) DeepCopy ¶
func (in *AuthBackendRoleSecretIDList) DeepCopy() *AuthBackendRoleSecretIDList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleSecretIDList.
func (*AuthBackendRoleSecretIDList) DeepCopyInto ¶
func (in *AuthBackendRoleSecretIDList) DeepCopyInto(out *AuthBackendRoleSecretIDList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*AuthBackendRoleSecretIDList) DeepCopyObject ¶
func (in *AuthBackendRoleSecretIDList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*AuthBackendRoleSecretIDList) GetItems ¶
func (l *AuthBackendRoleSecretIDList) GetItems() []resource.Managed
GetItems of this AuthBackendRoleSecretIDList.
type AuthBackendRoleSecretIDObservation ¶
type AuthBackendRoleSecretIDObservation struct { // The unique ID used to access this SecretID. Accessor *string `json:"accessor,omitempty" tf:"accessor,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // The wrapped SecretID accessor. WrappingAccessor *string `json:"wrappingAccessor,omitempty" tf:"wrapping_accessor,omitempty"` }
func (*AuthBackendRoleSecretIDObservation) DeepCopy ¶
func (in *AuthBackendRoleSecretIDObservation) DeepCopy() *AuthBackendRoleSecretIDObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleSecretIDObservation.
func (*AuthBackendRoleSecretIDObservation) DeepCopyInto ¶
func (in *AuthBackendRoleSecretIDObservation) DeepCopyInto(out *AuthBackendRoleSecretIDObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthBackendRoleSecretIDParameters ¶
type AuthBackendRoleSecretIDParameters struct { // Unique name of the auth backend to configure. // +crossplane:generate:reference:type=github.com/AdrianFarmadin/provider-vault/apis/auth/v1alpha1.Backend // +kubebuilder:validation:Optional Backend *string `json:"backend,omitempty" tf:"backend,omitempty"` // Reference to a Backend in auth to populate backend. // +kubebuilder:validation:Optional BackendRef *v1.Reference `json:"backendRef,omitempty" tf:"-"` // Selector for a Backend in auth to populate backend. // +kubebuilder:validation:Optional BackendSelector *v1.Selector `json:"backendSelector,omitempty" tf:"-"` // List of CIDR blocks that can log in using the SecretID. // +kubebuilder:validation:Optional CidrList []*string `json:"cidrList,omitempty" tf:"cidr_list,omitempty"` // JSON-encoded secret data to write. // +kubebuilder:validation:Optional Metadata *string `json:"metadata,omitempty" tf:"metadata,omitempty"` // Target namespace. (requires Enterprise) // +kubebuilder:validation:Optional Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // Name of the role. // +crossplane:generate:reference:type=AuthBackendRole // +crossplane:generate:reference:extractor=github.com/AdrianFarmadin/provider-vault/config/common.RoleNameExtractor() // +kubebuilder:validation:Optional RoleName *string `json:"roleName,omitempty" tf:"role_name,omitempty"` // Reference to a AuthBackendRole to populate roleName. // +kubebuilder:validation:Optional RoleNameRef *v1.Reference `json:"roleNameRef,omitempty" tf:"-"` // Selector for a AuthBackendRole to populate roleName. // +kubebuilder:validation:Optional RoleNameSelector *v1.Selector `json:"roleNameSelector,omitempty" tf:"-"` // The SecretID to be managed. If not specified, Vault auto-generates one. // +kubebuilder:validation:Optional SecretIDSecretRef *v1.SecretKeySelector `json:"secretIdSecretRef,omitempty" tf:"-"` // Use the wrapped secret-id accessor as the id of this resource. If false, a fresh secret-id will be regenerated whenever the wrapping token is expired or invalidated through unwrapping. // +kubebuilder:validation:Optional WithWrappedAccessor *bool `json:"withWrappedAccessor,omitempty" tf:"with_wrapped_accessor,omitempty"` // The TTL duration of the wrapped SecretID. // +kubebuilder:validation:Optional WrappingTTL *string `json:"wrappingTtl,omitempty" tf:"wrapping_ttl,omitempty"` }
func (*AuthBackendRoleSecretIDParameters) DeepCopy ¶
func (in *AuthBackendRoleSecretIDParameters) DeepCopy() *AuthBackendRoleSecretIDParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleSecretIDParameters.
func (*AuthBackendRoleSecretIDParameters) DeepCopyInto ¶
func (in *AuthBackendRoleSecretIDParameters) DeepCopyInto(out *AuthBackendRoleSecretIDParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthBackendRoleSecretIDSpec ¶
type AuthBackendRoleSecretIDSpec struct { v1.ResourceSpec `json:",inline"` ForProvider AuthBackendRoleSecretIDParameters `json:"forProvider"` }
AuthBackendRoleSecretIDSpec defines the desired state of AuthBackendRoleSecretID
func (*AuthBackendRoleSecretIDSpec) DeepCopy ¶
func (in *AuthBackendRoleSecretIDSpec) DeepCopy() *AuthBackendRoleSecretIDSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleSecretIDSpec.
func (*AuthBackendRoleSecretIDSpec) DeepCopyInto ¶
func (in *AuthBackendRoleSecretIDSpec) DeepCopyInto(out *AuthBackendRoleSecretIDSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthBackendRoleSecretIDStatus ¶
type AuthBackendRoleSecretIDStatus struct { v1.ResourceStatus `json:",inline"` AtProvider AuthBackendRoleSecretIDObservation `json:"atProvider,omitempty"` }
AuthBackendRoleSecretIDStatus defines the observed state of AuthBackendRoleSecretID.
func (*AuthBackendRoleSecretIDStatus) DeepCopy ¶
func (in *AuthBackendRoleSecretIDStatus) DeepCopy() *AuthBackendRoleSecretIDStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleSecretIDStatus.
func (*AuthBackendRoleSecretIDStatus) DeepCopyInto ¶
func (in *AuthBackendRoleSecretIDStatus) DeepCopyInto(out *AuthBackendRoleSecretIDStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthBackendRoleSpec ¶
type AuthBackendRoleSpec struct { v1.ResourceSpec `json:",inline"` ForProvider AuthBackendRoleParameters `json:"forProvider"` }
AuthBackendRoleSpec defines the desired state of AuthBackendRole
func (*AuthBackendRoleSpec) DeepCopy ¶
func (in *AuthBackendRoleSpec) DeepCopy() *AuthBackendRoleSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleSpec.
func (*AuthBackendRoleSpec) DeepCopyInto ¶
func (in *AuthBackendRoleSpec) DeepCopyInto(out *AuthBackendRoleSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type AuthBackendRoleStatus ¶
type AuthBackendRoleStatus struct { v1.ResourceStatus `json:",inline"` AtProvider AuthBackendRoleObservation `json:"atProvider,omitempty"` }
AuthBackendRoleStatus defines the observed state of AuthBackendRole.
func (*AuthBackendRoleStatus) DeepCopy ¶
func (in *AuthBackendRoleStatus) DeepCopy() *AuthBackendRoleStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AuthBackendRoleStatus.
func (*AuthBackendRoleStatus) DeepCopyInto ¶
func (in *AuthBackendRoleStatus) DeepCopyInto(out *AuthBackendRoleStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.