Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nomad.vault.upbound.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type SecretBackend
- func (in *SecretBackend) DeepCopy() *SecretBackend
- func (in *SecretBackend) DeepCopyInto(out *SecretBackend)
- func (in *SecretBackend) DeepCopyObject() runtime.Object
- func (mg *SecretBackend) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *SecretBackend) GetConnectionDetailsMapping() map[string]string
- func (mg *SecretBackend) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *SecretBackend) GetID() string
- func (mg *SecretBackend) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *SecretBackend) GetObservation() (map[string]any, error)
- func (tr *SecretBackend) GetParameters() (map[string]any, error)
- func (mg *SecretBackend) GetProviderConfigReference() *xpv1.Reference
- func (mg *SecretBackend) GetProviderReference() *xpv1.Reference
- func (mg *SecretBackend) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *SecretBackend) GetTerraformResourceType() string
- func (tr *SecretBackend) GetTerraformSchemaVersion() int
- func (mg *SecretBackend) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *SecretBackend) LateInitialize(attrs []byte) (bool, error)
- func (mg *SecretBackend) SetConditions(c ...xpv1.Condition)
- func (mg *SecretBackend) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *SecretBackend) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *SecretBackend) SetObservation(obs map[string]any) error
- func (tr *SecretBackend) SetParameters(params map[string]any) error
- func (mg *SecretBackend) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *SecretBackend) SetProviderReference(r *xpv1.Reference)
- func (mg *SecretBackend) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *SecretBackend) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type SecretBackendList
- type SecretBackendObservation
- type SecretBackendParameters
- type SecretBackendSpec
- type SecretBackendStatus
- type SecretRole
- func (in *SecretRole) DeepCopy() *SecretRole
- func (in *SecretRole) DeepCopyInto(out *SecretRole)
- func (in *SecretRole) DeepCopyObject() runtime.Object
- func (mg *SecretRole) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *SecretRole) GetConnectionDetailsMapping() map[string]string
- func (mg *SecretRole) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *SecretRole) GetID() string
- func (mg *SecretRole) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *SecretRole) GetObservation() (map[string]any, error)
- func (tr *SecretRole) GetParameters() (map[string]any, error)
- func (mg *SecretRole) GetProviderConfigReference() *xpv1.Reference
- func (mg *SecretRole) GetProviderReference() *xpv1.Reference
- func (mg *SecretRole) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *SecretRole) GetTerraformResourceType() string
- func (tr *SecretRole) GetTerraformSchemaVersion() int
- func (mg *SecretRole) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *SecretRole) LateInitialize(attrs []byte) (bool, error)
- func (mg *SecretRole) SetConditions(c ...xpv1.Condition)
- func (mg *SecretRole) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *SecretRole) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *SecretRole) SetObservation(obs map[string]any) error
- func (tr *SecretRole) SetParameters(params map[string]any) error
- func (mg *SecretRole) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *SecretRole) SetProviderReference(r *xpv1.Reference)
- func (mg *SecretRole) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *SecretRole) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type SecretRoleList
- type SecretRoleObservation
- type SecretRoleParameters
- type SecretRoleSpec
- type SecretRoleStatus
Constants ¶
const ( CRDGroup = "nomad.vault.upbound.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( SecretBackend_Kind = "SecretBackend" SecretBackend_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: SecretBackend_Kind}.String() SecretBackend_KindAPIVersion = SecretBackend_Kind + "." + CRDGroupVersion.String() SecretBackend_GroupVersionKind = CRDGroupVersion.WithKind(SecretBackend_Kind) )
Repository type metadata.
var ( SecretRole_Kind = "SecretRole" SecretRole_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: SecretRole_Kind}.String() SecretRole_KindAPIVersion = SecretRole_Kind + "." + CRDGroupVersion.String() SecretRole_GroupVersionKind = CRDGroupVersion.WithKind(SecretRole_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type SecretBackend ¶
type SecretBackend struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec SecretBackendSpec `json:"spec"` Status SecretBackendStatus `json:"status,omitempty"` }
SecretBackend is the Schema for the SecretBackends 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 (*SecretBackend) DeepCopy ¶
func (in *SecretBackend) DeepCopy() *SecretBackend
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretBackend.
func (*SecretBackend) DeepCopyInto ¶
func (in *SecretBackend) DeepCopyInto(out *SecretBackend)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecretBackend) DeepCopyObject ¶
func (in *SecretBackend) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SecretBackend) GetCondition ¶
func (mg *SecretBackend) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this SecretBackend.
func (*SecretBackend) GetConnectionDetailsMapping ¶
func (tr *SecretBackend) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this SecretBackend
func (*SecretBackend) GetDeletionPolicy ¶
func (mg *SecretBackend) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this SecretBackend.
func (*SecretBackend) GetID ¶
func (tr *SecretBackend) GetID() string
GetID returns ID of underlying Terraform resource of this SecretBackend
func (*SecretBackend) GetManagementPolicy ¶
func (mg *SecretBackend) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this SecretBackend.
func (*SecretBackend) GetObservation ¶
func (tr *SecretBackend) GetObservation() (map[string]any, error)
GetObservation of this SecretBackend
func (*SecretBackend) GetParameters ¶
func (tr *SecretBackend) GetParameters() (map[string]any, error)
GetParameters of this SecretBackend
func (*SecretBackend) GetProviderConfigReference ¶
func (mg *SecretBackend) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this SecretBackend.
func (*SecretBackend) GetProviderReference ¶
func (mg *SecretBackend) GetProviderReference() *xpv1.Reference
GetProviderReference of this SecretBackend. Deprecated: Use GetProviderConfigReference.
func (*SecretBackend) GetPublishConnectionDetailsTo ¶
func (mg *SecretBackend) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this SecretBackend.
func (*SecretBackend) GetTerraformResourceType ¶
func (mg *SecretBackend) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this SecretBackend
func (*SecretBackend) GetTerraformSchemaVersion ¶
func (tr *SecretBackend) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*SecretBackend) GetWriteConnectionSecretToReference ¶
func (mg *SecretBackend) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this SecretBackend.
func (*SecretBackend) LateInitialize ¶
func (tr *SecretBackend) LateInitialize(attrs []byte) (bool, error)
LateInitialize this SecretBackend using its observed tfState. returns True if there are any spec changes for the resource.
func (*SecretBackend) SetConditions ¶
func (mg *SecretBackend) SetConditions(c ...xpv1.Condition)
SetConditions of this SecretBackend.
func (*SecretBackend) SetDeletionPolicy ¶
func (mg *SecretBackend) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this SecretBackend.
func (*SecretBackend) SetManagementPolicy ¶
func (mg *SecretBackend) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this SecretBackend.
func (*SecretBackend) SetObservation ¶
func (tr *SecretBackend) SetObservation(obs map[string]any) error
SetObservation for this SecretBackend
func (*SecretBackend) SetParameters ¶
func (tr *SecretBackend) SetParameters(params map[string]any) error
SetParameters for this SecretBackend
func (*SecretBackend) SetProviderConfigReference ¶
func (mg *SecretBackend) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this SecretBackend.
func (*SecretBackend) SetProviderReference ¶
func (mg *SecretBackend) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this SecretBackend. Deprecated: Use SetProviderConfigReference.
func (*SecretBackend) SetPublishConnectionDetailsTo ¶
func (mg *SecretBackend) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this SecretBackend.
func (*SecretBackend) SetWriteConnectionSecretToReference ¶
func (mg *SecretBackend) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this SecretBackend.
type SecretBackendList ¶
type SecretBackendList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SecretBackend `json:"items"` }
SecretBackendList contains a list of SecretBackends
func (*SecretBackendList) DeepCopy ¶
func (in *SecretBackendList) DeepCopy() *SecretBackendList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretBackendList.
func (*SecretBackendList) DeepCopyInto ¶
func (in *SecretBackendList) DeepCopyInto(out *SecretBackendList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecretBackendList) DeepCopyObject ¶
func (in *SecretBackendList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SecretBackendList) GetItems ¶
func (l *SecretBackendList) GetItems() []resource.Managed
GetItems of this SecretBackendList.
type SecretBackendObservation ¶
type SecretBackendObservation struct { // Specifies the address of the Nomad instance, provided as "protocol://host:port" like "http://127.0.0.1:4646". Address *string `json:"address,omitempty" tf:"address,omitempty"` // The mount path for the Nomad backend. Backend *string `json:"backend,omitempty" tf:"backend,omitempty"` // CA certificate to use when verifying Nomad server certificate, must be x509 PEM encoded. CACert *string `json:"caCert,omitempty" tf:"ca_cert,omitempty"` // Default lease duration for secrets in seconds. DefaultLeaseTTLSeconds *float64 `json:"defaultLeaseTtlSeconds,omitempty" tf:"default_lease_ttl_seconds,omitempty"` // Human-friendly description of the mount for the backend. Description *string `json:"description,omitempty" tf:"description,omitempty"` // If set, opts out of mount migration on path updates. DisableRemount *bool `json:"disableRemount,omitempty" tf:"disable_remount,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Mark the secrets engine as local-only. Local engines are not replicated or removed by replication. Tolerance duration to use when checking the last rotation time. Local *bool `json:"local,omitempty" tf:"local,omitempty"` // Maximum possible lease duration for secrets in seconds. MaxLeaseTTLSeconds *float64 `json:"maxLeaseTtlSeconds,omitempty" tf:"max_lease_ttl_seconds,omitempty"` // Maximum possible lease duration for secrets in seconds. MaxTTL *float64 `json:"maxTtl,omitempty" tf:"max_ttl,omitempty"` // Specifies the maximum length to use for the name of the Nomad token generated with Generate Credential. If omitted, 0 is used and ignored, defaulting to the max value allowed by the Nomad version. MaxTokenNameLength *float64 `json:"maxTokenNameLength,omitempty" tf:"max_token_name_length,omitempty"` // Target namespace. (requires Enterprise) Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // Maximum possible lease duration for secrets in seconds. TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"` }
func (*SecretBackendObservation) DeepCopy ¶
func (in *SecretBackendObservation) DeepCopy() *SecretBackendObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretBackendObservation.
func (*SecretBackendObservation) DeepCopyInto ¶
func (in *SecretBackendObservation) DeepCopyInto(out *SecretBackendObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretBackendParameters ¶
type SecretBackendParameters struct { // Specifies the address of the Nomad instance, provided as "protocol://host:port" like "http://127.0.0.1:4646". // +kubebuilder:validation:Optional Address *string `json:"address,omitempty" tf:"address,omitempty"` // The mount path for the Nomad backend. // +kubebuilder:validation:Optional Backend *string `json:"backend,omitempty" tf:"backend,omitempty"` // CA certificate to use when verifying Nomad server certificate, must be x509 PEM encoded. // +kubebuilder:validation:Optional CACert *string `json:"caCert,omitempty" tf:"ca_cert,omitempty"` // Client certificate used for Nomad's TLS communication, must be x509 PEM encoded and if this is set you need to also set client_key. // +kubebuilder:validation:Optional ClientCertSecretRef *v1.SecretKeySelector `json:"clientCertSecretRef,omitempty" tf:"-"` // Client key used for Nomad's TLS communication, must be x509 PEM encoded and if this is set you need to also set client_cert. // +kubebuilder:validation:Optional ClientKeySecretRef *v1.SecretKeySelector `json:"clientKeySecretRef,omitempty" tf:"-"` // Default lease duration for secrets in seconds. // +kubebuilder:validation:Optional DefaultLeaseTTLSeconds *float64 `json:"defaultLeaseTtlSeconds,omitempty" tf:"default_lease_ttl_seconds,omitempty"` // Human-friendly description of the mount for the backend. // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // If set, opts out of mount migration on path updates. // +kubebuilder:validation:Optional DisableRemount *bool `json:"disableRemount,omitempty" tf:"disable_remount,omitempty"` // Mark the secrets engine as local-only. Local engines are not replicated or removed by replication. Tolerance duration to use when checking the last rotation time. // +kubebuilder:validation:Optional Local *bool `json:"local,omitempty" tf:"local,omitempty"` // Maximum possible lease duration for secrets in seconds. // +kubebuilder:validation:Optional MaxLeaseTTLSeconds *float64 `json:"maxLeaseTtlSeconds,omitempty" tf:"max_lease_ttl_seconds,omitempty"` // Maximum possible lease duration for secrets in seconds. // +kubebuilder:validation:Optional MaxTTL *float64 `json:"maxTtl,omitempty" tf:"max_ttl,omitempty"` // Specifies the maximum length to use for the name of the Nomad token generated with Generate Credential. If omitted, 0 is used and ignored, defaulting to the max value allowed by the Nomad version. // +kubebuilder:validation:Optional MaxTokenNameLength *float64 `json:"maxTokenNameLength,omitempty" tf:"max_token_name_length,omitempty"` // Target namespace. (requires Enterprise) // +kubebuilder:validation:Optional Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // Maximum possible lease duration for secrets in seconds. // +kubebuilder:validation:Optional TTL *float64 `json:"ttl,omitempty" tf:"ttl,omitempty"` // Specifies the Nomad Management token to use. // +kubebuilder:validation:Optional TokenSecretRef *v1.SecretKeySelector `json:"tokenSecretRef,omitempty" tf:"-"` }
func (*SecretBackendParameters) DeepCopy ¶
func (in *SecretBackendParameters) DeepCopy() *SecretBackendParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretBackendParameters.
func (*SecretBackendParameters) DeepCopyInto ¶
func (in *SecretBackendParameters) DeepCopyInto(out *SecretBackendParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretBackendSpec ¶
type SecretBackendSpec struct { v1.ResourceSpec `json:",inline"` ForProvider SecretBackendParameters `json:"forProvider"` }
SecretBackendSpec defines the desired state of SecretBackend
func (*SecretBackendSpec) DeepCopy ¶
func (in *SecretBackendSpec) DeepCopy() *SecretBackendSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretBackendSpec.
func (*SecretBackendSpec) DeepCopyInto ¶
func (in *SecretBackendSpec) DeepCopyInto(out *SecretBackendSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretBackendStatus ¶
type SecretBackendStatus struct { v1.ResourceStatus `json:",inline"` AtProvider SecretBackendObservation `json:"atProvider,omitempty"` }
SecretBackendStatus defines the observed state of SecretBackend.
func (*SecretBackendStatus) DeepCopy ¶
func (in *SecretBackendStatus) DeepCopy() *SecretBackendStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretBackendStatus.
func (*SecretBackendStatus) DeepCopyInto ¶
func (in *SecretBackendStatus) DeepCopyInto(out *SecretBackendStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretRole ¶
type SecretRole struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.backend)",message="backend is a required parameter" // +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.role)",message="role is a required parameter" Spec SecretRoleSpec `json:"spec"` Status SecretRoleStatus `json:"status,omitempty"` }
SecretRole is the Schema for the SecretRoles 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 (*SecretRole) DeepCopy ¶
func (in *SecretRole) DeepCopy() *SecretRole
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRole.
func (*SecretRole) DeepCopyInto ¶
func (in *SecretRole) DeepCopyInto(out *SecretRole)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecretRole) DeepCopyObject ¶
func (in *SecretRole) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SecretRole) GetCondition ¶
func (mg *SecretRole) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this SecretRole.
func (*SecretRole) GetConnectionDetailsMapping ¶
func (tr *SecretRole) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this SecretRole
func (*SecretRole) GetDeletionPolicy ¶
func (mg *SecretRole) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this SecretRole.
func (*SecretRole) GetID ¶
func (tr *SecretRole) GetID() string
GetID returns ID of underlying Terraform resource of this SecretRole
func (*SecretRole) GetManagementPolicy ¶
func (mg *SecretRole) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this SecretRole.
func (*SecretRole) GetObservation ¶
func (tr *SecretRole) GetObservation() (map[string]any, error)
GetObservation of this SecretRole
func (*SecretRole) GetParameters ¶
func (tr *SecretRole) GetParameters() (map[string]any, error)
GetParameters of this SecretRole
func (*SecretRole) GetProviderConfigReference ¶
func (mg *SecretRole) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this SecretRole.
func (*SecretRole) GetProviderReference ¶
func (mg *SecretRole) GetProviderReference() *xpv1.Reference
GetProviderReference of this SecretRole. Deprecated: Use GetProviderConfigReference.
func (*SecretRole) GetPublishConnectionDetailsTo ¶
func (mg *SecretRole) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this SecretRole.
func (*SecretRole) GetTerraformResourceType ¶
func (mg *SecretRole) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this SecretRole
func (*SecretRole) GetTerraformSchemaVersion ¶
func (tr *SecretRole) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*SecretRole) GetWriteConnectionSecretToReference ¶
func (mg *SecretRole) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this SecretRole.
func (*SecretRole) LateInitialize ¶
func (tr *SecretRole) LateInitialize(attrs []byte) (bool, error)
LateInitialize this SecretRole using its observed tfState. returns True if there are any spec changes for the resource.
func (*SecretRole) SetConditions ¶
func (mg *SecretRole) SetConditions(c ...xpv1.Condition)
SetConditions of this SecretRole.
func (*SecretRole) SetDeletionPolicy ¶
func (mg *SecretRole) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this SecretRole.
func (*SecretRole) SetManagementPolicy ¶
func (mg *SecretRole) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this SecretRole.
func (*SecretRole) SetObservation ¶
func (tr *SecretRole) SetObservation(obs map[string]any) error
SetObservation for this SecretRole
func (*SecretRole) SetParameters ¶
func (tr *SecretRole) SetParameters(params map[string]any) error
SetParameters for this SecretRole
func (*SecretRole) SetProviderConfigReference ¶
func (mg *SecretRole) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this SecretRole.
func (*SecretRole) SetProviderReference ¶
func (mg *SecretRole) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this SecretRole. Deprecated: Use SetProviderConfigReference.
func (*SecretRole) SetPublishConnectionDetailsTo ¶
func (mg *SecretRole) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this SecretRole.
func (*SecretRole) SetWriteConnectionSecretToReference ¶
func (mg *SecretRole) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this SecretRole.
type SecretRoleList ¶
type SecretRoleList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []SecretRole `json:"items"` }
SecretRoleList contains a list of SecretRoles
func (*SecretRoleList) DeepCopy ¶
func (in *SecretRoleList) DeepCopy() *SecretRoleList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRoleList.
func (*SecretRoleList) DeepCopyInto ¶
func (in *SecretRoleList) DeepCopyInto(out *SecretRoleList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecretRoleList) DeepCopyObject ¶
func (in *SecretRoleList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SecretRoleList) GetItems ¶
func (l *SecretRoleList) GetItems() []resource.Managed
GetItems of this SecretRoleList.
type SecretRoleObservation ¶
type SecretRoleObservation struct { // The mount path for the Nomad backend. Backend *string `json:"backend,omitempty" tf:"backend,omitempty"` // Specifies if the token should be global. Global *bool `json:"global,omitempty" tf:"global,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Target namespace. (requires Enterprise) Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // Comma separated list of Nomad policies the token is going to be created against. These need to be created beforehand in Nomad. Policies []*string `json:"policies,omitempty" tf:"policies,omitempty"` // Name of the role. Role *string `json:"role,omitempty" tf:"role,omitempty"` // Specifies the type of token to create when using this role. Valid values are "client" or "management". Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*SecretRoleObservation) DeepCopy ¶
func (in *SecretRoleObservation) DeepCopy() *SecretRoleObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRoleObservation.
func (*SecretRoleObservation) DeepCopyInto ¶
func (in *SecretRoleObservation) DeepCopyInto(out *SecretRoleObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretRoleParameters ¶
type SecretRoleParameters struct { // The mount path for the Nomad backend. // +kubebuilder:validation:Optional Backend *string `json:"backend,omitempty" tf:"backend,omitempty"` // Specifies if the token should be global. // +kubebuilder:validation:Optional Global *bool `json:"global,omitempty" tf:"global,omitempty"` // Target namespace. (requires Enterprise) // +kubebuilder:validation:Optional Namespace *string `json:"namespace,omitempty" tf:"namespace,omitempty"` // Comma separated list of Nomad policies the token is going to be created against. These need to be created beforehand in Nomad. // +kubebuilder:validation:Optional Policies []*string `json:"policies,omitempty" tf:"policies,omitempty"` // Name of the role. // +kubebuilder:validation:Optional Role *string `json:"role,omitempty" tf:"role,omitempty"` // Specifies the type of token to create when using this role. Valid values are "client" or "management". // +kubebuilder:validation:Optional Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*SecretRoleParameters) DeepCopy ¶
func (in *SecretRoleParameters) DeepCopy() *SecretRoleParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRoleParameters.
func (*SecretRoleParameters) DeepCopyInto ¶
func (in *SecretRoleParameters) DeepCopyInto(out *SecretRoleParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretRoleSpec ¶
type SecretRoleSpec struct { v1.ResourceSpec `json:",inline"` ForProvider SecretRoleParameters `json:"forProvider"` }
SecretRoleSpec defines the desired state of SecretRole
func (*SecretRoleSpec) DeepCopy ¶
func (in *SecretRoleSpec) DeepCopy() *SecretRoleSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRoleSpec.
func (*SecretRoleSpec) DeepCopyInto ¶
func (in *SecretRoleSpec) DeepCopyInto(out *SecretRoleSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecretRoleStatus ¶
type SecretRoleStatus struct { v1.ResourceStatus `json:",inline"` AtProvider SecretRoleObservation `json:"atProvider,omitempty"` }
SecretRoleStatus defines the observed state of SecretRole.
func (*SecretRoleStatus) DeepCopy ¶
func (in *SecretRoleStatus) DeepCopy() *SecretRoleStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretRoleStatus.
func (*SecretRoleStatus) DeepCopyInto ¶
func (in *SecretRoleStatus) DeepCopyInto(out *SecretRoleStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.