Versions in this module Expand all Collapse all v0 v0.0.2 Jan 22, 2021 Changes in this version + var AddToScheme = SchemeBuilder.AddToScheme + var GroupVersion = schema.GroupVersion + var SchemeBuilder = &scheme.Builder + type AlgorithmSpec string + const AlgorithmSpec_RSAES_OAEP_SHA_1 + const AlgorithmSpec_RSAES_OAEP_SHA_256 + const AlgorithmSpec_RSAES_PKCS1_V1_5 + type Alias struct + Spec AliasSpec + Status AliasStatus + func (in *Alias) DeepCopy() *Alias + func (in *Alias) DeepCopyInto(out *Alias) + func (in *Alias) DeepCopyObject() runtime.Object + type AliasList struct + Items []Alias + func (in *AliasList) DeepCopy() *AliasList + func (in *AliasList) DeepCopyInto(out *AliasList) + func (in *AliasList) DeepCopyObject() runtime.Object + type AliasListEntry struct + AliasARN *string + AliasName *string + TargetKeyID *string + func (in *AliasListEntry) DeepCopy() *AliasListEntry + func (in *AliasListEntry) DeepCopyInto(out *AliasListEntry) + type AliasSpec struct + AliasName *string + TargetKeyID *string + func (in *AliasSpec) DeepCopy() *AliasSpec + func (in *AliasSpec) DeepCopyInto(out *AliasSpec) + type AliasStatus struct + ACKResourceMetadata *ackv1alpha1.ResourceMetadata + Conditions []*ackv1alpha1.Condition + func (in *AliasStatus) DeepCopy() *AliasStatus + func (in *AliasStatus) DeepCopyInto(out *AliasStatus) + type ConnectionErrorCodeType string + const ConnectionErrorCodeType_CLUSTER_NOT_FOUND + const ConnectionErrorCodeType_INSUFFICIENT_CLOUDHSM_HSMS + const ConnectionErrorCodeType_INTERNAL_ERROR + const ConnectionErrorCodeType_INVALID_CREDENTIALS + const ConnectionErrorCodeType_NETWORK_ERRORS + const ConnectionErrorCodeType_SUBNET_NOT_FOUND + const ConnectionErrorCodeType_USER_LOCKED_OUT + const ConnectionErrorCodeType_USER_LOGGED_IN + const ConnectionErrorCodeType_USER_NOT_FOUND + type ConnectionStateType string + const ConnectionStateType_CONNECTED + const ConnectionStateType_CONNECTING + const ConnectionStateType_DISCONNECTED + const ConnectionStateType_DISCONNECTING + const ConnectionStateType_FAILED + type CustomKeyStore struct + Spec CustomKeyStoreSpec + Status CustomKeyStoreStatus + func (in *CustomKeyStore) DeepCopy() *CustomKeyStore + func (in *CustomKeyStore) DeepCopyInto(out *CustomKeyStore) + func (in *CustomKeyStore) DeepCopyObject() runtime.Object + type CustomKeyStoreList struct + Items []CustomKeyStore + func (in *CustomKeyStoreList) DeepCopy() *CustomKeyStoreList + func (in *CustomKeyStoreList) DeepCopyInto(out *CustomKeyStoreList) + func (in *CustomKeyStoreList) DeepCopyObject() runtime.Object + type CustomKeyStoreSpec struct + CloudHsmClusterID *string + CustomKeyStoreName *string + KeyStorePassword *string + TrustAnchorCertificate *string + func (in *CustomKeyStoreSpec) DeepCopy() *CustomKeyStoreSpec + func (in *CustomKeyStoreSpec) DeepCopyInto(out *CustomKeyStoreSpec) + type CustomKeyStoreStatus struct + ACKResourceMetadata *ackv1alpha1.ResourceMetadata + Conditions []*ackv1alpha1.Condition + CustomKeyStoreID *string + func (in *CustomKeyStoreStatus) DeepCopy() *CustomKeyStoreStatus + func (in *CustomKeyStoreStatus) DeepCopyInto(out *CustomKeyStoreStatus) + type CustomKeyStoresListEntry struct + CloudHsmClusterID *string + ConnectionErrorCode *string + ConnectionState *string + CreationDate *metav1.Time + CustomKeyStoreID *string + CustomKeyStoreName *string + TrustAnchorCertificate *string + func (in *CustomKeyStoresListEntry) DeepCopy() *CustomKeyStoresListEntry + func (in *CustomKeyStoresListEntry) DeepCopyInto(out *CustomKeyStoresListEntry) + type CustomerMasterKeySpec string + const CustomerMasterKeySpec_ECC_NIST_P256 + const CustomerMasterKeySpec_ECC_NIST_P384 + const CustomerMasterKeySpec_ECC_NIST_P521 + const CustomerMasterKeySpec_ECC_SECG_P256K1 + const CustomerMasterKeySpec_RSA_2048 + const CustomerMasterKeySpec_RSA_3072 + const CustomerMasterKeySpec_RSA_4096 + const CustomerMasterKeySpec_SYMMETRIC_DEFAULT + type DataKeyPairSpec string + const DataKeyPairSpec_ECC_NIST_P256 + const DataKeyPairSpec_ECC_NIST_P384 + const DataKeyPairSpec_ECC_NIST_P521 + const DataKeyPairSpec_ECC_SECG_P256K1 + const DataKeyPairSpec_RSA_2048 + const DataKeyPairSpec_RSA_3072 + const DataKeyPairSpec_RSA_4096 + type DataKeySpec string + const DataKeySpec_AES_128 + const DataKeySpec_AES_256 + type EncryptionAlgorithmSpec string + const EncryptionAlgorithmSpec_RSAES_OAEP_SHA_1 + const EncryptionAlgorithmSpec_RSAES_OAEP_SHA_256 + const EncryptionAlgorithmSpec_SYMMETRIC_DEFAULT + type ExpirationModelType string + const ExpirationModelType_KEY_MATERIAL_DOES_NOT_EXPIRE + const ExpirationModelType_KEY_MATERIAL_EXPIRES + type Grant struct + Spec GrantSpec + Status GrantStatus + func (in *Grant) DeepCopy() *Grant + func (in *Grant) DeepCopyInto(out *Grant) + func (in *Grant) DeepCopyObject() runtime.Object + type GrantConstraints struct + EncryptionContextEquals map[string]*string + EncryptionContextSubset map[string]*string + func (in *GrantConstraints) DeepCopy() *GrantConstraints + func (in *GrantConstraints) DeepCopyInto(out *GrantConstraints) + type GrantList struct + Items []Grant + func (in *GrantList) DeepCopy() *GrantList + func (in *GrantList) DeepCopyInto(out *GrantList) + func (in *GrantList) DeepCopyObject() runtime.Object + type GrantListEntry struct + Constraints *GrantConstraints + CreationDate *metav1.Time + GrantID *string + GranteePrincipal *string + IssuingAccount *string + KeyID *string + Name *string + Operations []*string + RetiringPrincipal *string + func (in *GrantListEntry) DeepCopy() *GrantListEntry + func (in *GrantListEntry) DeepCopyInto(out *GrantListEntry) + type GrantOperation string + const GrantOperation_CreateGrant + const GrantOperation_Decrypt + const GrantOperation_DescribeKey + const GrantOperation_Encrypt + const GrantOperation_GenerateDataKey + const GrantOperation_GenerateDataKeyPair + const GrantOperation_GenerateDataKeyPairWithoutPlaintext + const GrantOperation_GenerateDataKeyWithoutPlaintext + const GrantOperation_GetPublicKey + const GrantOperation_ReEncryptFrom + const GrantOperation_ReEncryptTo + const GrantOperation_RetireGrant + const GrantOperation_Sign + const GrantOperation_Verify + type GrantSpec struct + Constraints *GrantConstraints + GrantTokens []*string + GranteePrincipal *string + KeyID *string + Name *string + Operations []*string + RetiringPrincipal *string + func (in *GrantSpec) DeepCopy() *GrantSpec + func (in *GrantSpec) DeepCopyInto(out *GrantSpec) + type GrantStatus struct + ACKResourceMetadata *ackv1alpha1.ResourceMetadata + Conditions []*ackv1alpha1.Condition + GrantID *string + GrantToken *string + func (in *GrantStatus) DeepCopy() *GrantStatus + func (in *GrantStatus) DeepCopyInto(out *GrantStatus) + type Key struct + Spec KeySpec + Status KeyStatus + func (in *Key) DeepCopy() *Key + func (in *Key) DeepCopyInto(out *Key) + func (in *Key) DeepCopyObject() runtime.Object + type KeyList struct + Items []Key + func (in *KeyList) DeepCopy() *KeyList + func (in *KeyList) DeepCopyInto(out *KeyList) + func (in *KeyList) DeepCopyObject() runtime.Object + type KeyListEntry struct + KeyARN *string + KeyID *string + func (in *KeyListEntry) DeepCopy() *KeyListEntry + func (in *KeyListEntry) DeepCopyInto(out *KeyListEntry) + type KeyManagerType string + const KeyManagerType_AWS + const KeyManagerType_CUSTOMER + type KeyMetadata struct + ARN *string + AWSAccountID *string + CloudHsmClusterID *string + CreationDate *metav1.Time + CustomKeyStoreID *string + CustomerMasterKeySpec *string + DeletionDate *metav1.Time + Description *string + Enabled *bool + EncryptionAlgorithms []*string + ExpirationModel *string + KeyID *string + KeyManager *string + KeyState *string + KeyUsage *string + Origin *string + SigningAlgorithms []*string + ValidTo *metav1.Time + func (in *KeyMetadata) DeepCopy() *KeyMetadata + func (in *KeyMetadata) DeepCopyInto(out *KeyMetadata) + type KeySpec struct + BypassPolicyLockoutSafetyCheck *bool + CustomKeyStoreID *string + CustomerMasterKeySpec *string + Description *string + KeyUsage *string + Origin *string + Policy *string + Tags []*Tag + func (in *KeySpec) DeepCopy() *KeySpec + func (in *KeySpec) DeepCopyInto(out *KeySpec) + type KeyState string + const KeyState_Disabled + const KeyState_Enabled + const KeyState_PendingDeletion + const KeyState_PendingImport + const KeyState_Unavailable + type KeyStatus struct + ACKResourceMetadata *ackv1alpha1.ResourceMetadata + AWSAccountID *string + CloudHsmClusterID *string + Conditions []*ackv1alpha1.Condition + CreationDate *metav1.Time + DeletionDate *metav1.Time + Enabled *bool + EncryptionAlgorithms []*string + ExpirationModel *string + KeyID *string + KeyManager *string + KeyState *string + SigningAlgorithms []*string + ValidTo *metav1.Time + func (in *KeyStatus) DeepCopy() *KeyStatus + func (in *KeyStatus) DeepCopyInto(out *KeyStatus) + type KeyUsageType string + const KeyUsageType_ENCRYPT_DECRYPT + const KeyUsageType_SIGN_VERIFY + type MessageType string + const MessageType_DIGEST + const MessageType_RAW + type OriginType string + const OriginType_AWS_CLOUDHSM + const OriginType_AWS_KMS + const OriginType_EXTERNAL + type SigningAlgorithmSpec string + const SigningAlgorithmSpec_ECDSA_SHA_256 + const SigningAlgorithmSpec_ECDSA_SHA_384 + const SigningAlgorithmSpec_ECDSA_SHA_512 + const SigningAlgorithmSpec_RSASSA_PKCS1_V1_5_SHA_256 + const SigningAlgorithmSpec_RSASSA_PKCS1_V1_5_SHA_384 + const SigningAlgorithmSpec_RSASSA_PKCS1_V1_5_SHA_512 + const SigningAlgorithmSpec_RSASSA_PSS_SHA_256 + const SigningAlgorithmSpec_RSASSA_PSS_SHA_384 + const SigningAlgorithmSpec_RSASSA_PSS_SHA_512 + type Tag struct + TagKey *string + TagValue *string + func (in *Tag) DeepCopy() *Tag + func (in *Tag) DeepCopyInto(out *Tag) + type WrappingKeySpec string + const WrappingKeySpec_RSA_2048