Documentation
¶
Overview ¶
+groupName=elasticache.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 Cluster
- func (in *Cluster) DeepCopy() *Cluster
- func (in *Cluster) DeepCopyInto(out *Cluster)
- func (in *Cluster) DeepCopyObject() runtime.Object
- func (r *Cluster) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *Cluster) ValidateCreate() error
- func (r *Cluster) ValidateDelete() error
- func (r *Cluster) ValidateUpdate(old runtime.Object) error
- type ClusterList
- type ClusterSpec
- type ClusterSpecCacheNodes
- type ClusterSpecResource
- type ClusterStatus
- type GlobalReplicationGroup
- func (in *GlobalReplicationGroup) DeepCopy() *GlobalReplicationGroup
- func (in *GlobalReplicationGroup) DeepCopyInto(out *GlobalReplicationGroup)
- func (in *GlobalReplicationGroup) DeepCopyObject() runtime.Object
- func (r *GlobalReplicationGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *GlobalReplicationGroup) ValidateCreate() error
- func (r *GlobalReplicationGroup) ValidateDelete() error
- func (r *GlobalReplicationGroup) ValidateUpdate(old runtime.Object) error
- type GlobalReplicationGroupList
- type GlobalReplicationGroupSpec
- type GlobalReplicationGroupSpecResource
- type GlobalReplicationGroupStatus
- type ParameterGroup
- func (in *ParameterGroup) DeepCopy() *ParameterGroup
- func (in *ParameterGroup) DeepCopyInto(out *ParameterGroup)
- func (in *ParameterGroup) DeepCopyObject() runtime.Object
- func (r *ParameterGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ParameterGroup) ValidateCreate() error
- func (r *ParameterGroup) ValidateDelete() error
- func (r *ParameterGroup) ValidateUpdate(old runtime.Object) error
- type ParameterGroupList
- type ParameterGroupSpec
- type ParameterGroupSpecParameter
- type ParameterGroupSpecResource
- type ParameterGroupStatus
- type ReplicationGroup
- func (in *ReplicationGroup) DeepCopy() *ReplicationGroup
- func (in *ReplicationGroup) DeepCopyInto(out *ReplicationGroup)
- func (in *ReplicationGroup) DeepCopyObject() runtime.Object
- func (r *ReplicationGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *ReplicationGroup) ValidateCreate() error
- func (r *ReplicationGroup) ValidateDelete() error
- func (r *ReplicationGroup) ValidateUpdate(old runtime.Object) error
- type ReplicationGroupList
- type ReplicationGroupSpec
- type ReplicationGroupSpecClusterMode
- type ReplicationGroupSpecClusterModeCodec
- type ReplicationGroupSpecResource
- type ReplicationGroupStatus
- type SecurityGroup
- func (in *SecurityGroup) DeepCopy() *SecurityGroup
- func (in *SecurityGroup) DeepCopyInto(out *SecurityGroup)
- func (in *SecurityGroup) DeepCopyObject() runtime.Object
- func (r *SecurityGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *SecurityGroup) ValidateCreate() error
- func (r *SecurityGroup) ValidateDelete() error
- func (r *SecurityGroup) ValidateUpdate(old runtime.Object) error
- type SecurityGroupList
- type SecurityGroupSpec
- type SecurityGroupSpecResource
- type SecurityGroupStatus
- type SubnetGroup
- func (in *SubnetGroup) DeepCopy() *SubnetGroup
- func (in *SubnetGroup) DeepCopyInto(out *SubnetGroup)
- func (in *SubnetGroup) DeepCopyObject() runtime.Object
- func (r *SubnetGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *SubnetGroup) ValidateCreate() error
- func (r *SubnetGroup) ValidateDelete() error
- func (r *SubnetGroup) ValidateUpdate(old runtime.Object) error
- type SubnetGroupList
- type SubnetGroupSpec
- type SubnetGroupSpecResource
- type SubnetGroupStatus
- type User
- func (in *User) DeepCopy() *User
- func (in *User) DeepCopyInto(out *User)
- func (in *User) DeepCopyObject() runtime.Object
- func (r *User) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *User) ValidateCreate() error
- func (r *User) ValidateDelete() error
- func (r *User) ValidateUpdate(old runtime.Object) error
- type UserGroup
- func (in *UserGroup) DeepCopy() *UserGroup
- func (in *UserGroup) DeepCopyInto(out *UserGroup)
- func (in *UserGroup) DeepCopyObject() runtime.Object
- func (r *UserGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
- func (r *UserGroup) ValidateCreate() error
- func (r *UserGroup) ValidateDelete() error
- func (r *UserGroup) ValidateUpdate(old runtime.Object) error
- type UserGroupList
- type UserGroupSpec
- type UserGroupSpecResource
- type UserGroupStatus
- type UserList
- type UserSpec
- type UserSpecResource
- type UserStatus
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: elasticache.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 Cluster ¶
type Cluster struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec ClusterSpec `json:"spec,omitempty"`
Status ClusterStatus `json:"status,omitempty"`
}
func (*Cluster) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Cluster.
func (*Cluster) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Cluster) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Cluster) SetupWebhookWithManager ¶
func (*Cluster) ValidateCreate ¶
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*Cluster) ValidateDelete ¶
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type ClusterList ¶
type ClusterList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of Cluster CRD objects
Items []Cluster `json:"items,omitempty"`
}
ClusterList is a list of Clusters
func (*ClusterList) DeepCopy ¶
func (in *ClusterList) DeepCopy() *ClusterList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterList.
func (*ClusterList) DeepCopyInto ¶
func (in *ClusterList) DeepCopyInto(out *ClusterList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ClusterList) DeepCopyObject ¶
func (in *ClusterList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ClusterSpec ¶
type ClusterSpec struct {
State *ClusterSpecResource `json:"state,omitempty" tf:"-"`
Resource ClusterSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}
func (*ClusterSpec) DeepCopy ¶
func (in *ClusterSpec) DeepCopy() *ClusterSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSpec.
func (*ClusterSpec) DeepCopyInto ¶
func (in *ClusterSpec) DeepCopyInto(out *ClusterSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterSpecCacheNodes ¶
type ClusterSpecCacheNodes struct {
// +optional
Address *string `json:"address,omitempty" tf:"address"`
// +optional
AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone"`
// +optional
ID *string `json:"ID,omitempty" tf:"id"`
// +optional
Port *int64 `json:"port,omitempty" tf:"port"`
}
func (*ClusterSpecCacheNodes) DeepCopy ¶
func (in *ClusterSpecCacheNodes) DeepCopy() *ClusterSpecCacheNodes
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSpecCacheNodes.
func (*ClusterSpecCacheNodes) DeepCopyInto ¶
func (in *ClusterSpecCacheNodes) DeepCopyInto(out *ClusterSpecCacheNodes)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterSpecResource ¶
type ClusterSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
// +optional
ApplyImmediately *bool `json:"applyImmediately,omitempty" tf:"apply_immediately"`
// +optional
Arn *string `json:"arn,omitempty" tf:"arn"`
// +optional
AvailabilityZone *string `json:"availabilityZone,omitempty" tf:"availability_zone"`
// +optional
AzMode *string `json:"azMode,omitempty" tf:"az_mode"`
// +optional
CacheNodes []ClusterSpecCacheNodes `json:"cacheNodes,omitempty" tf:"cache_nodes"`
// +optional
ClusterAddress *string `json:"clusterAddress,omitempty" tf:"cluster_address"`
ClusterID *string `json:"clusterID" tf:"cluster_id"`
// +optional
ConfigurationEndpoint *string `json:"configurationEndpoint,omitempty" tf:"configuration_endpoint"`
// +optional
Engine *string `json:"engine,omitempty" tf:"engine"`
// +optional
EngineVersion *string `json:"engineVersion,omitempty" tf:"engine_version"`
// +optional
EngineVersionActual *string `json:"engineVersionActual,omitempty" tf:"engine_version_actual"`
// +optional
FinalSnapshotIdentifier *string `json:"finalSnapshotIdentifier,omitempty" tf:"final_snapshot_identifier"`
// +optional
MaintenanceWindow *string `json:"maintenanceWindow,omitempty" tf:"maintenance_window"`
// +optional
NodeType *string `json:"nodeType,omitempty" tf:"node_type"`
// +optional
NotificationTopicArn *string `json:"notificationTopicArn,omitempty" tf:"notification_topic_arn"`
// +optional
NumCacheNodes *int64 `json:"numCacheNodes,omitempty" tf:"num_cache_nodes"`
// +optional
ParameterGroupName *string `json:"parameterGroupName,omitempty" tf:"parameter_group_name"`
// +optional
Port *int64 `json:"port,omitempty" tf:"port"`
// +optional
PreferredAvailabilityZones []string `json:"preferredAvailabilityZones,omitempty" tf:"preferred_availability_zones"`
// +optional
ReplicationGroupID *string `json:"replicationGroupID,omitempty" tf:"replication_group_id"`
// +optional
SecurityGroupIDS []string `json:"securityGroupIDS,omitempty" tf:"security_group_ids"`
// +optional
SecurityGroupNames []string `json:"securityGroupNames,omitempty" tf:"security_group_names"`
// +optional
SnapshotArns []string `json:"snapshotArns,omitempty" tf:"snapshot_arns"`
// +optional
SnapshotName *string `json:"snapshotName,omitempty" tf:"snapshot_name"`
// +optional
SnapshotRetentionLimit *int64 `json:"snapshotRetentionLimit,omitempty" tf:"snapshot_retention_limit"`
// +optional
SnapshotWindow *string `json:"snapshotWindow,omitempty" tf:"snapshot_window"`
// +optional
SubnetGroupName *string `json:"subnetGroupName,omitempty" tf:"subnet_group_name"`
// +optional
Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
// +optional
TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
}
func (*ClusterSpecResource) DeepCopy ¶
func (in *ClusterSpecResource) DeepCopy() *ClusterSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterSpecResource.
func (*ClusterSpecResource) DeepCopyInto ¶
func (in *ClusterSpecResource) DeepCopyInto(out *ClusterSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ClusterStatus ¶
type ClusterStatus 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 (*ClusterStatus) DeepCopy ¶
func (in *ClusterStatus) DeepCopy() *ClusterStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterStatus.
func (*ClusterStatus) DeepCopyInto ¶
func (in *ClusterStatus) DeepCopyInto(out *ClusterStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GlobalReplicationGroup ¶
type GlobalReplicationGroup struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec GlobalReplicationGroupSpec `json:"spec,omitempty"`
Status GlobalReplicationGroupStatus `json:"status,omitempty"`
}
func (*GlobalReplicationGroup) DeepCopy ¶
func (in *GlobalReplicationGroup) DeepCopy() *GlobalReplicationGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalReplicationGroup.
func (*GlobalReplicationGroup) DeepCopyInto ¶
func (in *GlobalReplicationGroup) DeepCopyInto(out *GlobalReplicationGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GlobalReplicationGroup) DeepCopyObject ¶
func (in *GlobalReplicationGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GlobalReplicationGroup) SetupWebhookWithManager ¶
func (r *GlobalReplicationGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*GlobalReplicationGroup) ValidateCreate ¶
func (r *GlobalReplicationGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*GlobalReplicationGroup) ValidateDelete ¶
func (r *GlobalReplicationGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*GlobalReplicationGroup) ValidateUpdate ¶
func (r *GlobalReplicationGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type GlobalReplicationGroupList ¶
type GlobalReplicationGroupList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of GlobalReplicationGroup CRD objects
Items []GlobalReplicationGroup `json:"items,omitempty"`
}
GlobalReplicationGroupList is a list of GlobalReplicationGroups
func (*GlobalReplicationGroupList) DeepCopy ¶
func (in *GlobalReplicationGroupList) DeepCopy() *GlobalReplicationGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalReplicationGroupList.
func (*GlobalReplicationGroupList) DeepCopyInto ¶
func (in *GlobalReplicationGroupList) DeepCopyInto(out *GlobalReplicationGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GlobalReplicationGroupList) DeepCopyObject ¶
func (in *GlobalReplicationGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GlobalReplicationGroupSpec ¶
type GlobalReplicationGroupSpec struct {
State *GlobalReplicationGroupSpecResource `json:"state,omitempty" tf:"-"`
Resource GlobalReplicationGroupSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}
func (*GlobalReplicationGroupSpec) DeepCopy ¶
func (in *GlobalReplicationGroupSpec) DeepCopy() *GlobalReplicationGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalReplicationGroupSpec.
func (*GlobalReplicationGroupSpec) DeepCopyInto ¶
func (in *GlobalReplicationGroupSpec) DeepCopyInto(out *GlobalReplicationGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GlobalReplicationGroupSpecResource ¶
type GlobalReplicationGroupSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
// +optional
Arn *string `json:"arn,omitempty" tf:"arn"`
// +optional
AtRestEncryptionEnabled *bool `json:"atRestEncryptionEnabled,omitempty" tf:"at_rest_encryption_enabled"`
// +optional
AuthTokenEnabled *bool `json:"authTokenEnabled,omitempty" tf:"auth_token_enabled"`
// +optional
CacheNodeType *string `json:"cacheNodeType,omitempty" tf:"cache_node_type"`
// +optional
ClusterEnabled *bool `json:"clusterEnabled,omitempty" tf:"cluster_enabled"`
// +optional
Engine *string `json:"engine,omitempty" tf:"engine"`
// +optional
EngineVersionActual *string `json:"engineVersionActual,omitempty" tf:"engine_version_actual"`
// +optional
GlobalReplicationGroupDescription *string `json:"globalReplicationGroupDescription,omitempty" tf:"global_replication_group_description"`
// +optional
GlobalReplicationGroupID *string `json:"globalReplicationGroupID,omitempty" tf:"global_replication_group_id"`
GlobalReplicationGroupIDSuffix *string `json:"globalReplicationGroupIDSuffix" tf:"global_replication_group_id_suffix"`
PrimaryReplicationGroupID *string `json:"primaryReplicationGroupID" tf:"primary_replication_group_id"`
// +optional
TransitEncryptionEnabled *bool `json:"transitEncryptionEnabled,omitempty" tf:"transit_encryption_enabled"`
}
func (*GlobalReplicationGroupSpecResource) DeepCopy ¶
func (in *GlobalReplicationGroupSpecResource) DeepCopy() *GlobalReplicationGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalReplicationGroupSpecResource.
func (*GlobalReplicationGroupSpecResource) DeepCopyInto ¶
func (in *GlobalReplicationGroupSpecResource) DeepCopyInto(out *GlobalReplicationGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GlobalReplicationGroupStatus ¶
type GlobalReplicationGroupStatus 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 (*GlobalReplicationGroupStatus) DeepCopy ¶
func (in *GlobalReplicationGroupStatus) DeepCopy() *GlobalReplicationGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GlobalReplicationGroupStatus.
func (*GlobalReplicationGroupStatus) DeepCopyInto ¶
func (in *GlobalReplicationGroupStatus) DeepCopyInto(out *GlobalReplicationGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ParameterGroup ¶
type ParameterGroup struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec ParameterGroupSpec `json:"spec,omitempty"`
Status ParameterGroupStatus `json:"status,omitempty"`
}
func (*ParameterGroup) DeepCopy ¶
func (in *ParameterGroup) DeepCopy() *ParameterGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ParameterGroup.
func (*ParameterGroup) DeepCopyInto ¶
func (in *ParameterGroup) DeepCopyInto(out *ParameterGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ParameterGroup) DeepCopyObject ¶
func (in *ParameterGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ParameterGroup) SetupWebhookWithManager ¶
func (r *ParameterGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ParameterGroup) ValidateCreate ¶
func (r *ParameterGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ParameterGroup) ValidateDelete ¶
func (r *ParameterGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ParameterGroup) ValidateUpdate ¶
func (r *ParameterGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ParameterGroupList ¶
type ParameterGroupList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of ParameterGroup CRD objects
Items []ParameterGroup `json:"items,omitempty"`
}
ParameterGroupList is a list of ParameterGroups
func (*ParameterGroupList) DeepCopy ¶
func (in *ParameterGroupList) DeepCopy() *ParameterGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ParameterGroupList.
func (*ParameterGroupList) DeepCopyInto ¶
func (in *ParameterGroupList) DeepCopyInto(out *ParameterGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ParameterGroupList) DeepCopyObject ¶
func (in *ParameterGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ParameterGroupSpec ¶
type ParameterGroupSpec struct {
State *ParameterGroupSpecResource `json:"state,omitempty" tf:"-"`
Resource ParameterGroupSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}
func (*ParameterGroupSpec) DeepCopy ¶
func (in *ParameterGroupSpec) DeepCopy() *ParameterGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ParameterGroupSpec.
func (*ParameterGroupSpec) DeepCopyInto ¶
func (in *ParameterGroupSpec) DeepCopyInto(out *ParameterGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ParameterGroupSpecParameter ¶
type ParameterGroupSpecParameter struct {
Name *string `json:"name" tf:"name"`
Value *string `json:"value" tf:"value"`
}
func (*ParameterGroupSpecParameter) DeepCopy ¶
func (in *ParameterGroupSpecParameter) DeepCopy() *ParameterGroupSpecParameter
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ParameterGroupSpecParameter.
func (*ParameterGroupSpecParameter) DeepCopyInto ¶
func (in *ParameterGroupSpecParameter) DeepCopyInto(out *ParameterGroupSpecParameter)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ParameterGroupSpecResource ¶
type ParameterGroupSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
// +optional
Arn *string `json:"arn,omitempty" tf:"arn"`
// +optional
Description *string `json:"description,omitempty" tf:"description"`
Family *string `json:"family" tf:"family"`
Name *string `json:"name" tf:"name"`
// +optional
Parameter []ParameterGroupSpecParameter `json:"parameter,omitempty" tf:"parameter"`
// +optional
Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
// +optional
TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
}
func (*ParameterGroupSpecResource) DeepCopy ¶
func (in *ParameterGroupSpecResource) DeepCopy() *ParameterGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ParameterGroupSpecResource.
func (*ParameterGroupSpecResource) DeepCopyInto ¶
func (in *ParameterGroupSpecResource) DeepCopyInto(out *ParameterGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ParameterGroupStatus ¶
type ParameterGroupStatus 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 (*ParameterGroupStatus) DeepCopy ¶
func (in *ParameterGroupStatus) DeepCopy() *ParameterGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ParameterGroupStatus.
func (*ParameterGroupStatus) DeepCopyInto ¶
func (in *ParameterGroupStatus) DeepCopyInto(out *ParameterGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReplicationGroup ¶
type ReplicationGroup struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec ReplicationGroupSpec `json:"spec,omitempty"`
Status ReplicationGroupStatus `json:"status,omitempty"`
}
func (*ReplicationGroup) DeepCopy ¶
func (in *ReplicationGroup) DeepCopy() *ReplicationGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationGroup.
func (*ReplicationGroup) DeepCopyInto ¶
func (in *ReplicationGroup) DeepCopyInto(out *ReplicationGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ReplicationGroup) DeepCopyObject ¶
func (in *ReplicationGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ReplicationGroup) SetupWebhookWithManager ¶
func (r *ReplicationGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*ReplicationGroup) ValidateCreate ¶
func (r *ReplicationGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*ReplicationGroup) ValidateDelete ¶
func (r *ReplicationGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*ReplicationGroup) ValidateUpdate ¶
func (r *ReplicationGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type ReplicationGroupList ¶
type ReplicationGroupList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of ReplicationGroup CRD objects
Items []ReplicationGroup `json:"items,omitempty"`
}
ReplicationGroupList is a list of ReplicationGroups
func (*ReplicationGroupList) DeepCopy ¶
func (in *ReplicationGroupList) DeepCopy() *ReplicationGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationGroupList.
func (*ReplicationGroupList) DeepCopyInto ¶
func (in *ReplicationGroupList) DeepCopyInto(out *ReplicationGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ReplicationGroupList) DeepCopyObject ¶
func (in *ReplicationGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type ReplicationGroupSpec ¶
type ReplicationGroupSpec struct {
State *ReplicationGroupSpecResource `json:"state,omitempty" tf:"-"`
Resource ReplicationGroupSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
SecretRef *core.LocalObjectReference `json:"secretRef,omitempty" tf:"-"`
BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}
func (*ReplicationGroupSpec) DeepCopy ¶
func (in *ReplicationGroupSpec) DeepCopy() *ReplicationGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationGroupSpec.
func (*ReplicationGroupSpec) DeepCopyInto ¶
func (in *ReplicationGroupSpec) DeepCopyInto(out *ReplicationGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReplicationGroupSpecClusterMode ¶
type ReplicationGroupSpecClusterMode struct {
// +optional
// Deprecated
NumNodeGroups *int64 `json:"numNodeGroups,omitempty" tf:"num_node_groups"`
// +optional
// Deprecated
ReplicasPerNodeGroup *int64 `json:"replicasPerNodeGroup,omitempty" tf:"replicas_per_node_group"`
}
func (*ReplicationGroupSpecClusterMode) DeepCopy ¶
func (in *ReplicationGroupSpecClusterMode) DeepCopy() *ReplicationGroupSpecClusterMode
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationGroupSpecClusterMode.
func (*ReplicationGroupSpecClusterMode) DeepCopyInto ¶
func (in *ReplicationGroupSpecClusterMode) DeepCopyInto(out *ReplicationGroupSpecClusterMode)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReplicationGroupSpecClusterModeCodec ¶
type ReplicationGroupSpecClusterModeCodec struct {
}
+k8s:deepcopy-gen=false
func (ReplicationGroupSpecClusterModeCodec) Decode ¶
func (ReplicationGroupSpecClusterModeCodec) Decode(ptr unsafe.Pointer, iter *jsoniter.Iterator)
type ReplicationGroupSpecResource ¶
type ReplicationGroupSpecResource struct {
Timeouts *base.ResourceTimeout `json:"timeouts,omitempty" tf:"timeouts"`
ID string `json:"id,omitempty" tf:"id,omitempty"`
// +optional
ApplyImmediately *bool `json:"applyImmediately,omitempty" tf:"apply_immediately"`
// +optional
Arn *string `json:"arn,omitempty" tf:"arn"`
// +optional
AtRestEncryptionEnabled *bool `json:"atRestEncryptionEnabled,omitempty" tf:"at_rest_encryption_enabled"`
// +optional
AuthToken *string `json:"-" sensitive:"true" tf:"auth_token"`
// +optional
AutoMinorVersionUpgrade *bool `json:"autoMinorVersionUpgrade,omitempty" tf:"auto_minor_version_upgrade"`
// +optional
AutomaticFailoverEnabled *bool `json:"automaticFailoverEnabled,omitempty" tf:"automatic_failover_enabled"`
// +optional
AvailabilityZones []string `json:"availabilityZones,omitempty" tf:"availability_zones"`
// +optional
ClusterEnabled *bool `json:"clusterEnabled,omitempty" tf:"cluster_enabled"`
// +optional
// Deprecated
ClusterMode *ReplicationGroupSpecClusterMode `json:"clusterMode,omitempty" tf:"cluster_mode"`
// +optional
ConfigurationEndpointAddress *string `json:"configurationEndpointAddress,omitempty" tf:"configuration_endpoint_address"`
// +optional
DataTieringEnabled *bool `json:"dataTieringEnabled,omitempty" tf:"data_tiering_enabled"`
// +optional
Description *string `json:"description,omitempty" tf:"description"`
// +optional
Engine *string `json:"engine,omitempty" tf:"engine"`
// +optional
EngineVersion *string `json:"engineVersion,omitempty" tf:"engine_version"`
// +optional
EngineVersionActual *string `json:"engineVersionActual,omitempty" tf:"engine_version_actual"`
// +optional
FinalSnapshotIdentifier *string `json:"finalSnapshotIdentifier,omitempty" tf:"final_snapshot_identifier"`
// +optional
GlobalReplicationGroupID *string `json:"globalReplicationGroupID,omitempty" tf:"global_replication_group_id"`
// +optional
KmsKeyID *string `json:"kmsKeyID,omitempty" tf:"kms_key_id"`
// +optional
MaintenanceWindow *string `json:"maintenanceWindow,omitempty" tf:"maintenance_window"`
// +optional
MemberClusters []string `json:"memberClusters,omitempty" tf:"member_clusters"`
// +optional
MultiAzEnabled *bool `json:"multiAzEnabled,omitempty" tf:"multi_az_enabled"`
// +optional
NodeType *string `json:"nodeType,omitempty" tf:"node_type"`
// +optional
NotificationTopicArn *string `json:"notificationTopicArn,omitempty" tf:"notification_topic_arn"`
// +optional
NumCacheClusters *int64 `json:"numCacheClusters,omitempty" tf:"num_cache_clusters"`
// +optional
NumNodeGroups *int64 `json:"numNodeGroups,omitempty" tf:"num_node_groups"`
// +optional
// Deprecated
NumberCacheClusters *int64 `json:"numberCacheClusters,omitempty" tf:"number_cache_clusters"`
// +optional
ParameterGroupName *string `json:"parameterGroupName,omitempty" tf:"parameter_group_name"`
// +optional
Port *int64 `json:"port,omitempty" tf:"port"`
// +optional
PreferredCacheClusterAzs []string `json:"preferredCacheClusterAzs,omitempty" tf:"preferred_cache_cluster_azs"`
// +optional
PrimaryEndpointAddress *string `json:"primaryEndpointAddress,omitempty" tf:"primary_endpoint_address"`
// +optional
ReaderEndpointAddress *string `json:"readerEndpointAddress,omitempty" tf:"reader_endpoint_address"`
// +optional
ReplicasPerNodeGroup *int64 `json:"replicasPerNodeGroup,omitempty" tf:"replicas_per_node_group"`
// +optional
// Deprecated
ReplicationGroupDescription *string `json:"replicationGroupDescription,omitempty" tf:"replication_group_description"`
ReplicationGroupID *string `json:"replicationGroupID" tf:"replication_group_id"`
// +optional
SecurityGroupIDS []string `json:"securityGroupIDS,omitempty" tf:"security_group_ids"`
// +optional
SecurityGroupNames []string `json:"securityGroupNames,omitempty" tf:"security_group_names"`
// +optional
SnapshotArns []string `json:"snapshotArns,omitempty" tf:"snapshot_arns"`
// +optional
SnapshotName *string `json:"snapshotName,omitempty" tf:"snapshot_name"`
// +optional
SnapshotRetentionLimit *int64 `json:"snapshotRetentionLimit,omitempty" tf:"snapshot_retention_limit"`
// +optional
SnapshotWindow *string `json:"snapshotWindow,omitempty" tf:"snapshot_window"`
// +optional
SubnetGroupName *string `json:"subnetGroupName,omitempty" tf:"subnet_group_name"`
// +optional
Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
// +optional
TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
// +optional
TransitEncryptionEnabled *bool `json:"transitEncryptionEnabled,omitempty" tf:"transit_encryption_enabled"`
// +optional
UserGroupIDS []string `json:"userGroupIDS,omitempty" tf:"user_group_ids"`
}
func (*ReplicationGroupSpecResource) DeepCopy ¶
func (in *ReplicationGroupSpecResource) DeepCopy() *ReplicationGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationGroupSpecResource.
func (*ReplicationGroupSpecResource) DeepCopyInto ¶
func (in *ReplicationGroupSpecResource) DeepCopyInto(out *ReplicationGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ReplicationGroupStatus ¶
type ReplicationGroupStatus 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 (*ReplicationGroupStatus) DeepCopy ¶
func (in *ReplicationGroupStatus) DeepCopy() *ReplicationGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ReplicationGroupStatus.
func (*ReplicationGroupStatus) DeepCopyInto ¶
func (in *ReplicationGroupStatus) DeepCopyInto(out *ReplicationGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecurityGroup ¶
type SecurityGroup struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec SecurityGroupSpec `json:"spec,omitempty"`
Status SecurityGroupStatus `json:"status,omitempty"`
}
func (*SecurityGroup) DeepCopy ¶
func (in *SecurityGroup) DeepCopy() *SecurityGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroup.
func (*SecurityGroup) DeepCopyInto ¶
func (in *SecurityGroup) DeepCopyInto(out *SecurityGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecurityGroup) DeepCopyObject ¶
func (in *SecurityGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SecurityGroup) SetupWebhookWithManager ¶
func (r *SecurityGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*SecurityGroup) ValidateCreate ¶
func (r *SecurityGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*SecurityGroup) ValidateDelete ¶
func (r *SecurityGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*SecurityGroup) ValidateUpdate ¶
func (r *SecurityGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type SecurityGroupList ¶
type SecurityGroupList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of SecurityGroup CRD objects
Items []SecurityGroup `json:"items,omitempty"`
}
SecurityGroupList is a list of SecurityGroups
func (*SecurityGroupList) DeepCopy ¶
func (in *SecurityGroupList) DeepCopy() *SecurityGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupList.
func (*SecurityGroupList) DeepCopyInto ¶
func (in *SecurityGroupList) DeepCopyInto(out *SecurityGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SecurityGroupList) DeepCopyObject ¶
func (in *SecurityGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SecurityGroupSpec ¶
type SecurityGroupSpec struct {
State *SecurityGroupSpecResource `json:"state,omitempty" tf:"-"`
Resource SecurityGroupSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}
func (*SecurityGroupSpec) DeepCopy ¶
func (in *SecurityGroupSpec) DeepCopy() *SecurityGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupSpec.
func (*SecurityGroupSpec) DeepCopyInto ¶
func (in *SecurityGroupSpec) DeepCopyInto(out *SecurityGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecurityGroupSpecResource ¶
type SecurityGroupSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
// +optional
Description *string `json:"description,omitempty" tf:"description"`
Name *string `json:"name" tf:"name"`
SecurityGroupNames []string `json:"securityGroupNames" tf:"security_group_names"`
}
func (*SecurityGroupSpecResource) DeepCopy ¶
func (in *SecurityGroupSpecResource) DeepCopy() *SecurityGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupSpecResource.
func (*SecurityGroupSpecResource) DeepCopyInto ¶
func (in *SecurityGroupSpecResource) DeepCopyInto(out *SecurityGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SecurityGroupStatus ¶
type SecurityGroupStatus 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 (*SecurityGroupStatus) DeepCopy ¶
func (in *SecurityGroupStatus) DeepCopy() *SecurityGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecurityGroupStatus.
func (*SecurityGroupStatus) DeepCopyInto ¶
func (in *SecurityGroupStatus) DeepCopyInto(out *SecurityGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubnetGroup ¶
type SubnetGroup struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec SubnetGroupSpec `json:"spec,omitempty"`
Status SubnetGroupStatus `json:"status,omitempty"`
}
func (*SubnetGroup) DeepCopy ¶
func (in *SubnetGroup) DeepCopy() *SubnetGroup
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetGroup.
func (*SubnetGroup) DeepCopyInto ¶
func (in *SubnetGroup) DeepCopyInto(out *SubnetGroup)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SubnetGroup) DeepCopyObject ¶
func (in *SubnetGroup) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*SubnetGroup) SetupWebhookWithManager ¶
func (r *SubnetGroup) SetupWebhookWithManager(mgr ctrl.Manager) error
func (*SubnetGroup) ValidateCreate ¶
func (r *SubnetGroup) ValidateCreate() error
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*SubnetGroup) ValidateDelete ¶
func (r *SubnetGroup) ValidateDelete() error
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
func (*SubnetGroup) ValidateUpdate ¶
func (r *SubnetGroup) ValidateUpdate(old runtime.Object) error
ValidateUpdate implements webhook.Validator so a webhook will be registered for the type
type SubnetGroupList ¶
type SubnetGroupList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of SubnetGroup CRD objects
Items []SubnetGroup `json:"items,omitempty"`
}
SubnetGroupList is a list of SubnetGroups
func (*SubnetGroupList) DeepCopy ¶
func (in *SubnetGroupList) DeepCopy() *SubnetGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetGroupList.
func (*SubnetGroupList) DeepCopyInto ¶
func (in *SubnetGroupList) DeepCopyInto(out *SubnetGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*SubnetGroupList) DeepCopyObject ¶
func (in *SubnetGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type SubnetGroupSpec ¶
type SubnetGroupSpec struct {
State *SubnetGroupSpecResource `json:"state,omitempty" tf:"-"`
Resource SubnetGroupSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}
func (*SubnetGroupSpec) DeepCopy ¶
func (in *SubnetGroupSpec) DeepCopy() *SubnetGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetGroupSpec.
func (*SubnetGroupSpec) DeepCopyInto ¶
func (in *SubnetGroupSpec) DeepCopyInto(out *SubnetGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubnetGroupSpecResource ¶
type SubnetGroupSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
// +optional
Arn *string `json:"arn,omitempty" tf:"arn"`
// +optional
Description *string `json:"description,omitempty" tf:"description"`
Name *string `json:"name" tf:"name"`
SubnetIDS []string `json:"subnetIDS" tf:"subnet_ids"`
// +optional
Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
// +optional
TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
}
func (*SubnetGroupSpecResource) DeepCopy ¶
func (in *SubnetGroupSpecResource) DeepCopy() *SubnetGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetGroupSpecResource.
func (*SubnetGroupSpecResource) DeepCopyInto ¶
func (in *SubnetGroupSpecResource) DeepCopyInto(out *SubnetGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SubnetGroupStatus ¶
type SubnetGroupStatus 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 (*SubnetGroupStatus) DeepCopy ¶
func (in *SubnetGroupStatus) DeepCopy() *SubnetGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SubnetGroupStatus.
func (*SubnetGroupStatus) DeepCopyInto ¶
func (in *SubnetGroupStatus) DeepCopyInto(out *SubnetGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type User ¶ added in v0.5.0
type User struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec UserSpec `json:"spec,omitempty"`
Status UserStatus `json:"status,omitempty"`
}
func (*User) DeepCopy ¶ added in v0.5.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new User.
func (*User) DeepCopyInto ¶ added in v0.5.0
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*User) DeepCopyObject ¶ added in v0.5.0
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*User) SetupWebhookWithManager ¶ added in v0.5.0
func (*User) ValidateCreate ¶ added in v0.5.0
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*User) ValidateDelete ¶ added in v0.5.0
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type UserGroup ¶ added in v0.5.0
type UserGroup struct {
metav1.TypeMeta `json:",inline,omitempty"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Spec UserGroupSpec `json:"spec,omitempty"`
Status UserGroupStatus `json:"status,omitempty"`
}
func (*UserGroup) DeepCopy ¶ added in v0.5.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserGroup.
func (*UserGroup) DeepCopyInto ¶ added in v0.5.0
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UserGroup) DeepCopyObject ¶ added in v0.5.0
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*UserGroup) SetupWebhookWithManager ¶ added in v0.5.0
func (*UserGroup) ValidateCreate ¶ added in v0.5.0
ValidateCreate implements webhook.Validator so a webhook will be registered for the type
func (*UserGroup) ValidateDelete ¶ added in v0.5.0
ValidateDelete implements webhook.Validator so a webhook will be registered for the type
type UserGroupList ¶ added in v0.5.0
type UserGroupList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of UserGroup CRD objects
Items []UserGroup `json:"items,omitempty"`
}
UserGroupList is a list of UserGroups
func (*UserGroupList) DeepCopy ¶ added in v0.5.0
func (in *UserGroupList) DeepCopy() *UserGroupList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserGroupList.
func (*UserGroupList) DeepCopyInto ¶ added in v0.5.0
func (in *UserGroupList) DeepCopyInto(out *UserGroupList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UserGroupList) DeepCopyObject ¶ added in v0.5.0
func (in *UserGroupList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UserGroupSpec ¶ added in v0.5.0
type UserGroupSpec struct {
State *UserGroupSpecResource `json:"state,omitempty" tf:"-"`
Resource UserGroupSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}
func (*UserGroupSpec) DeepCopy ¶ added in v0.5.0
func (in *UserGroupSpec) DeepCopy() *UserGroupSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserGroupSpec.
func (*UserGroupSpec) DeepCopyInto ¶ added in v0.5.0
func (in *UserGroupSpec) DeepCopyInto(out *UserGroupSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserGroupSpecResource ¶ added in v0.5.0
type UserGroupSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
// +optional
Arn *string `json:"arn,omitempty" tf:"arn"`
Engine *string `json:"engine" tf:"engine"`
// +optional
Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
// +optional
TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
UserGroupID *string `json:"userGroupID" tf:"user_group_id"`
// +optional
UserIDS []string `json:"userIDS,omitempty" tf:"user_ids"`
}
func (*UserGroupSpecResource) DeepCopy ¶ added in v0.5.0
func (in *UserGroupSpecResource) DeepCopy() *UserGroupSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserGroupSpecResource.
func (*UserGroupSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *UserGroupSpecResource) DeepCopyInto(out *UserGroupSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserGroupStatus ¶ added in v0.5.0
type UserGroupStatus 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 (*UserGroupStatus) DeepCopy ¶ added in v0.5.0
func (in *UserGroupStatus) DeepCopy() *UserGroupStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserGroupStatus.
func (*UserGroupStatus) DeepCopyInto ¶ added in v0.5.0
func (in *UserGroupStatus) DeepCopyInto(out *UserGroupStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserList ¶ added in v0.5.0
type UserList struct {
metav1.TypeMeta `json:",inline"`
metav1.ListMeta `json:"metadata,omitempty"`
// Items is a list of User CRD objects
Items []User `json:"items,omitempty"`
}
UserList is a list of Users
func (*UserList) DeepCopy ¶ added in v0.5.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserList.
func (*UserList) DeepCopyInto ¶ added in v0.5.0
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*UserList) DeepCopyObject ¶ added in v0.5.0
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type UserSpec ¶ added in v0.5.0
type UserSpec struct {
State *UserSpecResource `json:"state,omitempty" tf:"-"`
Resource UserSpecResource `json:"resource" tf:"resource"`
UpdatePolicy base.UpdatePolicy `json:"updatePolicy,omitempty" tf:"-"`
TerminationPolicy base.TerminationPolicy `json:"terminationPolicy,omitempty" tf:"-"`
ProviderRef core.LocalObjectReference `json:"providerRef" tf:"-"`
SecretRef *core.LocalObjectReference `json:"secretRef,omitempty" tf:"-"`
BackendRef *core.LocalObjectReference `json:"backendRef,omitempty" tf:"-"`
}
func (*UserSpec) DeepCopy ¶ added in v0.5.0
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserSpec.
func (*UserSpec) DeepCopyInto ¶ added in v0.5.0
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserSpecResource ¶ added in v0.5.0
type UserSpecResource struct {
ID string `json:"id,omitempty" tf:"id,omitempty"`
AccessString *string `json:"accessString" tf:"access_string"`
// +optional
Arn *string `json:"arn,omitempty" tf:"arn"`
Engine *string `json:"engine" tf:"engine"`
// +optional
NoPasswordRequired *bool `json:"noPasswordRequired,omitempty" tf:"no_password_required"`
// +optional
// +kubebuilder:validation:MaxItems=2
Passwords []string `json:"-" sensitive:"true" tf:"passwords"`
// +optional
Tags *map[string]string `json:"tags,omitempty" tf:"tags"`
// +optional
TagsAll *map[string]string `json:"tagsAll,omitempty" tf:"tags_all"`
UserID *string `json:"userID" tf:"user_id"`
UserName *string `json:"userName" tf:"user_name"`
}
func (*UserSpecResource) DeepCopy ¶ added in v0.5.0
func (in *UserSpecResource) DeepCopy() *UserSpecResource
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserSpecResource.
func (*UserSpecResource) DeepCopyInto ¶ added in v0.5.0
func (in *UserSpecResource) DeepCopyInto(out *UserSpecResource)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type UserStatus ¶ added in v0.5.0
type UserStatus 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 (*UserStatus) DeepCopy ¶ added in v0.5.0
func (in *UserStatus) DeepCopy() *UserStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new UserStatus.
func (*UserStatus) DeepCopyInto ¶ added in v0.5.0
func (in *UserStatus) DeepCopyInto(out *UserStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
Source Files
¶
- cluster_types.go
- cluster_webhook.go
- codec.go
- doc.go
- global_replication_group_types.go
- global_replication_group_webhook.go
- parameter_group_types.go
- parameter_group_webhook.go
- register.go
- replication_group_types.go
- replication_group_webhook.go
- security_group_types.go
- security_group_webhook.go
- subnet_group_types.go
- subnet_group_webhook.go
- user_group_types.go
- user_group_webhook.go
- user_types.go
- user_webhook.go
- zz_generated.deepcopy.go