Versions in this module Expand all Collapse all v0 v0.21.0-rc.0 Oct 5, 2022 v0.20.1 Nov 9, 2022 v0.20.0 Oct 5, 2022 Changes in this version + const Group + const SupportedRedisVersion + const Version + var RedisGroupKind = schema.GroupKind{Group: Group, Kind: RedisKind}.String() + var RedisGroupVersionKind = SchemeGroupVersion.WithKind(RedisKind) + var RedisKind = reflect.TypeOf(Redis{}).Name() + var RedisKindAPIVersion = RedisKind + "." + SchemeGroupVersion.String() + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type Redis struct + Spec RedisSpec + Status RedisStatus + func (in *Redis) DeepCopy() *Redis + func (in *Redis) DeepCopyInto(out *Redis) + func (in *Redis) DeepCopyObject() runtime.Object + func (mg *Redis) GetCondition(ct xpv1.ConditionType) xpv1.Condition + func (mg *Redis) GetDeletionPolicy() xpv1.DeletionPolicy + func (mg *Redis) GetProviderConfigReference() *xpv1.Reference + func (mg *Redis) GetProviderReference() *xpv1.Reference + func (mg *Redis) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo + func (mg *Redis) GetWriteConnectionSecretToReference() *xpv1.SecretReference + func (mg *Redis) ResolveReferences(ctx context.Context, c client.Reader) error + func (mg *Redis) SetConditions(c ...xpv1.Condition) + func (mg *Redis) SetDeletionPolicy(r xpv1.DeletionPolicy) + func (mg *Redis) SetProviderConfigReference(r *xpv1.Reference) + func (mg *Redis) SetProviderReference(r *xpv1.Reference) + func (mg *Redis) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) + func (mg *Redis) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) + type RedisList struct + Items []Redis + func (in *RedisList) DeepCopy() *RedisList + func (in *RedisList) DeepCopyInto(out *RedisList) + func (in *RedisList) DeepCopyObject() runtime.Object + func (l *RedisList) GetItems() []resource.Managed + type RedisObservation struct + HostName string + ID string + LinkedServers []string + Name string + Port int + ProvisioningState string + RedisVersion string + SSLPort int + func (in *RedisObservation) DeepCopy() *RedisObservation + func (in *RedisObservation) DeepCopyInto(out *RedisObservation) + type RedisParameters struct + EnableNonSSLPort *bool + Location string + MinimumTLSVersion *string + RedisConfiguration map[string]string + ResourceGroupName string + ResourceGroupNameRef *xpv1.Reference + ResourceGroupNameSelector *xpv1.Selector + SKU SKU + ShardCount *int + StaticIP *string + SubnetID *string + Tags map[string]string + TenantSettings map[string]string + Zones []string + func (in *RedisParameters) DeepCopy() *RedisParameters + func (in *RedisParameters) DeepCopyInto(out *RedisParameters) + type RedisSpec struct + ForProvider RedisParameters + func (in *RedisSpec) DeepCopy() *RedisSpec + func (in *RedisSpec) DeepCopyInto(out *RedisSpec) + type RedisStatus struct + AtProvider RedisObservation + func (in *RedisStatus) DeepCopy() *RedisStatus + func (in *RedisStatus) DeepCopyInto(out *RedisStatus) + type SKU struct + Capacity int + Family string + Name string + func (in *SKU) DeepCopy() *SKU + func (in *SKU) DeepCopyInto(out *SKU)