Documentation
¶
Overview ¶
+groupName=ram.aws.kubeform.com
Index ¶
- Variables
- func GetDecoder() map[string]jsoniter.ValDecoder
- func GetEncoder() map[string]jsoniter.ValEncoder
- func Kind(kind string) schema.GroupKind
- func Resource(resource string) schema.GroupResource
- type PrincipalAssociation
- func (in *PrincipalAssociation) DeepCopy() *PrincipalAssociation
- func (in *PrincipalAssociation) DeepCopyInto(out *PrincipalAssociation)
- func (in *PrincipalAssociation) DeepCopyObject() runtime.Object
- func (r *PrincipalAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *PrincipalAssociation) ValidateCreate() error
- func (r *PrincipalAssociation) ValidateDelete() error
- func (r *PrincipalAssociation) ValidateUpdate(old runtime.Object) error
- type PrincipalAssociationList
- type PrincipalAssociationSpec
- type PrincipalAssociationSpecResource
- type PrincipalAssociationStatus
- type ResourceAssociation
- func (in *ResourceAssociation) DeepCopy() *ResourceAssociation
- func (in *ResourceAssociation) DeepCopyInto(out *ResourceAssociation)
- func (in *ResourceAssociation) DeepCopyObject() runtime.Object
- func (r *ResourceAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ResourceAssociation) ValidateCreate() error
- func (r *ResourceAssociation) ValidateDelete() error
- func (r *ResourceAssociation) ValidateUpdate(old runtime.Object) error
- type ResourceAssociationList
- type ResourceAssociationSpec
- type ResourceAssociationSpecResource
- type ResourceAssociationStatus
- type ResourceShare
- func (in *ResourceShare) DeepCopy() *ResourceShare
- func (in *ResourceShare) DeepCopyInto(out *ResourceShare)
- func (in *ResourceShare) DeepCopyObject() runtime.Object
- func (r *ResourceShare) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ResourceShare) ValidateCreate() error
- func (r *ResourceShare) ValidateDelete() error
- func (r *ResourceShare) ValidateUpdate(old runtime.Object) error
- type ResourceShareAccepter
- func (in *ResourceShareAccepter) DeepCopy() *ResourceShareAccepter
- func (in *ResourceShareAccepter) DeepCopyInto(out *ResourceShareAccepter)
- func (in *ResourceShareAccepter) DeepCopyObject() runtime.Object
- func (r *ResourceShareAccepter) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ResourceShareAccepter) ValidateCreate() error
- func (r *ResourceShareAccepter) ValidateDelete() error
- func (r *ResourceShareAccepter) ValidateUpdate(old runtime.Object) error
- type ResourceShareAccepterList
- type ResourceShareAccepterSpec
- type ResourceShareAccepterSpecResource
- type ResourceShareAccepterStatus
- type ResourceShareList
- type ResourceShareSpec
- type ResourceShareSpecResource
- type ResourceShareStatus
Constants ¶
This section is empty.
Variables ¶
var ( // TODO: move SchemeBuilder with zz_generated.deepcopy.go to k8s.io/api. // localSchemeBuilder and AddToScheme will stay in k8s.io/kubernetes. SchemeBuilder runtime.SchemeBuilder AddToScheme = localSchemeBuilder.AddToScheme )
var SchemeGroupVersion = schema.GroupVersion{Group: ram.GroupName, Version: "v1alpha1"}
Functions ¶
func GetDecoder ¶
func GetDecoder() map[string]jsoniter.ValDecoder
func GetEncoder ¶
func GetEncoder() map[string]jsoniter.ValEncoder
func Resource ¶
func Resource(resource string) schema.GroupResource
Resource takes an unqualified resource and returns a Group qualified GroupResource
Types ¶
type PrincipalAssociation ¶
type PrincipalAssociation struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec PrincipalAssociationSpec `json:"spec,omitempty"`
Status PrincipalAssociationStatus `json:"status,omitempty"`
}
func (*PrincipalAssociation) DeepCopy ¶
func (in *PrincipalAssociation) DeepCopy() *PrincipalAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrincipalAssociation.
func (*PrincipalAssociation) DeepCopyInto ¶
func (in *PrincipalAssociation) DeepCopyInto(out *PrincipalAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PrincipalAssociation) DeepCopyObject ¶
func (in *PrincipalAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PrincipalAssociation) SetupWebhookWithManager ¶
func (r *PrincipalAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*PrincipalAssociation) ValidateCreate ¶
func (r *PrincipalAssociation) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*PrincipalAssociation) ValidateDelete ¶
func (r *PrincipalAssociation) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*PrincipalAssociation) ValidateUpdate ¶
func (r *PrincipalAssociation) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type PrincipalAssociationList ¶
type PrincipalAssociationList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of PrincipalAssociation CRD objects
Items []PrincipalAssociation `json:"items,omitempty"`
}
PrincipalAssociationList is a list of PrincipalAssociations
func (*PrincipalAssociationList) DeepCopy ¶
func (in *PrincipalAssociationList) DeepCopy() *PrincipalAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrincipalAssociationList.
func (*PrincipalAssociationList) DeepCopyInto ¶
func (in *PrincipalAssociationList) DeepCopyInto(out *PrincipalAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PrincipalAssociationList) DeepCopyObject ¶
func (in *PrincipalAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type PrincipalAssociationSpec ¶
type PrincipalAssociationSpec struct {
State *PrincipalAssociationSpecResource `json:"state,omitempty" tf:"-"`
Resource PrincipalAssociationSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
}
func (*PrincipalAssociationSpec) DeepCopy ¶
func (in *PrincipalAssociationSpec) DeepCopy() *PrincipalAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrincipalAssociationSpec.
func (*PrincipalAssociationSpec) DeepCopyInto ¶
func (in *PrincipalAssociationSpec) DeepCopyInto(out *PrincipalAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrincipalAssociationSpecResource ¶
type PrincipalAssociationSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
Principal *string `json:"principal" tf:"principal"`
}
func (*PrincipalAssociationSpecResource) DeepCopy ¶
func (in *PrincipalAssociationSpecResource) DeepCopy() *PrincipalAssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrincipalAssociationSpecResource.
func (*PrincipalAssociationSpecResource) DeepCopyInto ¶
func (in *PrincipalAssociationSpecResource) DeepCopyInto(out *PrincipalAssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PrincipalAssociationStatus ¶
type PrincipalAssociationStatus struct {
// Resource generation, which is updated on mutation by the API Server.
// +optional
ObservedGeneration int64 `json:"observedGeneration,omitempty"`
// +optional
Phase status.Status `json:"phase,omitempty"`
// +optional
Conditions []kmapi.Condition `json:"conditions,omitempty"`
}
func (*PrincipalAssociationStatus) DeepCopy ¶
func (in *PrincipalAssociationStatus) DeepCopy() *PrincipalAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PrincipalAssociationStatus.
func (*PrincipalAssociationStatus) DeepCopyInto ¶
func (in *PrincipalAssociationStatus) DeepCopyInto(out *PrincipalAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceAssociation ¶
type ResourceAssociation struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec ResourceAssociationSpec `json:"spec,omitempty"`
Status ResourceAssociationStatus `json:"status,omitempty"`
}
func (*ResourceAssociation) DeepCopy ¶
func (in *ResourceAssociation) DeepCopy() *ResourceAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceAssociation.
func (*ResourceAssociation) DeepCopyInto ¶
func (in *ResourceAssociation) DeepCopyInto(out *ResourceAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ResourceAssociation) DeepCopyObject ¶
func (in *ResourceAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ResourceAssociation) SetupWebhookWithManager ¶
func (r *ResourceAssociation) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ResourceAssociation) ValidateCreate ¶
func (r *ResourceAssociation) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ResourceAssociation) ValidateDelete ¶
func (r *ResourceAssociation) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ResourceAssociation) ValidateUpdate ¶
func (r *ResourceAssociation) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ResourceAssociationList ¶
type ResourceAssociationList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of ResourceAssociation CRD objects
Items []ResourceAssociation `json:"items,omitempty"`
}
ResourceAssociationList is a list of ResourceAssociations
func (*ResourceAssociationList) DeepCopy ¶
func (in *ResourceAssociationList) DeepCopy() *ResourceAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceAssociationList.
func (*ResourceAssociationList) DeepCopyInto ¶
func (in *ResourceAssociationList) DeepCopyInto(out *ResourceAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ResourceAssociationList) DeepCopyObject ¶
func (in *ResourceAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ResourceAssociationSpec ¶
type ResourceAssociationSpec struct {
State *ResourceAssociationSpecResource `json:"state,omitempty" tf:"-"`
Resource ResourceAssociationSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
}
func (*ResourceAssociationSpec) DeepCopy ¶
func (in *ResourceAssociationSpec) DeepCopy() *ResourceAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceAssociationSpec.
func (*ResourceAssociationSpec) DeepCopyInto ¶
func (in *ResourceAssociationSpec) DeepCopyInto(out *ResourceAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceAssociationSpecResource ¶
type ResourceAssociationSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
ResourceArn *string `json:"resourceArn" tf:"resource_arn"`
}
func (*ResourceAssociationSpecResource) DeepCopy ¶
func (in *ResourceAssociationSpecResource) DeepCopy() *ResourceAssociationSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceAssociationSpecResource.
func (*ResourceAssociationSpecResource) DeepCopyInto ¶
func (in *ResourceAssociationSpecResource) DeepCopyInto(out *ResourceAssociationSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceAssociationStatus ¶
type ResourceAssociationStatus struct {
// Resource generation, which is updated on mutation by the API Server.
// +optional
ObservedGeneration int64 `json:"observedGeneration,omitempty"`
// +optional
Phase status.Status `json:"phase,omitempty"`
// +optional
Conditions []kmapi.Condition `json:"conditions,omitempty"`
}
func (*ResourceAssociationStatus) DeepCopy ¶
func (in *ResourceAssociationStatus) DeepCopy() *ResourceAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceAssociationStatus.
func (*ResourceAssociationStatus) DeepCopyInto ¶
func (in *ResourceAssociationStatus) DeepCopyInto(out *ResourceAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceShare ¶
type ResourceShare struct {
}
func (*ResourceShare) DeepCopy ¶
func (in *ResourceShare) DeepCopy() *ResourceShare
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShare.
func (*ResourceShare) DeepCopyInto ¶
func (in *ResourceShare) DeepCopyInto(out *ResourceShare)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ResourceShare) DeepCopyObject ¶
func (in *ResourceShare) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ResourceShare) SetupWebhookWithManager ¶
func (r *ResourceShare) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ResourceShare) ValidateCreate ¶
func (r *ResourceShare) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ResourceShare) ValidateDelete ¶
func (r *ResourceShare) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ResourceShare) ValidateUpdate ¶
func (r *ResourceShare) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ResourceShareAccepter ¶
type ResourceShareAccepter struct {
}
func (*ResourceShareAccepter) DeepCopy ¶
func (in *ResourceShareAccepter) DeepCopy() *ResourceShareAccepter
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareAccepter.
func (*ResourceShareAccepter) DeepCopyInto ¶
func (in *ResourceShareAccepter) DeepCopyInto(out *ResourceShareAccepter)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ResourceShareAccepter) DeepCopyObject ¶
func (in *ResourceShareAccepter) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ResourceShareAccepter) SetupWebhookWithManager ¶
func (r *ResourceShareAccepter) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ResourceShareAccepter) ValidateCreate ¶
func (r *ResourceShareAccepter) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ResourceShareAccepter) ValidateDelete ¶
func (r *ResourceShareAccepter) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ResourceShareAccepter) ValidateUpdate ¶
func (r *ResourceShareAccepter) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ResourceShareAccepterList ¶
type ResourceShareAccepterList struct {
Items []ResourceShareAccepter `json:"items,omitempty"`
}
ResourceShareAccepterList is a list of ResourceShareAccepters
func (*ResourceShareAccepterList) DeepCopy ¶
func (in *ResourceShareAccepterList) DeepCopy() *ResourceShareAccepterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareAccepterList.
func (*ResourceShareAccepterList) DeepCopyInto ¶
func (in *ResourceShareAccepterList) DeepCopyInto(out *ResourceShareAccepterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ResourceShareAccepterList) DeepCopyObject ¶
func (in *ResourceShareAccepterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ResourceShareAccepterSpec ¶
type ResourceShareAccepterSpec struct {
}
func (*ResourceShareAccepterSpec) DeepCopy ¶
func (in *ResourceShareAccepterSpec) DeepCopy() *ResourceShareAccepterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareAccepterSpec.
func (*ResourceShareAccepterSpec) DeepCopyInto ¶
func (in *ResourceShareAccepterSpec) DeepCopyInto(out *ResourceShareAccepterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceShareAccepterSpecResource ¶
type ResourceShareAccepterSpecResource struct {
InvitationArn *string `json:"invitationArn,omitempty" tf:"invitation_arn"`
ReceiverAccountID *string `json:"receiverAccountID,omitempty" tf:"receiver_account_id"`
Resources []string `json:"resources,omitempty" tf:"resources"`
// +optional
ShareID *string `json:"shareID,omitempty" tf:"share_id"`
ShareName *string `json:"shareName,omitempty" tf:"share_name"`
Status *string `json:"status,omitempty" tf:"status"`
}
func (*ResourceShareAccepterSpecResource) DeepCopy ¶
func (in *ResourceShareAccepterSpecResource) DeepCopy() *ResourceShareAccepterSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareAccepterSpecResource.
func (*ResourceShareAccepterSpecResource) DeepCopyInto ¶
func (in *ResourceShareAccepterSpecResource) DeepCopyInto(out *ResourceShareAccepterSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceShareAccepterStatus ¶
type ResourceShareAccepterStatus struct {
// +optional
ObservedGeneration int64 `json:"observedGeneration,omitempty"`
Phase status.Status `json:"phase,omitempty"`
Conditions []kmapi.Condition `json:"conditions,omitempty"`
}
func (*ResourceShareAccepterStatus) DeepCopy ¶
func (in *ResourceShareAccepterStatus) DeepCopy() *ResourceShareAccepterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareAccepterStatus.
func (*ResourceShareAccepterStatus) DeepCopyInto ¶
func (in *ResourceShareAccepterStatus) DeepCopyInto(out *ResourceShareAccepterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceShareList ¶
type ResourceShareList struct {
Items []ResourceShare `json:"items,omitempty"`
}
ResourceShareList is a list of ResourceShares
func (*ResourceShareList) DeepCopy ¶
func (in *ResourceShareList) DeepCopy() *ResourceShareList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareList.
func (*ResourceShareList) DeepCopyInto ¶
func (in *ResourceShareList) DeepCopyInto(out *ResourceShareList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ResourceShareList) DeepCopyObject ¶
func (in *ResourceShareList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ResourceShareSpec ¶
type ResourceShareSpec struct {
}
func (*ResourceShareSpec) DeepCopy ¶
func (in *ResourceShareSpec) DeepCopy() *ResourceShareSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareSpec.
func (*ResourceShareSpec) DeepCopyInto ¶
func (in *ResourceShareSpec) DeepCopyInto(out *ResourceShareSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceShareSpecResource ¶
type ResourceShareSpecResource struct {
AllowExternalPrincipals *bool `json:"allowExternalPrincipals,omitempty" tf:"allow_external_principals"`
// +optional
Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
}
func (*ResourceShareSpecResource) DeepCopy ¶
func (in *ResourceShareSpecResource) DeepCopy() *ResourceShareSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareSpecResource.
func (*ResourceShareSpecResource) DeepCopyInto ¶
func (in *ResourceShareSpecResource) DeepCopyInto(out *ResourceShareSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ResourceShareStatus ¶
type ResourceShareStatus struct {
// +optional
ObservedGeneration int64 `json:"observedGeneration,omitempty"`
Phase status.Status `json:"phase,omitempty"`
Conditions []kmapi.Condition `json:"conditions,omitempty"`
}
func (*ResourceShareStatus) DeepCopy ¶
func (in *ResourceShareStatus) DeepCopy() *ResourceShareStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceShareStatus.
func (*ResourceShareStatus) DeepCopyInto ¶
func (in *ResourceShareStatus) DeepCopyInto(out *ResourceShareStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.