Versions in this module Expand all Collapse all v0 v0.2.0 Apr 11, 2019 Changes in this version + const APIVersion + const Group + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateDisabled + const ProvisioningStateFailed + const ProvisioningStateLinking + const ProvisioningStateProvisioning + const ProvisioningStateRecoveringScaleFailure + const ProvisioningStateScaling + const ProvisioningStateSucceeded + const ProvisioningStateUnlinking + const ProvisioningStateUnprovisioning + const ProvisioningStateUpdating + const RedisKind + const RedisKindAPIVersion + const SKUFamilyC + const SKUFamilyP + const SKUNameBasic + const SKUNamePremium + const SKUNameStandard + const SupportedRedisVersion + const Version + var SchemeBuilder = &scheme.Builder + var SchemeGroupVersion = schema.GroupVersion + type Redis struct + Spec RedisSpec + Status RedisStatus + func (c *Redis) ConnectionSecretName() string + func (c *Redis) IsAvailable() bool + func (c *Redis) IsBound() bool + func (c *Redis) ObjectReference() *v1.ObjectReference + func (c *Redis) OwnerReference() metav1.OwnerReference + func (c *Redis) SetBound(state bool) + func (in *Redis) DeepCopy() *Redis + func (in *Redis) DeepCopyInto(out *Redis) + func (in *Redis) DeepCopyObject() runtime.Object + type RedisList struct + Items []Redis + func (in *RedisList) DeepCopy() *RedisList + func (in *RedisList) DeepCopyInto(out *RedisList) + func (in *RedisList) DeepCopyObject() runtime.Object + type RedisSpec struct + ClaimRef *v1.ObjectReference + ClassRef *v1.ObjectReference + ConnectionSecretRef v1.LocalObjectReference + EnableNonSSLPort bool + Location string + ProviderRef v1.LocalObjectReference + ReclaimPolicy corev1alpha1.ReclaimPolicy + RedisConfiguration map[string]string + ResourceGroupName string + SKU SKUSpec + ShardCount int + StaticIP string + SubnetID string + func NewRedisSpec(properties map[string]string) *RedisSpec + func (in *RedisSpec) DeepCopy() *RedisSpec + func (in *RedisSpec) DeepCopyInto(out *RedisSpec) + type RedisStatus struct + Endpoint string + Message string + Port int + ProviderID string + RedisVersion string + ResourceName string + SSLPort int + State string + func (in *RedisStatus) DeepCopy() *RedisStatus + func (in *RedisStatus) DeepCopyInto(out *RedisStatus) + type SKUSpec struct + Capacity int + Family string + Name string + func (in *SKUSpec) DeepCopy() *SKUSpec + func (in *SKUSpec) DeepCopyInto(out *SKUSpec)